Modifier and Type | Class and Description |
---|---|
static class |
RelationshipKey.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static RelationshipKey |
from(RelationshipTypeName type,
ContentId fromContent,
ContentId toContent) |
static RelationshipKey |
from(RelationshipTypeName type,
ContentId fromContent,
PropertyPath managingData,
ContentId toContent) |
ContentId |
getFromContent() |
PropertyPath |
getManagingData() |
ContentId |
getToContent() |
RelationshipTypeName |
getType() |
int |
hashCode() |
static RelationshipKey.Builder |
newRelationshipKey() |
String |
toString() |
public RelationshipTypeName getType()
public ContentId getFromContent()
public PropertyPath getManagingData()
public ContentId getToContent()
public static RelationshipKey from(RelationshipTypeName type, ContentId fromContent, ContentId toContent)
public static RelationshipKey from(RelationshipTypeName type, ContentId fromContent, PropertyPath managingData, ContentId toContent)
public static RelationshipKey.Builder newRelationshipKey()