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
A Classification
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the additional properties - ones that are in addition to the standard types.Return the date/time that this node should start to be used (null means it can be used from creationTime).Return the date/time that this node should no longer be used.Get the core attributesvoidsetAdditionalProperties(Map<String, String> additionalProperties) voidsetEffectiveFromTime(Date effectiveFromTime) voidsetEffectiveToTime(Date effectiveToTime) voidsetSystemAttributes(SystemAttributes systemAttributes)
-
Constructor Details
-
Classification
public Classification()
-
-
Method Details
-
getSystemAttributes
Get the core attributes- Returns:
- core attributes
-
setSystemAttributes
-
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
-
getEffectiveToTime
Return the date/time that this node should no longer be used.- Returns:
- Date the node stops being effective.
-
setEffectiveToTime
-
getClassificationName
-
getAdditionalProperties
Get the additional properties - ones that are in addition to the standard types.- Returns:
- additional properties
-
setAdditionalProperties
-