org.activiti
Class Page

java.lang.Object
  extended by org.activiti.Page

public class Page
extends java.lang.Object

holds the parameters of a page (partial result) for a query.

Author:
Joram Barrez

Field Summary
protected  int maxResults
           
protected  int offset
           
 
Constructor Summary
Page(int offset, int maxResults)
           
 
Method Summary
 int getMaxResults()
           
 int getOffset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offset

protected int offset

maxResults

protected int maxResults
Constructor Detail

Page

public Page(int offset,
            int maxResults)
Method Detail

getOffset

public int getOffset()

getMaxResults

public int getMaxResults()


Copyright © 2010 Alfresco. All Rights Reserved.