public class ListQueryParameterObject extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected AuthorizationCheck |
authCheck |
protected String |
databaseType |
protected int |
firstResult |
protected int |
maxResults |
protected List<QueryOrderingProperty> |
orderingProperties |
protected Object |
parameter |
protected TenantCheck |
tenantCheck |
Constructor and Description |
---|
ListQueryParameterObject() |
ListQueryParameterObject(Object parameter,
int firstResult,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
AuthorizationCheck |
getAuthCheck() |
String |
getDatabaseType() |
int |
getFirstResult() |
int |
getFirstRow() |
int |
getLastRow() |
int |
getMaxResults() |
List<QueryOrderingProperty> |
getOrderingProperties() |
Object |
getParameter() |
TenantCheck |
getTenantCheck() |
void |
setAuthCheck(AuthorizationCheck authCheck) |
void |
setDatabaseType(String databaseType) |
void |
setFirstResult(int firstResult) |
void |
setMaxResults(int maxResults) |
void |
setOrderingProperties(List<QueryOrderingProperty> orderingProperties) |
void |
setParameter(Object parameter) |
void |
setTenantCheck(TenantCheck tenantCheck) |
protected AuthorizationCheck authCheck
protected TenantCheck tenantCheck
protected List<QueryOrderingProperty> orderingProperties
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 void setDatabaseType(String databaseType)
public String getDatabaseType()
public AuthorizationCheck getAuthCheck()
public void setAuthCheck(AuthorizationCheck authCheck)
public TenantCheck getTenantCheck()
public void setTenantCheck(TenantCheck tenantCheck)
public List<QueryOrderingProperty> getOrderingProperties()
public void setOrderingProperties(List<QueryOrderingProperty> orderingProperties)
Copyright © 2020. All rights reserved.