public class PageSortParam extends BaseParam implements SchPageableParam, SchSortableParam
| 构造器和说明 |
|---|
PageSortParam() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDBSortname()
数据库排序字段
|
int |
getLimit()
返回第一条记录的索引值
|
String |
getOrder() |
int |
getPageIndex() |
int |
getPageSize() |
String |
getSort() |
String |
getSortname()
返回排序字段
|
String |
getSortorder()
返回排序字段
|
int |
getStart()
返回第一条记录的索引值
|
void |
setOrder(String order) |
void |
setPageIndex(int pageIndex) |
void |
setPageSize(int pageSize) |
void |
setSort(String sort) |
Query |
toQuery()
生成Query查询对象
|
@Condition(ignore=true) public String getSortname()
SchSortableParamgetSortname 在接口中 SchSortableParam@Condition(ignore=true) public String getSortorder()
SchSortableParamgetSortorder 在接口中 SchSortableParam@Condition(ignore=true) public int getStart()
SchPageableParamgetStart 在接口中 SchPageableParam@Condition(ignore=true) public int getLimit()
SchPageableParamgetLimit 在接口中 SchPageableParam@Condition(ignore=true) public int getPageIndex()
public void setPageIndex(int pageIndex)
@Condition(ignore=true) public int getPageSize()
public void setPageSize(int pageSize)
@Condition(ignore=true) public String getSort()
public void setSort(String sort)
@Condition(ignore=true) public String getOrder()
public void setOrder(String order)
@Condition(ignore=true) public String getDBSortname()
SchSortableParamgetDBSortname 在接口中 SchSortableParamCopyright © 2021. All Rights Reserved.