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 CommandInfo
CommandInfo.getCommand()
public int getTransition()
getTransition
in interface CommandInfo
CommandInfo.getTransition()
public boolean isEnabled()
isEnabled
in interface CommandInfo
CommandInfo.isEnabled()
public String getTransitionDescription()
getTransitionDescription
in interface CommandInfo
CommandInfo.getTransitionDescription()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean isReasonRequired()
isReasonRequired
in interface CommandInfo
public boolean isNextReceiverRequired()
isNextReceiverRequired
in interface CommandInfo
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.