Class GlossaryCategoryProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.GlossaryCategoryProperties
GlossaryCategoryProperties describes grouping of glossary terms that have similar characteristics.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturn the description of the glossary category.Return a human memorable name for the glossary category.void
setDescription
(String description) Set up the description of the glossary category.void
setDisplayName
(String displayName) Set up a human memorable name for the glossary category.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
equals, getAdditionalProperties, getQualifiedName, getVendorProperties, hashCode, setAdditionalProperties, setQualifiedName, setVendorProperties
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, getTypeName, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setTypeName
-
Constructor Details
-
GlossaryCategoryProperties
public GlossaryCategoryProperties()Default constructor -
GlossaryCategoryProperties
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
getDisplayName
Return a human memorable name for the glossary category.- Returns:
- string name
-
setDisplayName
Set up a human memorable name for the glossary category.- Parameters:
displayName
- string name
-
getDescription
Return the description of the glossary category.- Returns:
- string text
-
setDescription
Set up the description of the glossary category.- Parameters:
description
- string text
-
toString
JSON-style toString- Overrides:
toString
in classReferenceableProperties
- Returns:
- return string containing the property names and values
-