java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.lineage.LineageMappingProperties

public class LineageMappingProperties extends RelationshipProperties
LineageMappingProperties describe the properties for a lineage mapping relationship.
  • Constructor Details

    • LineageMappingProperties

      public LineageMappingProperties()
      Default constructor
    • LineageMappingProperties

      public LineageMappingProperties(LineageMappingProperties template)
      Copy/clone constructor. Retrieves values from the supplied template
      Parameters:
      template - element to copy
  • Method Details

    • setISCQualifiedName

      public void setISCQualifiedName(String iscQualifiedName)
      Set up the fully qualified name of the associated information supply chain.
      Parameters:
      iscQualifiedName - String name
    • getISCQualifiedName

      public String getISCQualifiedName()
      Returns the stored qualified name of the associated information supply chain.
      Returns:
      qualifiedName
    • getLabel

      public String getLabel()
      Return the label used when displaying this relationship.
      Returns:
      string
    • setLabel

      public void setLabel(String label)
      Set up the label used when displaying this relationship.
      Parameters:
      label - string
    • getDescription

      public String getDescription()
      Return the description of the relationship.
      Returns:
      string text
    • setDescription

      public void setDescription(String description)
      Set up the description of the relationship.
      Parameters:
      description - string text
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class RelationshipProperties
      Returns:
      print out of variables in a JSON-style
    • 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
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class RelationshipProperties
      Returns:
      int