Class ExternalGlossaryElementLinkProperties

    • 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
      • 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