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

public class SemanticAssignment extends Relationship
Links a glossary term to another element such as an asset or schema element to define its meaning.
See Also:
  • Constructor Details

    • SemanticAssignment

      public SemanticAssignment()
  • 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
    • getExpression

      public String getExpression()
      Expression describing the relationship.
      Returns:
      String
    • setExpression

      public void setExpression(String expression)
    • getStatus

      public TermAssignmentStatus getStatus()
      The status of the relationship.
      Returns:
      TermAssignmentStatus
    • setStatus

      public void setStatus(TermAssignmentStatus status)
    • getConfidence

      public Integer getConfidence()
      Level of confidence in the correctness of the relationship.
      Returns:
      Integer
    • setConfidence

      public void setConfidence(Integer confidence)
    • 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