public class ObjectListImpl extends AbstractExtensionData implements ObjectList
| Constructor and Description |
|---|
ObjectListImpl() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getNumItems()
Returns the total number of the objects.
|
List<ObjectData> |
getObjects()
Returns the list of objects.
|
Boolean |
hasMoreItems()
Indicates if there are more objects.
|
void |
setHasMoreItems(Boolean hasMoreItems) |
void |
setNumItems(BigInteger numItems) |
void |
setObjects(List<ObjectData> objects) |
String |
toString() |
getExtensions, setExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExtensions, setExtensionspublic List<ObjectData> getObjects()
ObjectListgetObjects in interface ObjectListnullpublic void setObjects(List<ObjectData> objects)
public Boolean hasMoreItems()
ObjectListhasMoreItems in interface ObjectListtrue if there are more objects, false if there
are not more objects, or null if the repository didn't
provide this flagpublic void setHasMoreItems(Boolean hasMoreItems)
public BigInteger getNumItems()
ObjectListgetNumItems in interface ObjectListnull if the repository
didn't provide the numberpublic void setNumItems(BigInteger numItems)
public String toString()
toString in class AbstractExtensionDataCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.