|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object gboat2.base.core.dao.PageBean
public class PageBean
分页查询结果集的翻页信息
字段摘要 | |
---|---|
static int |
DEFAULT_PAGE_SIZE
缺省的分页条数 |
构造方法摘要 | |
---|---|
PageBean()
默认构造方法 |
|
PageBean(int page,
int pageSize)
根据当前显示页与每页显示记录数设置查询信息初始对象 |
方法摘要 | |
---|---|
int |
getCount()
取得查询取得记录总数 |
String |
getCurrentPageParams()
取得传递到当前页面的参数,格式为 name1=value1&name2=value2 |
String |
getCurrentPageUrl()
|
int |
getEndNo()
取得结束显示记录号 |
int |
getNextPageNo()
取得后一显示页码 |
int |
getPage()
取得当前显示页号 |
int |
getPages()
取得当前查询总页数 |
int |
getPageSize()
取得当前显示页号最多显示条数 |
int |
getPrePageNo()
取得前一显示页码 |
int |
getStartNo()
取得起始显示记录号 |
void |
setCount(int count)
设置查询取得记录总数 |
void |
setCurrentPageParams(String currentPageParams)
设置传递到当前页面的参数,格式为 name1=value1&name2=value2 |
void |
setCurrentPageUrl(String currentPageUrl)
|
void |
setPage(int page)
设置当前页 |
void |
setPageSize(int pageSize)
设置当前页显示记录条数 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
public static final int DEFAULT_PAGE_SIZE
构造方法详细信息 |
---|
public PageBean()
public PageBean(int page, int pageSize)
page
- 当前显示页号pageSize
- 当前页显示记录条数方法详细信息 |
---|
public int getPage()
public void setPage(int page)
page
- 当前页public int getPageSize()
public void setPageSize(int pageSize)
pageSize
- 当前页显示记录条数public int getCount()
public void setCount(int count)
count
- 查询取得记录总数public int getPages()
public int getStartNo()
public int getEndNo()
public int getPrePageNo()
public int getNextPageNo()
public String getCurrentPageParams()
public void setCurrentPageParams(String currentPageParams)
currentPageParams
- 当前页查询参数,供翻页时传回public String getCurrentPageUrl()
public void setCurrentPageUrl(String currentPageUrl)
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |