org.jiucai.appframework.base.domain
类 PageInfo
java.lang.Object
org.jiucai.appframework.base.domain.PageInfo
- 所有已实现的接口:
- Serializable
public class PageInfo
- extends Object
- implements Serializable
分页对象
- 作者:
- zhaidw
- 另请参见:
- 序列化表格
PageInfo
public PageInfo()
PageInfo
public PageInfo(Long resultSize,
Long pageCount,
Long pageNo,
Long pageSize)
getResultSize
public Long getResultSize()
setResultSize
public void setResultSize(Long resultSize)
getPageCount
public Long getPageCount()
setPageCount
public void setPageCount(Long pageCount)
getPageNo
public Long getPageNo()
setPageNo
public void setPageNo(Long pageNo)
getPageSize
public Long getPageSize()
setPageSize
public void setPageSize(Long pageSize)
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
Copyright © 2013. All Rights Reserved.