Class DataFlowElement
java.lang.Object
org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.DataFlowElement
- All Implemented Interfaces:
Serializable
DataFlowElement contains the properties and header for a data flow relationship retrieved from the metadata repository.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorDataFlowElement
(DataFlowElement template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the element header associated with end 2 of the relationship.Return the element header associated with the relationship.Return details of the relationshipReturn the element header associated with end 1 of the relationship.int
hashCode()
Return hash code for this objectvoid
setDataConsumer
(ElementHeader dataConsumer) Set up the element header associated with end 2 of the relationship.void
setDataFlowHeader
(ElementHeader dataFlowHeader) Set up the element header associated with the relationship.void
setDataFlowProperties
(DataFlowProperties dataFlowProperties) Set up relationship propertiesvoid
setDataSupplier
(ElementHeader dataSupplier) Set up the element header associated with end 1 of the relationship.toString()
JSON-style toString
-
Constructor Details
-
DataFlowElement
public DataFlowElement()Default constructor -
DataFlowElement
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getDataFlowHeader
Return the element header associated with the relationship.- Returns:
- element header object
-
setDataFlowHeader
Set up the element header associated with the relationship.- Parameters:
dataFlowHeader
- element header object
-
getDataFlowProperties
Return details of the relationship- Returns:
- relationship properties
-
setDataFlowProperties
Set up relationship properties- Parameters:
dataFlowProperties
- relationship properties
-
getDataSupplier
Return the element header associated with end 1 of the relationship.- Returns:
- element header object
-
setDataSupplier
Set up the element header associated with end 1 of the relationship.- Parameters:
dataSupplier
- element header object
-
getDataConsumer
Return the element header associated with end 2 of the relationship.- Returns:
- element header object
-
setDataConsumer
Set up the element header associated with end 2 of the relationship.- Parameters:
dataConsumer
- element header object
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-