Class Classification
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
-
- All Implemented Interfaces:
Serializable,OmasObject
- Direct Known Subclasses:
AbstractConcept,ActivityDescription,CanonicalVocabulary,Confidence,Confidentiality,ContextDefinition,Criticality,DataValue,GlossaryProject,ObjectIdentifier,PrimaryKey,Retention,SpineAttribute,SpineObject,SubjectArea,Taxonomy
public class Classification extends Object implements Serializable, OmasObject
A Classification- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringclassificationNameprotected static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description Classification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getAdditionalProperties()Get the additional properties - ones that are in addition to the standard types.StringgetClassificationName()DategetEffectiveFromTime()Return the date/time that this node should start to be used (null means it can be used from creationTime).DategetEffectiveToTime()Return the date/time that this node should no longer be used.SystemAttributesgetSystemAttributes()Get the core attributesvoidsetAdditionalProperties(Map<String,String> additionalProperties)voidsetEffectiveFromTime(Date effectiveFromTime)voidsetEffectiveToTime(Date effectiveToTime)voidsetSystemAttributes(SystemAttributes systemAttributes)
-
-
-
Field Detail
-
serialVersionUID
protected static final long serialVersionUID
- See Also:
- Constant Field Values
-
classificationName
protected String classificationName
-
-
Method Detail
-
getSystemAttributes
public SystemAttributes getSystemAttributes()
Get the core attributes- Returns:
- core attributes
-
setSystemAttributes
public void setSystemAttributes(SystemAttributes systemAttributes)
-
getEffectiveFromTime
public Date getEffectiveFromTime()
Return the date/time that this node should start to be used (null means it can be used from creationTime).- Returns:
- Date the node becomes effective.
-
setEffectiveFromTime
public void setEffectiveFromTime(Date effectiveFromTime)
-
getEffectiveToTime
public Date getEffectiveToTime()
Return the date/time that this node should no longer be used.- Returns:
- Date the node stops being effective.
-
setEffectiveToTime
public void setEffectiveToTime(Date effectiveToTime)
-
getClassificationName
public String getClassificationName()
-
getAdditionalProperties
public Map<String,String> getAdditionalProperties()
Get the additional properties - ones that are in addition to the standard types.- Returns:
- additional properties
-
-