Class PaginatedResponse

java.lang.Object
org.openforis.collect.web.controller.PaginatedResponse

public class PaginatedResponse extends Object
Author:
S. Ricci
  • Constructor Details

    • PaginatedResponse

      public PaginatedResponse()
    • PaginatedResponse

      public PaginatedResponse(int total, List<?> rows)
  • Method Details

    • getTotal

      public int getTotal()
    • setTotal

      public void setTotal(int total)
    • getRows

      public List<?> getRows()
    • setRows

      public void setRows(List<?> rows)