Class Glossary
java.lang.Object
org.odpi.openmetadata.metadatasecurity.properties.Referenceable
org.odpi.openmetadata.metadatasecurity.properties.Glossary
GlossaryProperties is a class for representing a generic glossary.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the description of the glossary.Return a human memorable name for the glossary.Return the language that the glossary contents are written in.getUsage()Return the expected usage of the glossary content.inthashCode()Return hash code based on properties.voidsetDescription(String description) Set up the description of the glossary.voidsetDisplayName(String displayName) Set up a human memorable name for the glossary.voidsetLanguage(String language) Set up the language that the glossary contents are written in.voidSet up the expected usage of the glossary content.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.metadatasecurity.properties.Referenceable
getAccessGroups, getAdditionalProperties, getConfidence, getConfidentiality, getCriticality, getExtendedProperties, getGUID, getImpact, getOwner, getOwnerPropertyName, getOwnerType, getOwnerTypeName, getQualifiedName, getRetention, getSecurityLabels, getSecurityProperties, getStatus, getTypeGUID, getTypeName, setAccessGroups, setAdditionalProperties, setConfidence, setConfidentiality, setCriticality, setExtendedProperties, setGUID, setImpact, setOwner, setOwnerPropertyName, setOwnerType, setOwnerTypeName, setQualifiedName, setRetention, setSecurityLabels, setSecurityProperties, setStatus, setTypeGUID, setTypeName
-
Constructor Details
-
Glossary
public Glossary()Default constructor -
Glossary
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Details
-
getDisplayName
Return a human memorable name for the glossary.- Returns:
- string name
-
setDisplayName
Set up a human memorable name for the glossary.- Parameters:
displayName- string name
-
getDescription
Return the description of the glossary.- Returns:
- string text
-
setDescription
Set up the description of the glossary.- Parameters:
description- string text
-
getLanguage
Return the language that the glossary contents are written in.- Returns:
- string name
-
setLanguage
Set up the language that the glossary contents are written in.- Parameters:
language- string name
-
getUsage
Return the expected usage of the glossary content.- Returns:
- string description
-
setUsage
Set up the expected usage of the glossary content.- Parameters:
usage- string description
-
toString
Standard toString method.- Overrides:
toStringin classReferenceable- 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 classReferenceable- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCodein classReferenceable- Returns:
- int
-