public class ElementHeader extends Object implements Serializable
| Constructor and Description |
|---|
ElementHeader()
Default constructor used by subclasses
|
ElementHeader(ElementHeader template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getGUID()
Return the unique id for the properties object.
|
ElementOrigin |
getOrigin()
Return information about the origin of the element.
|
ElementType |
getType()
Return the element type properties for this properties object.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setGUID(String guid)
Set up the guid for the element.
|
void |
setOrigin(ElementOrigin origin)
Set up information about the origin of the element.
|
void |
setType(ElementType type)
Set up the type of this element.
|
String |
toString()
Standard toString method.
|
public ElementHeader()
public ElementHeader(ElementHeader template)
template - element to copypublic ElementType getType()
public void setType(ElementType type)
type - element type propertiespublic String getGUID()
public void setGUID(String guid)
guid - String unique identifierpublic ElementOrigin getOrigin()
public void setOrigin(ElementOrigin origin)
origin - element origin objectpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.