Class LineageMapping
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.model.LineageMapping
-
- All Implemented Interfaces:
Serializable
public class LineageMapping extends Object implements Serializable
The type Lineage mapping.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LineageMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetSourceAttribute()Gets source attribute.StringgetTargetAttribute()Gets target attribute.inthashCode()voidsetSourceAttribute(String sourceAttribute)Sets source attribute.voidsetTargetAttribute(String targetAttribute)Sets target attribute.StringtoString()
-
-
-
Method Detail
-
getSourceAttribute
public String getSourceAttribute()
Gets source attribute.- Returns:
- the source attribute
-
getTargetAttribute
public String getTargetAttribute()
Gets target attribute.- Returns:
- the target attribute
-
setSourceAttribute
public void setSourceAttribute(String sourceAttribute)
Sets source attribute.- Parameters:
sourceAttribute- the source attribute
-
setTargetAttribute
public void setTargetAttribute(String targetAttribute)
Sets target attribute.- Parameters:
targetAttribute- the target attribute
-
canEqual
protected boolean canEqual(Object other)
-
-