java.lang.Object
org.odpi.openmetadata.accessservices.subjectarea.properties.objects.graph.Relationship
org.odpi.openmetadata.accessservices.subjectarea.properties.relationships.TypedBy
All Implemented Interfaces:
Serializable, OmasObject

public class TypedBy extends Relationship
Defines the relationship between a spine attribute and its type.
See Also:
  • Constructor Details

    • TypedBy

      public TypedBy()
  • Method Details

    • getDescription

      public String getDescription()
      Description of the relationship.
      Returns:
      String
    • setDescription

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

      public TermRelationshipStatus getStatus()
      The status of or confidence in the relationship.
      Returns:
      TermRelationshipStatus
    • setStatus

      public void setStatus(TermRelationshipStatus status)
    • getSteward

      public String getSteward()
      Person responsible for the relationship.
      Returns:
      String
    • setSteward

      public void setSteward(String steward)
    • getSource

      public String getSource()
      Person, organization or automated process that created the relationship.
      Returns:
      String
    • setSource

      public void setSource(String source)
    • toString

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

      public String toString()
      Overrides:
      toString in class Relationship