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
|
Map<String,Object> |
getClassificationProperties()
Return a collection of the additional stored properties for the classification.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setClassificationName(String classificationName)
Set up the name of the classification.
|
void |
setClassificationProperties(Map<String,Object> classificationProperties)
Set up a collection of the additional stored properties for the classification.
|
String |
toString()
Standard toString method.
|
getClassificationOrigin, getClassificationOriginGUID, getClassificationTypeDescription, getClassificationTypeId, getClassificationTypeVersion, setClassificationOrigin, setClassificationOriginGUID, setClassificationTypeDescription, setClassificationTypeId, setClassificationTypeVersiongetElementCreatedBy, getElementCreateTime, getElementLicense, getElementMaintainedBy, getElementMetadataCollectionId, getElementMetadataCollectionName, getElementOrigin, getElementSourceServer, getElementUpdatedBy, getElementUpdateTime, getElementVersion, getMappingProperties, getStatus, setElementCreatedBy, setElementCreateTime, setElementLicense, setElementMaintainedBy, setElementMetadataCollectionId, setElementMetadataCollectionName, setElementOrigin, setElementSourceServer, setElementUpdatedBy, setElementUpdateTime, setElementVersion, setMappingProperties, setStatusgetHeaderVersion, setHeaderVersionpublic ElementClassification()
public ElementClassification(ElementClassification template)
template - template to copypublic void setClassificationName(String classificationName)
classificationName - name of classificationpublic String getClassificationName()
public void setClassificationProperties(Map<String,Object> classificationProperties)
classificationProperties - properties for the classificationpublic Map<String,Object> 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–2020 ODPi. All rights reserved.