public class MeaningProperties extends ReferenceableProperties
| Constructor and Description |
|---|
MeaningProperties()
Default constructor
|
MeaningProperties(MeaningProperties 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 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, getClassifications, getExtendedProperties, getMeanings, getQualifiedName, getTypeName, setAdditionalProperties, setClassifications, setExtendedProperties, setMeanings, setQualifiedName, setTypeNamepublic MeaningProperties()
public MeaningProperties(MeaningProperties template)
template - element to copypublic 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 ReferenceablePropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceablePropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class ReferenceablePropertiesCopyright © 2018–2020 ODPi. All rights reserved.