Class PaginatedResponse
- java.lang.Object
-
- org.openforis.collect.web.controller.PaginatedResponse
-
public class PaginatedResponse extends Object
- Author:
- S. Ricci
-
-
Constructor Summary
Constructors Constructor Description PaginatedResponse()PaginatedResponse(int total, List<?> rows)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<?>getRows()intgetTotal()voidsetRows(List<?> rows)voidsetTotal(int total)
-