public interface DeallocateExistingInventoryCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
static java.lang.String | defaultCommandClassName
The name of the default implementation of this task command interface.
|
static java.lang.String | NAME
The name of this task command interface.
|
Modifier and Type | Method and Description |
---|---|
void | setOrderItem(OrderItemAccessBean anOrderItem)
Sets the order item for which existing inventory is to be deallocated.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setOrderItem(OrderItemAccessBean anOrderItem)