Class AtlasGlossaryBaseProperties
java.lang.Object
org.odpi.openmetadata.adapters.connectors.integration.apacheatlas.properties.AtlasGlossaryBaseProperties
- Direct Known Subclasses:
AtlasGlossaryElement,AtlasGlossaryMemberBaseProperties,AtlasGlossaryProperties
AtlasGlossaryBaseProperties describes the common properties found on all an Apache Atlas glossary elements.
-
Constructor Summary
ConstructorsConstructorDescriptionStandard constructorCopy/clone Constructor -
Method Summary
Modifier 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()
-
Constructor Details
-
AtlasGlossaryBaseProperties
public AtlasGlossaryBaseProperties()Standard constructor -
AtlasGlossaryBaseProperties
Copy/clone Constructor- Parameters:
template- object to copy
-
-
Method Details
-
getGuid
Return the unique identifier from Atlas.- Returns:
- string
-
setGuid
Set up the unique identifier from Atlas.- Parameters:
guid- string
-
getQualifiedName
Return the unique name from- Returns:
-
setQualifiedName
-
getName
-
setName
-
getShortDescription
-
setShortDescription
-
getLongDescription
-
setLongDescription
-
getAdditionalAttributes
-
setAdditionalAttributes
-
toString
-