public class Meaning extends ElementHeader
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
name |
classifications, extendedProperties, guid, type, url| Constructor and Description |
|---|
Meaning()
Default constructor
|
Meaning(Meaning templateMeaning)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getDescription()
Return the description of the glossary term.
|
String |
getName()
Return the glossary term name.
|
void |
setDescription(String description)
Set up the description of the glossary term.
|
void |
setName(String name)
Set up the glossary term name.
|
String |
toString()
Standard toString method.
|
getClassifications, getExtendedProperties, getGUID, getType, getURL, hashCode, setClassifications, setExtendedProperties, setGUID, setType, setURLpublic Meaning()
public Meaning(Meaning templateMeaning)
templateMeaning - element to copypublic String getName()
public void setName(String name)
name - String namepublic String getDescription()
public void setDescription(String description)
description - String descriptionpublic String toString()
toString in class ElementHeaderpublic boolean equals(Object objectToCompare)
equals in class ElementHeaderobjectToCompare - supplied objectCopyright © 2018–2020 ODPi. All rights reserved.