org.activiti.engine.impl.db
类 ListQueryParameterObject
java.lang.Object
org.activiti.engine.impl.db.ListQueryParameterObject
- 直接已知子类:
- AbstractQuery
public class ListQueryParameterObject
- extends Object
- 作者:
- Daniel Meyer
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxResults
protected int maxResults
firstResult
protected int firstResult
parameter
protected Object parameter
databaseType
protected String databaseType
ListQueryParameterObject
public ListQueryParameterObject()
ListQueryParameterObject
public ListQueryParameterObject(Object parameter,
int firstResult,
int maxResults)
getFirstResult
public int getFirstResult()
getFirstRow
public int getFirstRow()
getLastRow
public int getLastRow()
getMaxResults
public int getMaxResults()
getParameter
public Object getParameter()
setFirstResult
public void setFirstResult(int firstResult)
setMaxResults
public void setMaxResults(int maxResults)
setParameter
public void setParameter(Object parameter)
getOrderBy
public String getOrderBy()
setDatabaseType
public void setDatabaseType(String databaseType)
getDatabaseType
public String getDatabaseType()
Copyright © 2013 Alfresco. All rights reserved.