Class LineageMappingProperties

java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.properties.RelationshipProperties
org.odpi.openmetadata.accessservices.assetmanager.properties.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

    • setQualifiedName

      public void setQualifiedName(String qualifiedName)
      Set up the fully qualified name.
      Parameters:
      qualifiedName - String name
    • getQualifiedName

      public String getQualifiedName()
      Returns the stored qualified name property for the relationship. If no qualified name is available then the empty string is returned.
      Returns:
      qualifiedName
    • 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