public class CommandInfoImpl extends Object implements CommandInfo
| Constructor and Description |
|---|
CommandInfoImpl(SaWFConstants.CommandId cmd,
String desc,
boolean isEnabled,
int trans) |
CommandInfoImpl(SaWFConstants.CommandId cmd,
String desc,
boolean isEnabled,
int trans,
boolean reasonRequired,
boolean nextReceiverRequired)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SaWFConstants.CommandId |
getCommand() |
int |
getTransition() |
String |
getTransitionDescription() |
int |
hashCode() |
boolean |
isEnabled() |
boolean |
isNextReceiverRequired() |
boolean |
isReasonRequired() |
String |
toString() |
public CommandInfoImpl(SaWFConstants.CommandId cmd, String desc, boolean isEnabled, int trans)
public CommandInfoImpl(SaWFConstants.CommandId cmd, String desc, boolean isEnabled, int trans, boolean reasonRequired, boolean nextReceiverRequired)
cmd - Commanddesc - DescriptionisEnabled - Is enabledtrans - reasonRequired - nextReceiverRequired - public SaWFConstants.CommandId getCommand()
getCommand in interface CommandInfoCommandInfo.getCommand()public int getTransition()
getTransition in interface CommandInfoCommandInfo.getTransition()public boolean isEnabled()
isEnabled in interface CommandInfoCommandInfo.isEnabled()public String getTransitionDescription()
getTransitionDescription in interface CommandInfoCommandInfo.getTransitionDescription()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean isReasonRequired()
isReasonRequired in interface CommandInfopublic boolean isNextReceiverRequired()
isNextReceiverRequired in interface CommandInfoCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.