public class MoreListInfo
extends java.lang.Object
| Constructor and Description |
|---|
MoreListInfo() |
MoreListInfo(boolean hasmore,
int resultSize,
java.util.List datas) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getDatas()
Access method for the datas property.
|
int |
getResultSize()
获取原始查询数据库得到的当页记录数据
|
int |
getSize()
获取最终结果集中的当页记录数
|
boolean |
isHasmore() |
void |
setDatas(java.util.List aDatas)
Sets the value of the datas property.
|
public MoreListInfo(boolean hasmore,
int resultSize,
java.util.List datas)
public MoreListInfo()
public java.util.List getDatas()
public void setDatas(java.util.List aDatas)
aDatas - the new value of the datas propertypublic int getSize()
public int getResultSize()
public boolean isHasmore()