public class QueryMessage extends Object
| Constructor and Description |
|---|
QueryMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntity()
Gets entity
|
Integer |
getMaxresults()
Gets maxresults
|
List<String> |
getOptional()
Gets whereClause
|
String |
getOrderByClause()
Gets orderByClause
|
List<String> |
getProjection()
Gets projection
|
String |
getSQL()
Gets sql
|
Integer |
getStartposition()
Gets startposition
|
boolean |
isCount()
Gets count
|
void |
setCount(boolean count)
Sets count
|
void |
setEntity(String entity)
Sets entity
|
void |
setMaxresults(Integer maxresults)
Sets maxresults
|
void |
setOrderByClause(String orderByClause)
Sets orderByClause
|
void |
setSQL(String sql)
Sets sql
|
void |
setStartposition(Integer startposition)
Sets startposition
|
String |
toString()
}
|
public String getSQL()
public void setSQL(String sql)
sql - public String getEntity()
public void setEntity(String entity)
entity - public String getOrderByClause()
public void setOrderByClause(String orderByClause)
orderByClause - public Integer getStartposition()
public void setStartposition(Integer startposition)
startposition - public Integer getMaxresults()
public void setMaxresults(Integer maxresults)
maxresults - public boolean isCount()
public void setCount(boolean count)
count - Copyright © 2017. All rights reserved.