public interface OrderCancelCmd extends ControllerCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
static java.lang.String | NAME
The full name of this command.
|
Modifier and Type | Method and Description |
---|---|
void | setOrderId(java.lang.Long anOrderId)
This method sets the id of the order to cancel.
|
void | setUrl(java.lang.String astrUrl)
This method sets the redirection URL to be called when the command completes successfully.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
void setOrderId(java.lang.Long anOrderId)
void setUrl(java.lang.String astrUrl)