Class LibraryCategoryReference

  • All Implemented Interfaces:
    Serializable, OmasObject

    public class LibraryCategoryReference
    extends Relationship
    LibraryCategoryReference is a relationship between a Category and an ExternalGlossaryLink. It links a glossary category to a corresponding category in an external glossary.
    See Also:
    Serialized Form
    • Constructor Detail

      • LibraryCategoryReference

        public LibraryCategoryReference()
    • Method Detail

      • getIdentifier

        public String getIdentifier()
        Identifier of the corresponding element from the external glossary.
        Returns:
        String
      • setIdentifier

        public void setIdentifier​(String identifier)
      • getDescription

        public String getDescription()
        Description of the corresponding element from the external glossary.
        Returns:
        String
      • setDescription

        public void setDescription​(String description)
        Set the description of the relationship.
        Parameters:
        description - String
      • getSteward

        public String getSteward()
        Person who established the link to the external glossary.
        Returns:
        String
      • setSteward

        public void setSteward​(String steward)
      • getLastVerified

        public Date getLastVerified()
        Date when this reference was last checked.
        Returns:
        Date
      • setLastVerified

        public void setLastVerified​(Date lastVerified)