public class Execute extends Object
Constructor and Description |
---|
Execute() |
Modifier and Type | Method and Description |
---|---|
SaWsCommand |
getCommand() |
String |
getComment() |
Date |
getEscalationDate() |
String |
getNextActor() |
String |
getTaskId() |
int |
getToken() |
void |
setCommand(SaWsCommand command) |
void |
setComment(String comment) |
void |
setEscalationDate(Date escalationDate) |
void |
setNextActor(String nextActor) |
void |
setTaskId(String taskId) |
void |
setToken(int token) |
public int getToken()
public void setToken(int token)
token
- the value for the token propertypublic String getTaskId()
public void setTaskId(String taskId)
taskId
- the value for the taskId propertypublic SaWsCommand getCommand()
public void setCommand(SaWsCommand command)
command
- the value for the command propertypublic String getNextActor()
public void setNextActor(String nextActor)
nextActor
- the value for the nextActor propertypublic String getComment()
public void setComment(String comment)
comment
- the value for the comment propertypublic Date getEscalationDate()
public void setEscalationDate(Date escalationDate)
escalationDate
- the value for the escalationDate propertyCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.