Package com.saperion.ws.wrapper
Class SaWsQueryInfo
java.lang.Object
com.saperion.ws.wrapper.SaWsQueryInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal int
final int
final int
final String
final void
setFetchSize
(int fetchSize) final void
setFirstResult
(int firstResult) final void
setMaxResult
(int maxResult) final void
setParameters
(Map<String, Object> parameters) final void
setQueryString
(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
-