Package com.jamasoftware.velocity.api
Interface VersionedRelationship
-
public interface VersionedRelationship
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VersionCompositeLinkableObject
getFromItem()
java.lang.Integer
getId()
VersionedRelationshipTypeCompositeLinkableObject
getRelationshipType()
java.lang.Boolean
getSuspect()
VersionCompositeLinkableObject
getToItem()
-
-
-
Method Detail
-
getSuspect
java.lang.Boolean getSuspect()
-
getFromItem
VersionCompositeLinkableObject getFromItem()
-
getToItem
VersionCompositeLinkableObject getToItem()
-
getRelationshipType
VersionedRelationshipTypeCompositeLinkableObject getRelationshipType()
-
getId
java.lang.Integer getId()
-
-