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