public class ElementHeader extends PropertyBase
| Modifier and Type | Field and Description |
|---|---|
protected List<ElementClassification> |
classifications |
protected Map<String,Object> |
extendedProperties |
protected String |
guid |
protected ElementType |
type |
protected String |
url |
CURRENT_AUDIT_HEADER_VERSION| 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<ElementClassification> |
getClassifications()
Return the list of classifications associated with the asset.
|
Map<String,Object> |
getExtendedProperties()
Return the properties that have been defined for a subtype of this object that are not supported explicitly
by this bean.
|
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<ElementClassification> classifications)
Set up the classifications associated with this connection.
|
void |
setExtendedProperties(Map<String,Object> extendedProperties)
Set up the properties that have been defined for a subtype of this object that are not supported explicitly
by this bean.
|
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.
|
getHeaderVersion, setHeaderVersionprotected ElementType type
protected String guid
protected String url
protected List<ElementClassification> classifications
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 String getURL()
public void setURL(String url)
url - Stringpublic List<ElementClassification> getClassifications()
public void setClassifications(List<ElementClassification> classifications)
classifications - list of classificationspublic Map<String,Object> getExtendedProperties()
public void setExtendedProperties(Map<String,Object> extendedProperties)
extendedProperties - property mappublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.