Class Glossary
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node
-
- org.odpi.openmetadata.accessservices.subjectarea.properties.objects.glossary.Glossary
-
- All Implemented Interfaces:
Serializable,OmasObject
- Direct Known Subclasses:
CanonicalGlossary,Taxonomy
public class Glossary extends Node
Glossary object- 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 Glossary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Set<IconSummary>getIcons()The Governance level associated with this glossaryStringgetLanguage()The Natural Language used in the glossary.StringgetUsage()Guidance on the usage of this glossary content.inthashCode()voidprocessClassification(Classification classification)voidsetLanguage(String language)voidsetUsage(String usage)StringBuildertoString(StringBuilder sb)-
Methods inherited from class org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Node
getAdditionalProperties, getClassifications, getDescription, getEffectiveFromTime, getEffectiveToTime, getExtendedProperties, getName, getNodeType, getQualifiedName, getSystemAttributes, getTypeName, isReadOnly, setAdditionalProperties, setClassifications, setDescription, setEffectiveFromTime, setEffectiveToTime, setExtendedProperties, setIcons, setName, setNodeType, setQualifiedName, setReadOnly, setSystemAttributes, setTypeName, toString
-
-
-
-
Method Detail
-
getUsage
public String getUsage()
Guidance on the usage of this glossary content.- Returns:
- the usage.
-
setUsage
public void setUsage(String usage)
-
getLanguage
public String getLanguage()
The Natural Language used in the glossary. This is a String - there is a Jira raised to enhance Egeria to standardise the language values. https://jira.odpi.org/browse/EGERIA-9- Returns:
- the natural language
-
setLanguage
public void setLanguage(String language)
-
getIcons
public Set<IconSummary> getIcons()
The Governance level associated with this glossary
-
processClassification
public void processClassification(Classification classification)
- Overrides:
processClassificationin classNode
-
toString
public StringBuilder toString(StringBuilder sb)
-
-