public class ElementHeader extends PropertyBase
| Modifier and Type | Field and Description |
|---|---|
protected List<Classification> |
classifications |
protected String |
guid |
protected ElementType |
type |
protected String |
url |
| Constructor and Description |
|---|
ElementHeader()
Default constructor used by subclasses
|
ElementHeader(ElementHeader templateHeader)
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 asset.
|
String |
getGUID()
Return the unique id for the properties object.
|
ElementType |
getType()
Return the element type properties for this properties object.
|
String |
getURL()
Returns the URL to access the properties object in the metadata repository.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setClassifications(List<Classification> classifications)
Set up the classifications associated with this connection.
|
void |
setGUID(String guid)
Set up the guid for the element.
|
void |
setType(ElementType type)
Set up the type of this element.
|
void |
setURL(String url)
Set up the URL of this element.
|
String |
toString()
Standard toString method.
|
protected ElementType type
protected String guid
protected String url
protected List<Classification> classifications
public ElementHeader()
public ElementHeader(ElementHeader templateHeader)
templateHeader - 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 String getURL()
public void setURL(String url)
url - Stringpublic List<Classification> getClassifications()
public void setClassifications(List<Classification> classifications)
classifications - list of classificationspublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.