public class DataFlowElement extends Object implements Serializable
| Constructor and Description |
|---|
DataFlowElement()
Default constructor
|
DataFlowElement(DataFlowElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
ElementHeader |
getDataConsumer()
Return the element header associated with end 2 of the relationship.
|
ElementHeader |
getDataFlowHeader()
Return the element header associated with the relationship.
|
DataFlowProperties |
getDataFlowProperties()
Return details of the relationship
|
ElementHeader |
getDataSupplier()
Return the element header associated with end 1 of the relationship.
|
int |
hashCode()
Return hash code for this object
|
void |
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 properties
|
void |
setDataSupplier(ElementHeader dataSupplier)
Set up the element header associated with end 1 of the relationship.
|
String |
toString()
JSON-style toString
|
public DataFlowElement()
public DataFlowElement(DataFlowElement template)
template - object to copypublic ElementHeader getDataFlowHeader()
public void setDataFlowHeader(ElementHeader dataFlowHeader)
dataFlowHeader - element header objectpublic DataFlowProperties getDataFlowProperties()
public void setDataFlowProperties(DataFlowProperties dataFlowProperties)
dataFlowProperties - relationship propertiespublic ElementHeader getDataSupplier()
public void setDataSupplier(ElementHeader dataSupplier)
dataSupplier - element header objectpublic ElementHeader getDataConsumer()
public void setDataConsumer(ElementHeader dataConsumer)
dataConsumer - element header objectpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.