Package com.saperion.ws.jaxws
Class GetTasks
- java.lang.Object
-
- com.saperion.ws.jaxws.GetTasks
-
public class GetTasks extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetTasks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getBoxIds()
java.lang.String
getFilter()
java.lang.String
getToken()
void
setBoxIds(int[] boxIds)
void
setFilter(java.lang.String filter)
void
setToken(java.lang.String token)
-
-
-
Method Detail
-
getToken
public java.lang.String getToken()
- Returns:
- returns String
-
setToken
public void setToken(java.lang.String token)
- Parameters:
token
- the value for the token property
-
getBoxIds
public int[] getBoxIds()
- Returns:
- returns int[]
-
setBoxIds
public void setBoxIds(int[] boxIds)
- Parameters:
boxIds
- the value for the boxIds property
-
getFilter
public java.lang.String getFilter()
- Returns:
- returns String
-
setFilter
public void setFilter(java.lang.String filter)
- Parameters:
filter
- the value for the filter property
-
-