|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fatwire.assetapi.query.QueryResultWrapper<L>
public class QueryResultWrapper<L extends java.util.List>
TODO: Add class/interface details
Constructor Summary | |
---|---|
QueryResultWrapper(L t,
int start,
int count,
int total)
|
Method Summary | |
---|---|
int |
getCount()
|
L |
getList()
|
int |
getStart()
|
int |
getTotal()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryResultWrapper(L t, int start, int count, int total)
Method Detail |
---|
public int getTotal()
public int getStart()
public int getCount()
public L getList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |