public class Term extends GovernedNode implements Serializable
classifications, nodeType| Constructor and Description |
|---|
Term() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAbbreviation()
How this glossary term is abbreviated.
|
String |
getExamples()
Examples of this glossary term in use.
|
GlossarySummary |
getGlossary()
The associated Glossary
|
String |
getSummary()
The short description of the glossary term.
|
String |
getUsage()
Further guidance on the use of this glossary term.
|
int |
hashCode() |
boolean |
isObjectIdentifier()
Identifies a glossary term that describes an attribute that can be used to identify an instance.
|
boolean |
isSpineAttribute()
Identifies a glossary term that describes an attribute of a spine object.
|
boolean |
isSpineObject()
Identifies a glossary term that describes a type of spine object.
|
protected void |
processClassification(Classification classification) |
void |
setAbbreviation(String abbreviation) |
void |
setExamples(String examples) |
void |
setGlossary(GlossarySummary glossary) |
void |
setObjectIdentifier(boolean objectIdentifier) |
void |
setSpineAttribute(boolean spineAttribute) |
void |
setSpineObject(boolean spineObject) |
void |
setSummary(String summary) |
void |
setUsage(String usage) |
StringBuilder |
toString(StringBuilder sb) |
getGovernanceActions, setClassifications, setGovernanceActions, toStringgetAdditionalProperties, getClassifications, getDescription, getEffectiveFromTime, getEffectiveToTime, getIcons, getName, getNodeType, getQualifiedName, getSystemAttributes, setAdditionalProperties, setDescription, setEffectiveFromTime, setEffectiveToTime, setIcons, setName, setNodeType, setQualifiedName, setSystemAttributespublic GlossarySummary getGlossary()
public void setGlossary(GlossarySummary glossary)
public String getSummary()
public void setSummary(String summary)
public String getAbbreviation()
public void setAbbreviation(String abbreviation)
public String getExamples()
public void setExamples(String examples)
public String getUsage()
public void setUsage(String usage)
public boolean isSpineObject()
true if spine object, false otherwise.public void setSpineObject(boolean spineObject)
public boolean isSpineAttribute()
true if spine object, false otherwise.public void setSpineAttribute(boolean spineAttribute)
public boolean isObjectIdentifier()
true if term is an identifier, false otherwise.public void setObjectIdentifier(boolean objectIdentifier)
public StringBuilder toString(StringBuilder sb)
toString in class GovernedNodepublic boolean equals(Object o)
equals in class GovernedNodepublic int hashCode()
hashCode in class GovernedNodeprotected void processClassification(Classification classification)
processClassification in class NodeCopyright © 2018–2020 ODPi. All rights reserved.