Class GlossaryCategoryProperties
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.GlossaryCategoryProperties
- All Implemented Interfaces:
Serializable
GlossaryCategoryProperties describes grouping of glossary terms that have similar characteristics.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturn the description of the glossary category.Return a human memorable name for the glossary category.voidsetDescription(String description) Set up the description of the glossary category.voidsetDisplayName(String displayName) Set up a human memorable name for the glossary category.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
equals, getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, hashCode, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
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:
toStringin classReferenceableProperties- Returns:
- return string containing the property names and values
-