java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.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:
  • Constructor Details

    • LibraryCategoryReference

      public LibraryCategoryReference()
  • Method Details

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

      public StringBuilder toString(StringBuilder sb)
      Overrides:
      toString in class Relationship
    • toString

      public String toString()
      Overrides:
      toString in class Relationship