public class ElementClassificationHeader extends ElementControlHeader
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
ElementClassificationHeader()
Default constructor
|
ElementClassificationHeader(ElementClassificationHeader 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.
|
ClassificationOrigin |
getClassificationOrigin()
Return whether the classification was added explicitly to this asset or propagated from another entity.
|
String |
getClassificationOriginGUID()
Return the entity guid that the classification was propagated from (or null if not propagated).
|
String |
getClassificationTypeDescription()
Return the description for this element's type.
|
String |
getClassificationTypeId()
Return unique identifier for the element's type.
|
long |
getClassificationTypeVersion()
Return the version number for this element's type.
|
List<String> |
getClassificationValidProperties()
Return the list of properties that valid for this type of element.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setClassificationOrigin(ClassificationOrigin classificationOrigin)
Set up the setting for classification origin
|
void |
setClassificationOriginGUID(String classificationOriginGUID)
Set up the origin of the classification.
|
void |
setClassificationTypeDescription(String classificationTypeDescription)
Set up a short description of this element's type.
|
void |
setClassificationTypeId(String classificationTypeId)
Set up the unique identifier for the element's type.
|
void |
setClassificationTypeVersion(long classificationTypeVersion)
Set up the version number for this element's type
|
void |
setClassificationValidProperties(List<String> classificationValidProperties)
Set up the list of properties that valid for this type of element.
|
String |
toString()
Standard toString method.
|
getElementCreatedBy, getElementCreateTime, getElementLicense, getElementMaintainedBy, getElementMetadataCollectionId, getElementMetadataCollectionName, getElementOriginCategory, getElementSourceServer, getElementUpdatedBy, getElementUpdateTime, getElementVersion, getHeaderVersion, getMappingProperties, getStatus, setElementCreatedBy, setElementCreateTime, setElementLicense, setElementMaintainedBy, setElementMetadataCollectionId, setElementMetadataCollectionName, setElementOriginCategory, setElementSourceServer, setElementUpdatedBy, setElementUpdateTime, setElementVersion, setHeaderVersion, setMappingProperties, setStatuspublic ElementClassificationHeader()
public ElementClassificationHeader(ElementClassificationHeader template)
template - template to copypublic void setClassificationTypeId(String classificationTypeId)
classificationTypeId - String identifierpublic String getClassificationTypeId()
public void setClassificationTypeVersion(long classificationTypeVersion)
classificationTypeVersion - version number for the element type.public long getClassificationTypeVersion()
public void setClassificationTypeDescription(String classificationTypeDescription)
classificationTypeDescription - set up the description for this element's typepublic String getClassificationTypeDescription()
public ClassificationOrigin getClassificationOrigin()
public void setClassificationOrigin(ClassificationOrigin classificationOrigin)
classificationOrigin - enumpublic String getClassificationOriginGUID()
public void setClassificationOriginGUID(String classificationOriginGUID)
classificationOriginGUID - string guidpublic void setClassificationValidProperties(List<String> classificationValidProperties)
classificationValidProperties - list of property namespublic List<String> getClassificationValidProperties()
public 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.