Package com.clinia.model.common
Class V1Relationship<T>
java.lang.Object
com.clinia.model.common.V1Relationship<T>
V1Relationship
-
Constructor Details
-
V1Relationship
public V1Relationship()
-
-
Method Details
-
getId
The unique identifier of the relationship. This is a key with the shape `{fromType}.{fromID},{toType}.{toID}`. Key can optionally be passed in the simpler `{fromID},{toID}` form. -
getType
Get type -
setFrom
-
getFrom
Get from -
setTo
-
getTo
Get to -
setMeta
-
getMeta
Get meta -
setData
-
getData
Get data -
equals
-
hashCode
public int hashCode() -
toString
-