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.
|
List<Classification> |
getClassifications()
Return the list of classifications associated with the metadata element.
|
String |
getGUID()
Return the unique id for the properties object.
|
List<String> |
getMeanings()
Return the unique identifiers of the assigned meanings for this metadata element.
|
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 |
setClassifications(List<Classification> classifications)
Set up the classifications associated with this metadata element.
|
void |
setGUID(String guid)
Set up the guid for the element.
|
void |
setMeanings(List<String> meanings)
Set up the unique identifiers of the assigned meanings for this metadata 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 List<String> getMeanings()
public void setMeanings(List<String> meanings)
meanings - list of meaningspublic List<Classification> getClassifications()
public void setClassifications(List<Classification> classifications)
classifications - list of classificationspublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.