Class GlossaryCategoryProperties
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetmanager.properties.ReferenceableProperties
-
- org.odpi.openmetadata.accessservices.assetmanager.properties.GlossaryCategoryProperties
-
- All Implemented Interfaces:
Serializable
public class GlossaryCategoryProperties extends ReferenceableProperties
GlossaryCategoryProperties describes grouping of glossary terms that have similar characteristics.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GlossaryCategoryProperties()Default constructorGlossaryCategoryProperties(GlossaryCategoryProperties template)Copy/clone constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Return the description of the glossary category.StringgetDisplayName()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.StringtoString()JSON-style toString-
Methods 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 Detail
-
GlossaryCategoryProperties
public GlossaryCategoryProperties()
Default constructor
-
GlossaryCategoryProperties
public GlossaryCategoryProperties(GlossaryCategoryProperties template)
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
Return a human memorable name for the glossary category.- Returns:
- string name
-
setDisplayName
public void setDisplayName(String displayName)
Set up a human memorable name for the glossary category.- Parameters:
displayName- string name
-
getDescription
public String getDescription()
Return the description of the glossary category.- Returns:
- string text
-
setDescription
public void setDescription(String description)
Set up the description of the glossary category.- Parameters:
description- string text
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classReferenceableProperties- Returns:
- return string containing the property names and values
-
-