Package com.jamasoftware.velocity.api
Interface RelationshipDTOSearchResults
-
public interface RelationshipDTOSearchResults
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PageInfogetPageInfo()java.util.List<RelationshipDTO>getResults()java.lang.IntegergetTotal()
-
-
-
Method Detail
-
getPageInfo
PageInfo getPageInfo()
-
getResults
java.util.List<RelationshipDTO> getResults()
-
getTotal
java.lang.Integer getTotal()
-
-