org.jbpm.pvm.internal.query
Class Page

java.lang.Object
  extended by org.jbpm.pvm.internal.query.Page
All Implemented Interfaces:
java.io.Serializable

public class Page
extends java.lang.Object
implements java.io.Serializable

Author:
Tom Baeyens
See Also:
Serialized Form

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

Field Detail

firstResult

public int firstResult

maxResults

public int maxResults
Constructor Detail

Page

public Page(int firstResult,
            int maxResults)


Copyright © 2010 JBoss Community. All Rights Reserved.