public class ViewRegistryPackages extends ArrayList<ViewRegistryPackage> implements com.google.gwt.user.client.rpc.IsSerializable
RegistryPackage
,
Serialized FormmodCount
Constructor and Description |
---|
ViewRegistryPackages() |
Modifier and Type | Method and Description |
---|---|
long |
getSize()
Get the number of records found
|
int |
getStart()
Set the start index of the record set, should only be used when
transforming an actual Products instance into a ViewProducts or in tests.
|
void |
setSize(long size)
Set the number of records found, should only be used when transforming an
actual Products instance into a ViewProducts or in tests.
|
void |
setStart(int start)
Get the start index of the record set
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public void setSize(long size)
public long getSize()
public void setStart(int start)
public int getStart()
Copyright © 2010–2016 Planetary Data System. All rights reserved.