public class GlossaryTerm extends Referenceable
additionalProperties, meanings, qualifiedNameclassifications, extendedProperties, guid, type, url| Constructor and Description |
|---|
GlossaryTerm()
Default Constructor
|
GlossaryTerm(GlossaryTerm template)
Copy/clone Constructor - the resulting object.
|
| 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 for this term (or null).
|
String |
getDescription()
Return the detailed description of the term's meaning.
|
String |
getDisplayName()
Return the display name for this term (normally a shortened form of the qualified name).
|
String |
getExamples()
Return example sentences that include this term.
|
String |
getSummary()
Return a short summary of the meaning of the term - used for summary lists of terms.
|
String |
getUsage()
Return instructions for how and when this term should be used.
|
int |
hashCode()
Return hash code for this object
|
void |
setAbbreviation(String abbreviation)
Set up the abbreviation for this term (or null).
|
void |
setDescription(String description)
Set up the detailed description of the term's meaning.
|
void |
setDisplayName(String displayName)
Set up the display name for this term (normally a shortened form of the qualified name).
|
void |
setExamples(String examples)
Set up example sentences that include this term.
|
void |
setSummary(String summary)
Set up a short summary of the meaning of the term - used for summary lists of terms.
|
void |
setUsage(String usage)
Set up instructions for how and when this term should be used.
|
String |
toString()
JSON-style toString
|
getAdditionalProperties, getMeanings, getQualifiedName, setAdditionalProperties, setMeanings, setQualifiedNamegetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLpublic GlossaryTerm()
public GlossaryTerm(GlossaryTerm template)
template - object being copiedpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - string namepublic String getSummary()
public void setSummary(String summary)
summary - string descriptionpublic String getDescription()
public void setDescription(String description)
description - string descriptionpublic String getExamples()
public void setExamples(String examples)
examples - string examplespublic String getAbbreviation()
public void setAbbreviation(String abbreviation)
abbreviation - string abbreviationpublic String getUsage()
public void setUsage(String usage)
usage - string usage instructionspublic String toString()
toString in class Referenceablepublic boolean equals(Object objectToCompare)
equals in class ReferenceableobjectToCompare - test objectpublic int hashCode()
hashCode in class ReferenceableCopyright © 2018–2020 ODPi. All rights reserved.