Class MeaningProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.glossaries.MeaningProperties
MeaningProperties is a cut-down summary of a glossary term to aid the asset consumer in understanding the content
of an asset.
-
Constructor Summary
ConstructorDescriptionDefault 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.Return the short summary of the term.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.void
setSummary
(String summary) Set up the short summary of the term.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, getVendorProperties, setAdditionalProperties, setQualifiedName, setVendorProperties
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, getTypeName, setEffectiveFrom, setEffectiveTo, setExtendedProperties, 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:
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
-