Package com.pugwoo.dbhelper.model
Class PageData<T>
java.lang.Object
com.pugwoo.dbhelper.model.PageData<T>
- All Implemented Interfaces:
Serializable
2015年4月22日 13:32:30 记录分页数据和总数
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()intlonggetTotal()int总页数,通过计算得出来voidvoidsetPageSize(int pageSize) voidsetTotal(long total) <R> PageData<R>
-
Constructor Details
-
PageData
public PageData() -
PageData
-
-
Method Details
-
transform
-
getTotalPage
public int getTotalPage()总页数,通过计算得出来 -
getTotal
public long getTotal() -
setTotal
public void setTotal(long total) -
getPageSize
public int getPageSize() -
setPageSize
public void setPageSize(int pageSize) -
getData
-
setData
-