Class ExternalGlossaryElementLinkProperties

  • All Implemented Interfaces:
    Serializable

    public class ExternalGlossaryElementLinkProperties
    extends Object
    implements Serializable
    ExternalGlossaryLinkProperties describes the properties of URL link to a remote glossary.
    See Also:
    Serialized Form
    • Constructor Detail

      • ExternalGlossaryElementLinkProperties

        public ExternalGlossaryElementLinkProperties()
        Default constructor
      • ExternalGlossaryElementLinkProperties

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

      • 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 Object
        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 Object
        Parameters:
        objectToCompare - supplied object
        Returns:
        boolean result of comparison
      • hashCode

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