public class LineageMappingElement extends Object implements Serializable
| Constructor and Description |
|---|
LineageMappingElement()
Default constructor
|
LineageMappingElement(LineageMappingElement 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 |
getLineageMappingHeader()
Return the element header associated with the relationship.
|
ElementHeader |
getSourceElement()
Return the element header associated with end 1 of the relationship.
|
ElementHeader |
getTargetElement()
Return the element header associated with end 2 of the relationship.
|
int |
hashCode()
Return hash code for this object
|
void |
setLineageMappingHeader(ElementHeader lineageMappingHeader)
Set up the element header associated with the relationship.
|
void |
setSourceElement(ElementHeader sourceElement)
Set up the element header associated with end 1 of the relationship.
|
void |
setTargetElement(ElementHeader targetElement)
Set up the element header associated with end 2 of the relationship.
|
String |
toString()
JSON-style toString
|
public LineageMappingElement()
public LineageMappingElement(LineageMappingElement template)
template - object to copypublic ElementHeader getLineageMappingHeader()
public void setLineageMappingHeader(ElementHeader lineageMappingHeader)
lineageMappingHeader - element header objectpublic ElementHeader getSourceElement()
public void setSourceElement(ElementHeader sourceElement)
sourceElement - element header objectpublic ElementHeader getTargetElement()
public void setTargetElement(ElementHeader targetElement)
targetElement - element header objectpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.