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:
-
Field Summary
Fields -
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 attributesvoid
setAdditionalProperties
(Map<String, String> additionalProperties) void
setEffectiveFromTime
(Date effectiveFromTime) void
setEffectiveToTime
(Date effectiveToTime) void
setSystemAttributes
(SystemAttributes systemAttributes)
-
Field Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
classificationName
-
-
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
-