public class GlossaryCategoryProperties extends ReferenceableProperties
| Constructor and Description |
|---|
GlossaryCategoryProperties()
Default constructor
|
GlossaryCategoryProperties(GlossaryCategoryProperties template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the description of the glossary category.
|
String |
getDisplayName()
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.
|
String |
toString()
JSON-style toString
|
equals, getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, hashCode, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic GlossaryCategoryProperties()
public GlossaryCategoryProperties(GlossaryCategoryProperties template)
template - object to copypublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - string namepublic String getDescription()
public void setDescription(String description)
description - string textpublic String toString()
toString in class ReferenceablePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.