java.lang.Object
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryBaseProperties
Direct Known Subclasses:
AtlasGlossaryMemberBaseProperties, AtlasGlossaryProperties

public class AtlasGlossaryBaseProperties extends Object
AtlasGlossaryBaseProperties describes the common properties found on all an Apache Atlas glossary elements.
  • Field Details

    • EGERIA_GUID_PROPERTY_NAME

      public static String EGERIA_GUID_PROPERTY_NAME
      This 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

    • AtlasGlossaryBaseProperties

      public AtlasGlossaryBaseProperties()
      Standard constructor
    • AtlasGlossaryBaseProperties

      public AtlasGlossaryBaseProperties(AtlasGlossaryBaseProperties template)
      Copy/clone Constructor
      Parameters:
      template - object to copy
  • Method Details

    • getGuid

      public String getGuid()
      Return the unique identifier from Atlas.
      Returns:
      string
    • setGuid

      public void setGuid(String guid)
      Set up the unique identifier from Atlas.
      Parameters:
      guid - string
    • getQualifiedName

      public String getQualifiedName()
      Return the unique name from
      Returns:
    • setQualifiedName

      public void setQualifiedName(String qualifiedName)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getShortDescription

      public String getShortDescription()
    • setShortDescription

      public void setShortDescription(String shortDescription)
    • getLongDescription

      public String getLongDescription()
    • setLongDescription

      public void setLongDescription(String longDescription)
    • getAdditionalAttributes

      public Map<String,Object> getAdditionalAttributes()
    • setAdditionalAttributes

      public void setAdditionalAttributes(Map<String,Object> additionalAttributes)
    • toString

      public String toString()
      Overrides:
      toString in class Object