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.
|
int |
hashCode()
Create a hash code for this element type.
|
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, 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 objectpublic int hashCode()
hashCode in class ReferenceablePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.