public class QueryResultWrapper<L extends List> extends Object
QueryResultWrapper(L t, int start, int count, int total)
int
getCount()
L
getList()
getStart()
getTotal()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public QueryResultWrapper(L t, int start, int count, int total)
public int getTotal()
public int getStart()
public int getCount()
public L getList()