Package com.jamasoftware.velocity.api
Interface RelationshipDTO
-
public interface RelationshipDTO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Integer
getFromItemId()
java.lang.Integer
getId()
RelationshipTypePropertyDTO
getRelationshipType()
java.lang.Boolean
getSuspect()
java.lang.Integer
getToItemId()
-
-
-
Method Detail
-
getId
java.lang.Integer getId()
-
getFromItemId
java.lang.Integer getFromItemId()
-
getToItemId
java.lang.Integer getToItemId()
-
getRelationshipType
RelationshipTypePropertyDTO getRelationshipType()
-
getSuspect
java.lang.Boolean getSuspect()
-
-