public class LineageRelationship extends LineageEntity
| Constructor and Description |
|---|
LineageRelationship() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFirstEndGUID()
Gets the guid for the first end of the relationship
|
String |
getSecondEndGUID()
Gets the guid for the first end of the relationship
|
int |
hashCode() |
void |
setFirstEndGUID(String firstEndGUID)
Sets guid for the second end of the relationship
|
void |
setSecondEndGUID(String secondEndGUID)
Sets guid for the second end of the relationship
|
String |
toString() |
getCreatedBy, getCreateTime, getGuid, getProperties, getTypeDefName, getUpdatedBy, getUpdateTime, getVersion, setCreatedBy, setCreateTime, setGuid, setProperties, setTypeDefName, setUpdatedBy, setUpdateTime, setVersionpublic String getFirstEndGUID()
public void setFirstEndGUID(String firstEndGUID)
firstEndGUID - the guidpublic String getSecondEndGUID()
public void setSecondEndGUID(String secondEndGUID)
secondEndGUID - the guidpublic boolean equals(Object o)
equals in class LineageEntitypublic int hashCode()
hashCode in class LineageEntitypublic String toString()
toString in class LineageEntityCopyright © 2018–2020 ODPi. All rights reserved.