Class MeaningProperties
java.lang.Object
org.odpi.openmetadata.accessservices.stewardshipaction.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.stewardshipaction.properties.MeaningProperties
MeaningProperties is a cut-down summary of a glossary term to aid the stewardship action in understanding the content
of an asset.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorMeaningProperties(MeaningProperties template) Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare 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.inthashCode()Create a hash code for this element type.voidsetDescription(String description) Set up the description of the glossary term.voidSet 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:
toStringin 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:
equalsin classReferenceableProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCodein classReferenceableProperties- Returns:
- int hash code
-