public class ListQueryParameterObject extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
databaseType |
protected int |
firstResult |
protected int |
maxResults |
protected Object |
parameter |
Constructor and Description |
---|
ListQueryParameterObject() |
ListQueryParameterObject(Object parameter,
int firstResult,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
String |
getDatabaseType() |
int |
getFirstResult() |
int |
getFirstRow() |
int |
getLastRow() |
int |
getMaxResults() |
String |
getOrderBy() |
String |
getOrderByColumns() |
Object |
getParameter() |
void |
setDatabaseType(String databaseType) |
void |
setFirstResult(int firstResult) |
void |
setMaxResults(int maxResults) |
void |
setParameter(Object parameter) |
protected int maxResults
protected int firstResult
protected Object parameter
protected String databaseType
public ListQueryParameterObject()
public ListQueryParameterObject(Object parameter, int firstResult, int maxResults)
public int getFirstResult()
public int getFirstRow()
public int getLastRow()
public int getMaxResults()
public Object getParameter()
public void setFirstResult(int firstResult)
public void setMaxResults(int maxResults)
public void setParameter(Object parameter)
public String getOrderBy()
public String getOrderByColumns()
public void setDatabaseType(String databaseType)
public String getDatabaseType()
Copyright © 2016 Alfresco. All rights reserved.