org.activiti.engine.impl
类 Page

java.lang.Object
  继承者 org.activiti.engine.impl.Page

public class Page
extends Object

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

作者:
Joram Barrez, Tom Baeyens

字段摘要
protected  int firstResult
           
protected  int maxResults
           
 
构造方法摘要
Page(int firstResult, int maxResults)
           
 
方法摘要
 int getFirstResult()
           
 int getMaxResults()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

firstResult

protected int firstResult

maxResults

protected int maxResults
构造方法详细信息

Page

public Page(int firstResult,
            int maxResults)
方法详细信息

getFirstResult

public int getFirstResult()

getMaxResults

public int getMaxResults()


Copyright © 2013 Alfresco. All rights reserved.