Class SubjectArea
java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.SubjectArea
- All Implemented Interfaces:
Serializable
,OmasObject
Identifies a glossary category as a subject area.
- See Also:
-
Field Summary
Fields inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
classificationName, serialVersionUID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the extra attributes - ones that are in addition to the standard types.getName()
Name of the subject area.Subject Area property namesvoid
setAdditionalProperties
(Map<String, String> additionalProperties) void
Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.classifications.Classification
getClassificationName, getEffectiveFromTime, getEffectiveToTime, getSystemAttributes, setEffectiveFromTime, setEffectiveToTime, setSystemAttributes
-
Constructor Details
-
SubjectArea
public SubjectArea()Default constructor
-
-
Method Details
-
getPropertyNames
Subject Area property names- Returns:
- Set of Strings of the SubjectArea property names
-
getName
Name of the subject area.- Returns:
- Name of the subject area.
-
setName
-
getAdditionalProperties
Get the extra attributes - ones that are in addition to the standard types.- Overrides:
getAdditionalProperties
in classClassification
- Returns:
- extra attributes
-
setAdditionalProperties
- Overrides:
setAdditionalProperties
in classClassification
-