Class EditingGlossaryProperties
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.properties.ClassificationProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.EditingGlossaryProperties
EditingGlossaryProperties is used to provide the properties for an EditingGlossary classification.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor for an editing glossary classification. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the description (typically and overview of the revision) of the glossary.inthashCode()Return hash code based on properties.voidsetDescription(String description) Set up the description (typically and overview of the revision) of the glossary.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.properties.ClassificationProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties
-
Constructor Details
-
EditingGlossaryProperties
public EditingGlossaryProperties()Default constructor -
EditingGlossaryProperties
Copy/clone constructor for an editing glossary classification.- Parameters:
template- template object to copy.
-
-
Method Details
-
getDescription
Return the description (typically and overview of the revision) of the glossary.- Returns:
- string description
-
setDescription
Set up the description (typically and overview of the revision) of the glossary.- Parameters:
description- string description
-
toString
Standard toString method.- Overrides:
toStringin classClassificationProperties- 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 classClassificationProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCodein classClassificationProperties- Returns:
- int
-