Class ExternalGlossaryElementLinkProperties

java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.properties.RelationshipProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.ExternalGlossaryElementLinkProperties

public class ExternalGlossaryElementLinkProperties extends RelationshipProperties
ExternalGlossaryLinkProperties describes the properties of URL link to a remote glossary.
  • Constructor Details

    • ExternalGlossaryElementLinkProperties

      public ExternalGlossaryElementLinkProperties()
      Default constructor
    • ExternalGlossaryElementLinkProperties

      public ExternalGlossaryElementLinkProperties(ExternalGlossaryElementLinkProperties template)
      Copy/clone constructor
      Parameters:
      template - template object to copy.
  • Method Details

    • getElementIdentifier

      public String getElementIdentifier()
      Return the identifier in the external glossary resource that is equivalent to this element.
      Returns:
      string elementIdentifier
    • setElementIdentifier

      public void setElementIdentifier(String elementIdentifier)
      Set up the identifier in the external glossary resource that is equivalent to this element.
      Parameters:
      elementIdentifier - string
    • getElementDescription

      public String getElementDescription()
      Return a description of the association between the category and the external element from the external glossary resource.
      Returns:
      string text
    • setElementDescription

      public void setElementDescription(String description)
      Set up a description of the association between the category and the external element from the external glossary resource.
      Parameters:
      description - string text
    • getSteward

      public String getSteward()
      Return the identifier for the steward that created the link.
      Returns:
      string identifier
    • setSteward

      public void setSteward(String steward)
      Set up the identifier for the steward that created the link.
      Parameters:
      steward - string identifier
    • getLastVerified

      public Date getLastVerified()
      Return the date that a steward verified the link.
      Returns:
      date/time
    • setLastVerified

      public void setLastVerified(Date lastVerified)
      Set up the date that a steward verified the link.
      Parameters:
      lastVerified - date/time
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class RelationshipProperties
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class RelationshipProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class RelationshipProperties
      Returns:
      int