public class LineageRelationship extends LineageEntity
| Constructor and Description |
|---|
LineageRelationship() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
LineageEntity |
getSourceEntity()
Gets the source entity of the relationship
|
LineageEntity |
getTargetEntity()
Gets the target entity of the relationship
|
int |
hashCode() |
void |
setSourceEntity(LineageEntity sourceEntity)
Sets the source entity of the relationship
|
void |
setTargetEntity(LineageEntity targetEntity)
Sets the target entity of the relationship
|
String |
toString() |
getCreatedBy, getCreateTime, getGuid, getMetadataCollectionId, getProperties, getTypeDefName, getUpdatedBy, getUpdateTime, getVersion, setCreatedBy, setCreateTime, setGuid, setMetadataCollectionId, setProperties, setTypeDefName, setUpdatedBy, setUpdateTime, setVersionpublic LineageEntity getSourceEntity()
public void setSourceEntity(LineageEntity sourceEntity)
sourceEntity - the guidpublic LineageEntity getTargetEntity()
public void setTargetEntity(LineageEntity targetEntity)
targetEntity - the guidpublic boolean equals(Object o)
equals in class LineageEntitypublic int hashCode()
hashCode in class LineageEntitypublic String toString()
toString in class LineageEntityCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.