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 SaWsCommandgetCommand()java.lang.StringgetComment()java.util.DategetEscalationDate()java.lang.StringgetNextActor()java.lang.StringgetTaskId()java.lang.StringgetToken()voidsetCommand(SaWsCommand command)voidsetComment(java.lang.String comment)voidsetEscalationDate(java.util.Date escalationDate)voidsetNextActor(java.lang.String nextActor)voidsetTaskId(java.lang.String taskId)voidsetToken(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
-
-