Interface for command used to return merchandise to pool of inventory which can be used for new inventory allocations.
Inputs
Field Summary | |
static java.lang.String | COPYRIGHT |
static java.lang.String | defaultCommandClassName The default implementation class name is "com.ibm.commerce.returns.commands.ReturnItemToInventoryCmdImpl" . |
static java.lang.String | NAME The name of this interface is "com.ibm.commerce.returns.commands.ReturnItemToInventoryCmd". |
Method Summary | |
void | setDispositionDate(java.sql.Timestamp DispositionDate) Set the date on which a part of a return receipt was dispositioned |
void | setFulfillmentCenter(java.lang.Integer FfmCenterId) Set the fulfillment center to which inventory was returned. |
void | setOrderItemsId(java.lang.Long OrderItemsId) Set the order item from which the merchandise in question came. |
void | setQuantity(java.lang.Integer Quantity) Set the quantity to return to inventory. |
void | setRtnRcptDspId(java.lang.Long RtnRcptDspId) Set the identifier of the return receipt disposition |
void | setVersionSpecId(java.lang.Long VersionSpecId) Set the merchandise's version specification identifier. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String NAME
Method Detail |
public void setDispositionDate(java.sql.Timestamp DispositionDate)
public void setFulfillmentCenter(java.lang.Integer FfmCenterId)
public void setOrderItemsId(java.lang.Long OrderItemsId)
public void setQuantity(java.lang.Integer Quantity)
public void setRtnRcptDspId(java.lang.Long RtnRcptDspId)
public void setVersionSpecId(java.lang.Long VersionSpecId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.