Class Category
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node
-
- org.odpi.openmetadata.accessservices.subjectarea.properties.objects.category.Category
-
- All Implemented Interfaces:
Serializable,OmasObject
- Direct Known Subclasses:
SubjectAreaDefinition
public class Category extends Node
- 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 Category()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)GlossarySummarygetGlossary()The owning glossary for this category.CategorySummarygetParentCategory()"Identifies the parent category."inthashCode()voidsetGlossary(GlossarySummary glossary)voidsetParentCategory(CategorySummary parentCategory)StringBuildertoString(StringBuilder sb)-
Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node
getAdditionalProperties, getClassifications, getDescription, getEffectiveFromTime, getEffectiveToTime, getIcons, getName, getNodeType, getQualifiedName, getSystemAttributes, isReadOnly, processClassification, setAdditionalProperties, setClassifications, setDescription, setEffectiveFromTime, setEffectiveToTime, setIcons, setName, setNodeType, setQualifiedName, setReadOnly, setSystemAttributes, toString
-
-
-
-
Method Detail
-
getGlossary
public GlossarySummary getGlossary()
The owning glossary for this category.- Returns:
GlossarySummary
-
setGlossary
public void setGlossary(GlossarySummary glossary)
-
getParentCategory
public CategorySummary getParentCategory()
"Identifies the parent category."- Returns:
CategorySummary
-
setParentCategory
public void setParentCategory(CategorySummary parentCategory)
-
toString
public StringBuilder toString(StringBuilder sb)
-
-