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)
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.
|
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, hashCode, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeNamepublic MeaningProperties()
public MeaningProperties(MeaningProperties template)
template - 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 ReferenceablePropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceablePropertiesobjectToCompare - supplied objectCopyright © 2018–2020 ODPi. All rights reserved.