Package org.nuxeo.client.objects
Class RecordSet
- java.lang.Object
-
- org.nuxeo.client.objects.Entity
-
- org.nuxeo.client.objects.RecordSet
-
- All Implemented Interfaces:
java.io.Serializable
public class RecordSet extends Entity
- Since:
- 0.1
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected intcurrentPageIndexprotected intnumberOfPagesprotected intpageSizeprotected java.util.List<java.util.Map<java.lang.String,java.lang.String>>uuids-
Fields inherited from class org.nuxeo.client.objects.Entity
entityType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCurrentPageIndex()intgetNumberOfPages()intgetPageSize()java.util.List<java.util.Map<java.lang.String,java.lang.String>>getUuids()booleanisPaginable()voidsetCurrentPageIndex(int currentPageIndex)voidsetNumberOfPages(int numberOfPages)voidsetPageSize(int pageSize)-
Methods inherited from class org.nuxeo.client.objects.Entity
getEntityType
-
-
-
-
Method Detail
-
isPaginable
public boolean isPaginable()
-
getPageSize
public int getPageSize()
-
setPageSize
public void setPageSize(int pageSize)
-
getCurrentPageIndex
public int getCurrentPageIndex()
-
setCurrentPageIndex
public void setCurrentPageIndex(int currentPageIndex)
-
getNumberOfPages
public int getNumberOfPages()
-
setNumberOfPages
public void setNumberOfPages(int numberOfPages)
-
getUuids
public java.util.List<java.util.Map<java.lang.String,java.lang.String>> getUuids()
-
-