public class ViewAuditableEvents extends java.util.ArrayList<ViewAuditableEvent> implements com.google.gwt.user.client.rpc.IsSerializable
AuditableEvent
,
Serialized FormConstructor and Description |
---|
ViewAuditableEvents() |
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, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public void setSize(long size)
public long getSize()
public void setStart(int start)
public int getStart()
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.