Package com.saperion.ws.wrapper.wf
Class SaWsCommand
java.lang.Object
com.saperion.ws.wrapper.wf.SaWsCommand
The Class SaWsCommand.
- 
Constructor SummaryConstructorsConstructorDescriptionInstantiates a new sa ws command.SaWsCommand(com.saperion.intf.wf.CommandInfo newCommand) Instantiates a new sa ws command.
- 
Method SummaryModifier and TypeMethodDescriptionGets the command.Gets the description.intGets the transition.booleanChecks if is enabled.voidsetCommand(SaWsCommandEnum newCommand) Sets the command.voidsetDescription(String newDescription) Sets the description.voidsetEnabled(boolean isEnabled) Sets the enabled.voidsetTransition(int newTransition) Sets the transition.
- 
Constructor Details- 
SaWsCommandpublic SaWsCommand()Instantiates a new sa ws command.
- 
SaWsCommandpublic SaWsCommand(com.saperion.intf.wf.CommandInfo newCommand) Instantiates a new sa ws command.- Parameters:
- newCommand- the command
 
 
- 
- 
Method Details- 
getCommandGets the command.- Returns:
- the command
 
- 
setCommandSets the command.- Parameters:
- newCommand- the new command
 
- 
getTransitionpublic int getTransition()Gets the transition.- Returns:
- the transition
 
- 
setTransitionpublic void setTransition(int newTransition) Sets the transition.- Parameters:
- newTransition- the new transition
 
- 
isEnabledpublic boolean isEnabled()Checks if is enabled.- Returns:
- true, if is enabled
 
- 
setEnabledpublic void setEnabled(boolean isEnabled) Sets the enabled.- Parameters:
- isEnabled- the new enabled
 
- 
getDescriptionGets the description.- Returns:
- the description
 
- 
setDescriptionSets the description.- Parameters:
- newDescription- the new description
 
 
-