public class SaWsCommand extends Object
Constructor and Description |
---|
SaWsCommand()
Instantiates a new sa ws command.
|
SaWsCommand(com.saperion.intf.wf.CommandInfo newCommand)
Instantiates a new sa ws command.
|
Modifier and Type | Method and Description |
---|---|
SaWsCommandEnum |
getCommand()
Gets the command.
|
String |
getDescription()
Gets the description.
|
int |
getTransition()
Gets the transition.
|
boolean |
isEnabled()
Checks if is enabled.
|
void |
setCommand(SaWsCommandEnum newCommand)
Sets the command.
|
void |
setDescription(String newDescription)
Sets the description.
|
void |
setEnabled(boolean isEnabled)
Sets the enabled.
|
void |
setTransition(int newTransition)
Sets the transition.
|
public SaWsCommand()
public SaWsCommand(com.saperion.intf.wf.CommandInfo newCommand)
newCommand
- the commandpublic SaWsCommandEnum getCommand()
public void setCommand(SaWsCommandEnum newCommand)
newCommand
- the new commandpublic int getTransition()
public void setTransition(int newTransition)
newTransition
- the new transitionpublic boolean isEnabled()
public void setEnabled(boolean isEnabled)
isEnabled
- the new enabledpublic String getDescription()
public void setDescription(String newDescription)
newDescription
- the new descriptionCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.