Class BitolSynonym
java.lang.Object
org.odpi.openmetadata.frameworks.integration.bitol.common.BitolSynonym
This class represents an alternative name for a data product, schema object or schema property, recorded so that catalogs, AI tools and natural language interfaces can resolve business vocabulary to the underlying element (ODCS v3.2.0 and ODPS v1.1.0, RFC 0041).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the custom properties of the synonym.Return a short note about when or why this synonym is used.getId()Return the stable identifier of the synonym.Return the BCP 47 language tag when the synonym is language-specific.Return the origin of the synonym, for example glossary or legacy-system.Return the lifecycle status of the synonym, for example active or deprecated.Return the synonymous term.inthashCode()Return hash code based on properties.voidsetCustomProperties(List<BitolCustomProperty> customProperties) Set up the custom properties of the synonym.voidsetDescription(String description) Set up a short note about when or why this synonym is used.voidSet up the stable identifier of the synonym.voidSet up the BCP 47 language tag when the synonym is language-specific.voidSet up the origin of the synonym, for example glossary or legacy-system.voidSet up the lifecycle status of the synonym, for example active or deprecated.voidsetSynonym(String synonym) Set up the synonymous term.toString()Standard toString method.
-
Constructor Details
-
BitolSynonym
public BitolSynonym()Default constructor
-
-
Method Details
-
getId
Return the stable identifier of the synonym.- Returns:
- String
-
setId
Set up the stable identifier of the synonym.- Parameters:
id- String
-
getSynonym
Return the synonymous term.- Returns:
- String
-
setSynonym
Set up the synonymous term.- Parameters:
synonym- String
-
getDescription
Return a short note about when or why this synonym is used.- Returns:
- String
-
setDescription
Set up a short note about when or why this synonym is used.- Parameters:
description- String
-
getLocale
Return the BCP 47 language tag when the synonym is language-specific.- Returns:
- String
-
setLocale
Set up the BCP 47 language tag when the synonym is language-specific.- Parameters:
locale- String
-
getSource
Return the origin of the synonym, for example glossary or legacy-system.- Returns:
- String
-
setSource
Set up the origin of the synonym, for example glossary or legacy-system.- Parameters:
source- String
-
getStatus
Return the lifecycle status of the synonym, for example active or deprecated.- Returns:
- String
-
setStatus
Set up the lifecycle status of the synonym, for example active or deprecated.- Parameters:
status- String
-
getCustomProperties
Return the custom properties of the synonym.- Returns:
- List
-
setCustomProperties
Set up the custom properties of the synonym.- Parameters:
customProperties- List
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-