java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.DataFlowElement
All Implemented Interfaces:
Serializable

public class DataFlowElement extends Object implements Serializable
DataFlowElement contains the properties and header for a data flow relationship retrieved from the metadata repository.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor
    Copy/clone constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object objectToCompare)
    Return comparison result based on the content of the properties.
    org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
    Return the element header associated with end 2 of the relationship.
    org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
    Return the element header associated with the relationship.
    Return details of the relationship
    org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader
    Return the element header associated with end 1 of the relationship.
    int
    Return hash code for this object
    void
    setDataConsumer(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader dataConsumer)
    Set up the element header associated with end 2 of the relationship.
    void
    setDataFlowHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader dataFlowHeader)
    Set up the element header associated with the relationship.
    void
    Set up relationship properties
    void
    setDataSupplier(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader dataSupplier)
    Set up the element header associated with end 1 of the relationship.
    JSON-style toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DataFlowElement

      public DataFlowElement()
      Default constructor
    • DataFlowElement

      public DataFlowElement(DataFlowElement template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getDataFlowHeader

      public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader getDataFlowHeader()
      Return the element header associated with the relationship.
      Returns:
      element header object
    • setDataFlowHeader

      public void setDataFlowHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader dataFlowHeader)
      Set up the element header associated with the relationship.
      Parameters:
      dataFlowHeader - element header object
    • getDataFlowProperties

      public DataFlowProperties getDataFlowProperties()
      Return details of the relationship
      Returns:
      relationship properties
    • setDataFlowProperties

      public void setDataFlowProperties(DataFlowProperties dataFlowProperties)
      Set up relationship properties
      Parameters:
      dataFlowProperties - relationship properties
    • getDataSupplier

      public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader getDataSupplier()
      Return the element header associated with end 1 of the relationship.
      Returns:
      element header object
    • setDataSupplier

      public void setDataSupplier(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader dataSupplier)
      Set up the element header associated with end 1 of the relationship.
      Parameters:
      dataSupplier - element header object
    • getDataConsumer

      public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader getDataConsumer()
      Return the element header associated with end 2 of the relationship.
      Returns:
      element header object
    • setDataConsumer

      public void setDataConsumer(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader dataConsumer)
      Set up the element header associated with end 2 of the relationship.
      Parameters:
      dataConsumer - element header object
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class Object
      Returns:
      return string containing the property names and values
    • equals

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class Object
      Returns:
      int hash code