Package com.saperion.ws.jaxws
Class Execute
- java.lang.Object
-
- com.saperion.ws.jaxws.Execute
-
public class Execute extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Execute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SaWsCommand
getCommand()
java.lang.String
getComment()
java.util.Date
getEscalationDate()
java.lang.String
getNextActor()
java.lang.String
getTaskId()
java.lang.String
getToken()
void
setCommand(SaWsCommand command)
void
setComment(java.lang.String comment)
void
setEscalationDate(java.util.Date escalationDate)
void
setNextActor(java.lang.String nextActor)
void
setTaskId(java.lang.String taskId)
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
-
getTaskId
public java.lang.String getTaskId()
- Returns:
- returns String
-
setTaskId
public void setTaskId(java.lang.String taskId)
- Parameters:
taskId
- the value for the taskId property
-
getCommand
public SaWsCommand getCommand()
- Returns:
- returns SaWsCommand
-
setCommand
public void setCommand(SaWsCommand command)
- Parameters:
command
- the value for the command property
-
getNextActor
public java.lang.String getNextActor()
- Returns:
- returns String
-
setNextActor
public void setNextActor(java.lang.String nextActor)
- Parameters:
nextActor
- the value for the nextActor property
-
getComment
public java.lang.String getComment()
- Returns:
- returns String
-
setComment
public void setComment(java.lang.String comment)
- Parameters:
comment
- the value for the comment property
-
getEscalationDate
public java.util.Date getEscalationDate()
- Returns:
- returns Date
-
setEscalationDate
public void setEscalationDate(java.util.Date escalationDate)
- Parameters:
escalationDate
- the value for the escalationDate property
-
-