Package com.saperion.ws.wrapper
Class SaWsQueryInfo
java.lang.Object
com.saperion.ws.wrapper.SaWsQueryInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intfinal intfinal intfinal Stringfinal voidsetFetchSize(int fetchSize) final voidsetFirstResult(int firstResult) final voidsetMaxResult(int maxResult) final voidsetParameters(Map<String, Object> parameters) final voidsetQueryString(String queryString)
-
Constructor Details
-
SaWsQueryInfo
public SaWsQueryInfo()
-
-
Method Details
-
getQueryString
- Returns:
- the queryString
-
getParameters
- Returns:
- the parameter
-
getFetchSize
public final int getFetchSize()- Returns:
- the fetchSize
-
getFirstResult
public final int getFirstResult()- Returns:
- the firstResult
-
getMaxResult
public final int getMaxResult()- Returns:
- the maxResult
-
setQueryString
- Parameters:
queryString- the queryString to set
-
setParameters
- Parameters:
parameters- the parameter to set
-
setFetchSize
public final void setFetchSize(int fetchSize) - Parameters:
fetchSize- the fetchSize to set
-
setFirstResult
public final void setFirstResult(int firstResult) - Parameters:
firstResult- the firstResult to set
-
setMaxResult
public final void setMaxResult(int maxResult) - Parameters:
maxResult- the maxResult to set
-