public class RecordSet extends ArrayList<Map<String,Serializable>>
Constructor and Description |
---|
RecordSet() |
RecordSet(int currentPageIndex,
int pageSize,
int numberOfPages) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentPageIndex() |
int |
getNumberOfPages() |
int |
getPageSize() |
boolean |
isPaginable() |
void |
setCurrentPageIndex(int currentPageIndex) |
void |
setNumberOfPages(int numberOfPages) |
void |
setPageSize(int pageSize) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
containsAll, equals, hashCode
public RecordSet()
public RecordSet(int currentPageIndex, int pageSize, int numberOfPages)
public boolean isPaginable()
public int getPageSize()
public void setPageSize(int pageSize)
public int getCurrentPageIndex()
public void setCurrentPageIndex(int currentPageIndex)
public int getNumberOfPages()
public void setNumberOfPages(int numberOfPages)
Copyright © 2015 Nuxeo SA. All rights reserved.