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.IntegergetFromItemId()java.lang.IntegergetId()RelationshipTypePropertyDTOgetRelationshipType()java.lang.BooleangetSuspect()java.lang.IntegergetToItemId()
-
-
-
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()
-
-