public class PageModel extends Object
PageModel(int page, int rows, Object object)
List<org.apache.poi.ss.formula.functions.T>
getList()
int
getPage()
getRows()
void
setList(List<org.apache.poi.ss.formula.functions.T> list)
setPage(int page)
setRows(int rows)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PageModel(int page, int rows, Object object)
public int getPage()
public void setPage(int page)
public int getRows()
public void setRows(int rows)
public List<org.apache.poi.ss.formula.functions.T> getList()
public void setList(List<org.apache.poi.ss.formula.functions.T> list)
Copyright © 2020. All rights reserved.