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

public class DataMappingProperties extends RelationshipProperties
DataMappingProperties describe the properties for a data mapping relationship.
  • Constructor Details

    • DataMappingProperties

      public DataMappingProperties()
      Default constructor
    • DataMappingProperties

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

    • 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
    • getFormula

      public String getFormula()
      Return the description of the processing performed by this process.
      Returns:
      string description
    • setFormula

      public void setFormula(String formula)
      Set up the description of the processing performed by this process.
      Parameters:
      formula - string description
    • getFormulaType

      public String getFormulaType()
      Return the specification language for the formula.
      Returns:
      string description
    • setFormulaType

      public void setFormulaType(String formulaType)
      Set up the specification language for the formula.
      Parameters:
      formulaType - string description
    • getQueryId

      public String getQueryId()
      Return the query id - this is used to identify where the results of this query should be plugged into the other queries or the formula for the parent derived schema element.
      Returns:
      String query identifier
    • setQueryId

      public void setQueryId(String queryId)
      Set up the query id - this is used to identify where the results of this query should be plugged into the other queries or the formula for the parent derived schema element.
      Parameters:
      queryId - String query identifier
    • getQuery

      public String getQuery()
      Return the query string for this element. The query string may have placeholders for values returned by queries that have a lower queryId than this element.
      Returns:
      String query
    • setQuery

      public void setQuery(String query)
      Set up the query string for this element. The query string may have placeholders for values returned by queries that have a lower queryId than this element.
      Parameters:
      query - String query
    • getQueryType

      public String getQueryType()
      Return the name of the query language used in the query.
      Returns:
      queryType String
    • setQueryType

      public void setQueryType(String queryType)
      Set up the name of the query language used in the query.
      Parameters:
      queryType - String name
    • 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
    • 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