Class SubjectAreaDefinition
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node
-
- org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category
-
- org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.SubjectAreaDefinition
-
- All Implemented Interfaces:
Serializable,OmasObject
public class SubjectAreaDefinition extends Category
A type of Category called a Subject Area Definition is one that describes a subject area or a domain. For a category to be in a subject area - it would be within the children category hierarchies under a Subject Area Definition.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node
classifications, nodeType
-
-
Constructor Summary
Constructors Constructor Description SubjectAreaDefinition()SubjectAreaDefinition(Category category)
-
Method Summary
-
Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category
equals, getGlossary, getParentCategory, hashCode, setGlossary, setParentCategory, toString
-
Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node
getAdditionalProperties, getClassifications, getDescription, getEffectiveFromTime, getEffectiveToTime, getExtendedProperties, getIcons, getName, getNodeType, getQualifiedName, getSystemAttributes, getTypeName, isReadOnly, processClassification, setAdditionalProperties, setClassifications, setDescription, setEffectiveFromTime, setEffectiveToTime, setExtendedProperties, setIcons, setName, setNodeType, setQualifiedName, setReadOnly, setSystemAttributes, setTypeName, toString
-
-
-
-
Constructor Detail
-
SubjectAreaDefinition
public SubjectAreaDefinition()
-
SubjectAreaDefinition
public SubjectAreaDefinition(Category category)
-
-