public class PageRequest extends Object implements Serializable
| 构造器和说明 |
|---|
PageRequest() |
PageRequest(int pageNum,
int pageSize) |
PageRequest(int pageNum,
int pageSize,
int total) |
PageRequest(int startRow,
int endRow,
int pageNum,
int pageSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getEndRow() |
Page |
getPage() |
int |
getPageNum() |
int |
getPages() |
int |
getPageSize() |
int |
getStartRow() |
long |
getTotal() |
void |
setEndRow(int endRow) |
void |
setPageNum(int pageNum) |
void |
setPages(int pages) |
void |
setPageSize(int pageSize) |
void |
setStartRow(int startRow) |
void |
setTotal(long total) |
public PageRequest()
public PageRequest(int pageNum,
int pageSize)
public PageRequest(int startRow,
int endRow,
int pageNum,
int pageSize)
public PageRequest(int pageNum,
int pageSize,
int total)
public Page getPage()
public int getPageNum()
public void setPageNum(int pageNum)
public int getPageSize()
public void setPageSize(int pageSize)
public int getStartRow()
public void setStartRow(int startRow)
public int getEndRow()
public void setEndRow(int endRow)
public long getTotal()
public void setTotal(long total)
public int getPages()
public void setPages(int pages)
Copyright © 2018 GTMAP. All rights reserved.