Class AtlasGlossaryBaseProperties
java.lang.Object
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryBaseProperties
- Direct Known Subclasses:
- AtlasGlossaryMemberBaseProperties,- AtlasGlossaryProperties
AtlasGlossaryBaseProperties describes the common properties found on all an Apache Atlas glossary elements.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic StringThis is the name used by the connector to store the GUID of the equivalent open metadata element in the Atlas Glossary element.
- 
Constructor SummaryConstructorsConstructorDescriptionStandard constructorCopy/clone Constructor
- 
Method SummaryModifier and TypeMethodDescriptiongetGuid()Return the unique identifier from Atlas.getName()Return the unique name fromvoidsetAdditionalAttributes(Map<String, Object> additionalAttributes) voidSet up the unique identifier from Atlas.voidsetLongDescription(String longDescription) voidvoidsetQualifiedName(String qualifiedName) voidsetShortDescription(String shortDescription) toString()
- 
Field Details- 
EGERIA_GUID_PROPERTY_NAMEThis is the name used by the connector to store the GUID of the equivalent open metadata element in the Atlas Glossary element. The GUID is used for correlations because the qualified name is not stable in Atlas. The Egeria elements that originate from Atlas keep the qualified name in step with Atlas and is used to determine if the structure of the glossary has changed.
 
- 
- 
Constructor Details- 
AtlasGlossaryBasePropertiespublic AtlasGlossaryBaseProperties()Standard constructor
- 
AtlasGlossaryBasePropertiesCopy/clone Constructor- Parameters:
- template- object to copy
 
 
- 
- 
Method Details- 
getGuidReturn the unique identifier from Atlas.- Returns:
- string
 
- 
setGuidSet up the unique identifier from Atlas.- Parameters:
- guid- string
 
- 
getQualifiedNameReturn the unique name from- Returns:
 
- 
setQualifiedName
- 
getName
- 
setName
- 
getShortDescription
- 
setShortDescription
- 
getLongDescription
- 
setLongDescription
- 
getAdditionalAttributes
- 
setAdditionalAttributes
- 
toString
 
-