public class ElementHeader extends ElementControlHeader
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.
|
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 |
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.
|
getElementCreatedBy, getElementCreateTime, getElementLicense, getElementMaintainedBy, getElementMetadataCollectionId, getElementMetadataCollectionName, getElementOrigin, getElementSourceServer, getElementUpdatedBy, getElementUpdateTime, getElementVersion, getHeaderVersion, getMappingProperties, getStatus, setElementCreatedBy, setElementCreateTime, setElementLicense, setElementMaintainedBy, setElementMetadataCollectionId, setElementMetadataCollectionName, setElementOrigin, setElementSourceServer, setElementUpdatedBy, setElementUpdateTime, setElementVersion, setHeaderVersion, setMappingProperties, setStatuspublic 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 String toString()
toString in class ElementControlHeaderpublic boolean equals(Object objectToCompare)
equals in class ElementControlHeaderobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ElementControlHeaderCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.