Deallocates expected inventory for a particular order item at a particular fulfillment center.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
void |
setOrderItem(
OrderItemAccessBean anOrderItem)
Sets the order item for which expected inventory is to be
deallocated. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setOrderItem(OrderItemAccessBean anOrderItem)
anOrderItem
- the order item for which expected inventory is
to be deallocated.