public class PageDesc extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static PageDesc |
createNotPaging() |
int |
getPageNo() |
int |
getPageSize() |
int |
getRowStart() |
int |
getTotalRows() |
void |
setPage(int pageNo) |
void |
setPageNo(int pageNo) |
void |
setPageSize(int pageSize) |
void |
setRows(int pageSize) |
void |
setTotalRows(int totalRows) |
void |
setTotalRows(Integer totalRows) |
public PageDesc()
public PageDesc(int pn,
int ps)
public PageDesc(int pn,
int ps,
int tr)
public static PageDesc createNotPaging()
public int getTotalRows()
public void setTotalRows(int totalRows)
public void setTotalRows(Integer totalRows)
public int getPageSize()
public void setPageSize(int pageSize)
public void setRows(int pageSize)
public int getPageNo()
public void setPageNo(int pageNo)
public void setPage(int pageNo)
public int getRowStart()
Copyright © 2018 江苏南大先腾信息产业股份有限公司. All rights reserved.