|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.fatwire.assetapi.query.AssetSearchResultImpl
public class AssetSearchResultImpl
The default implementation class for an AssetSearchResult
| Constructor Summary | |
|---|---|
AssetSearchResultImpl(java.util.List<AssetResultRow> results,
int size)
|
|
| Method Summary | |
|---|---|
int |
getCount()
|
int |
getTotal()
|
boolean |
hasNext()
|
AssetResultRow |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssetSearchResultImpl(java.util.List<AssetResultRow> results,
int size)
| Method Detail |
|---|
public int getTotal()
getTotal in interface AssetSearchResultpublic int getCount()
getCount in interface AssetSearchResultpublic boolean hasNext()
hasNext in interface java.util.Iterator<AssetResultRow>public AssetResultRow next()
next in interface java.util.Iterator<AssetResultRow>public void remove()
remove in interface java.util.Iterator<AssetResultRow>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||