public class SqlQueryDto extends Object
| Constructor and Description |
|---|
SqlQueryDto() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLimit() |
com.suncode.pwfl.search.sql.SQLBuilder |
getQuery() |
Class<?> |
getReturnType() |
Integer |
getStart() |
void |
setLimit(Integer limit) |
void |
setQuery(com.suncode.pwfl.search.sql.SQLBuilder query) |
void |
setReturnType(Class<?> returnType) |
void |
setStart(Integer start) |
public com.suncode.pwfl.search.sql.SQLBuilder getQuery()
public void setQuery(com.suncode.pwfl.search.sql.SQLBuilder query)
query - the query to setpublic Integer getStart()
public void setStart(Integer start)
start - the start to setpublic Integer getLimit()
public void setLimit(Integer limit)
limit - the limit to setpublic Class<?> getReturnType()
public void setReturnType(Class<?> returnType)
returnType - the returnType to setCopyright © 2017 Suncode. All rights reserved.