Class MeaningProperties
java.lang.Object
org.odpi.openmetadata.accessservices.assetconsumer.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.assetconsumer.properties.MeaningProperties
- All Implemented Interfaces:
Serializable
MeaningProperties is a cut-down summary of a glossary term to aid the asset consumer in understanding the content
of an asset.
- See Also:
-
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.Return the short summary of the term.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.voidsetSummary(String summary) Set up the short summary of the term.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.accessservices.assetconsumer.properties.ReferenceableProperties
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, 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
-
getSummary
Return the short summary of the term.- Returns:
- string summary
-
setSummary
Set up the short summary of the term.- Parameters:
summary- string summary
-
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
-