public class GlossaryTermProperties extends ReferenceableProperties
| Constructor and Description |
|---|
GlossaryTermProperties()
Default constructor
|
GlossaryTermProperties(GlossaryTermProperties template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getAbbreviation()
Return the abbreviation used for this term.
|
String |
getDescription()
Returns the stored description property for the term.
|
String |
getDisplayName()
Returns the stored display name property for the term.
|
String |
getExamples()
Set up the description of one or more examples.
|
String |
getSummary()
Return the short (1-2 sentence) description of the term.
|
String |
getUsage()
Return details of the expected usage of this term.
|
int |
hashCode()
Return hash code for this object
|
void |
setAbbreviation(String abbreviation)
Set up the abbreviation used for this term.
|
void |
setDescription(String description)
Set up the stored description property for the term.
|
void |
setDisplayName(String displayName)
Set up the stored display name property for the term.
|
void |
setExamples(String examples)
Return the description of one or more examples.
|
void |
setSummary(String summary)
Set up the short (1-2 sentence) description of the term.
|
void |
setUsage(String usage)
Set up details of the expected usage of this term.
|
String |
toString()
JSON-style toString
|
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic GlossaryTermProperties()
public GlossaryTermProperties(GlossaryTermProperties template)
template - object to copypublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - String namepublic String getSummary()
public void setSummary(String summary)
summary - string textpublic String getDescription()
public void setDescription(String description)
description - String textpublic String getExamples()
public void setExamples(String examples)
examples - string textpublic String getAbbreviation()
public void setAbbreviation(String abbreviation)
abbreviation - string textpublic String getUsage()
public void setUsage(String usage)
usage - string textpublic String toString()
toString in class ReferenceablePropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceablePropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class ReferenceablePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.