Package de.terrestris.shoguncore.paging
Class PagingResult<E extends PersistentObject>
- java.lang.Object
-
- de.terrestris.shoguncore.paging.PagingResult<E>
-
public class PagingResult<E extends PersistentObject> extends Object
The Result of a paging request. Contains a list with returned objects and the totalCount of available database entries.- Author:
- Nils Bühner
-
-
Constructor Summary
Constructors Constructor Description PagingResult(List<E> resultList, Number number)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<E>getResultList()NumbergetTotalCount()voidsetResultList(List<E> resultList)voidsetTotalCount(Number totalCount)
-