Skip navigation links


com.fatwire.assetapi.query
Class QueryResultWrapper<L extends java.util.List>

java.lang.Object
  extended by com.fatwire.assetapi.query.QueryResultWrapper<L>


public class QueryResultWrapper<L extends java.util.List>
extends java.lang.Object

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

QueryResultWrapper

public QueryResultWrapper(L t,
                          int start,
                          int count,
                          int total)

Method Detail

getTotal

public int getTotal()

getStart

public int getStart()

getCount

public int getCount()

getList

public L getList()

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.