public class ElementClassification extends ElementClassificationHeader
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
ElementClassification()
Default constructor
|
ElementClassification(ElementClassification 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.
|
String |
getClassificationName()
Return the name of the classification
|
ElementProperties |
getClassificationProperties()
Return a collection of the additional stored properties for the classification.
|
Date |
getEffectiveFromTime()
Return the date/time that this instance should start to be used (null means it can be used from creationTime).
|
Date |
getEffectiveToTime()
Return the date/time that this instance should no longer be used.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setClassificationName(String classificationName)
Set up the name of the classification.
|
void |
setClassificationProperties(ElementProperties classificationProperties)
Set up a collection of the additional stored properties for the classification.
|
void |
setEffectiveFromTime(Date effectiveFromTime)
Set up the date/time that this instance should start to be used (null means it can be used from creationTime).
|
void |
setEffectiveToTime(Date effectiveToTime)
Set up the date/time that this instance should no longer be used.
|
String |
toString()
Standard toString method.
|
getClassificationOrigin, getClassificationOriginGUID, getClassificationTypeDescription, getClassificationTypeId, getClassificationTypeVersion, getClassificationValidProperties, setClassificationOrigin, setClassificationOriginGUID, setClassificationTypeDescription, setClassificationTypeId, setClassificationTypeVersion, setClassificationValidPropertiesgetElementCreatedBy, 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 ElementClassification()
public ElementClassification(ElementClassification template)
template - template to copypublic void setClassificationName(String classificationName)
classificationName - name of classificationpublic String getClassificationName()
public Date getEffectiveFromTime()
public void setEffectiveFromTime(Date effectiveFromTime)
effectiveFromTime - Date objectpublic Date getEffectiveToTime()
public void setEffectiveToTime(Date effectiveToTime)
effectiveToTime - Date objectpublic void setClassificationProperties(ElementProperties classificationProperties)
classificationProperties - properties for the classificationpublic ElementProperties getClassificationProperties()
public String toString()
toString in class ElementClassificationHeaderpublic boolean equals(Object objectToCompare)
equals in class ElementClassificationHeaderobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ElementClassificationHeaderCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.