Class MeaningProperties
java.lang.Object
org.odpi.openmetadata.accessservices.stewardshipaction.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.stewardshipaction.properties.MeaningProperties
- All Implemented Interfaces:
Serializable
MeaningProperties is a cut-down summary of a glossary term to aid the stewardship action in understanding the content
of an asset.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorMeaningProperties
(MeaningProperties template) Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the description of the glossary term.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
Set up the glossary term name.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.accessservices.stewardshipaction.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName
-
Constructor Details
-
MeaningProperties
public MeaningProperties()Default constructor -
MeaningProperties
Copy/clone constructor.- Parameters:
template
- element to copy
-
-
Method Details
-
getName
Return the glossary term name.- Returns:
- String name
-
setName
Set up the glossary term name.- Parameters:
name
- String name
-
getDescription
Return the description of the glossary term.- Returns:
- String description
-
setDescription
Set up the description of the glossary term.- Parameters:
description
- String description
-
toString
Standard toString method.- Overrides:
toString
in classReferenceableProperties
- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classReferenceableProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCode
in classReferenceableProperties
- Returns:
- int hash code
-