public class Pager extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PAGE_NUM |
static int |
DEFAULT_PAGE_SIZE |
| Constructor and Description |
|---|
Pager() |
Pager(Integer pageNum,
Integer pageSize) |
Pager(Integer pageNum,
Integer pageSize,
boolean count) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPageNum() |
Integer |
getPageSize() |
boolean |
isCount() |
void |
setCount(boolean count) |
void |
setPageNum(Integer pageNum) |
void |
setPageSize(Integer pageSize) |
String |
toString() |
public static final int DEFAULT_PAGE_NUM
public static final int DEFAULT_PAGE_SIZE
Copyright © 2018. All rights reserved.