java.lang.Object
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasGlossaryAnchorElement

public class AtlasGlossaryAnchorElement extends Object
AtlasGlossaryAnchorElement describes the relationship between a glossary and one of its terms/categories.
  • Constructor Details

    • AtlasGlossaryAnchorElement

      public AtlasGlossaryAnchorElement()
    • AtlasGlossaryAnchorElement

      public AtlasGlossaryAnchorElement(AtlasGlossaryAnchorElement template)
  • Method Details

    • getGlossaryGuid

      public String getGlossaryGuid()
    • setGlossaryGuid

      public void setGlossaryGuid(String glossaryGuid)
    • getRelationGuid

      public String getRelationGuid()
    • setRelationGuid

      public void setRelationGuid(String relationGuid)
    • getDisplayText

      public String getDisplayText()
    • setDisplayText

      public void setDisplayText(String displayText)
    • toString

      public String toString()
      Overrides:
      toString in class Object