Package com.ads.api.beans.common
Class LineageEdge
java.lang.Object
com.ads.api.beans.common.LineageEdge
This class provides some beans control methods related to source and target of Lineage / Mapping Row.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the Node object contains the source information in Lineage/Mapping Row.Returns the Node object contains the target information in Lineage/Mapping Row.Any extra data pertaining to lineage can be put into this, like Mapping Sequence Id.voidMethod sets the source node object.voidMethod sets the target node object.voidsetUserData(Object userData) Method sets the user data to this object like Mapping Sequence Id etc..
-
Constructor Details
-
LineageEdge
public LineageEdge()
-
-
Method Details
-
getSource
Returns the Node object contains the source information in Lineage/Mapping Row.- Returns:
- source
-
getTarget
Returns the Node object contains the target information in Lineage/Mapping Row.- Returns:
- target
-
getUserData
Any extra data pertaining to lineage can be put into this, like Mapping Sequence Id.- Returns:
- Object
-
setSource
Method sets the source node object.- Parameters:
source- Node
-
setTarget
Method sets the target node object.- Parameters:
target-
-
setUserData
Method sets the user data to this object like Mapping Sequence Id etc..- Parameters:
userData-
-