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)
DispositionDate
- Return Receipt Dispostion
Datepublic void setFulfillmentCenter(java.lang.Integer FfmCenterId)
FfmCenterId
- Fulfillment Center
identifierpublic void setOrderItemsId(java.lang.Long OrderItemsId)
OrderItemsId
- Order Item identifierpublic void setQuantity(java.lang.Integer Quantity)
Quantity
- Inventory Quantitypublic void setRtnRcptDspId(java.lang.Long RtnRcptDspId)
RtnRcptDspId
- return receipt disposition
idpublic void setVersionSpecId(java.lang.Long VersionSpecId)
VersionSpecId
- Version Specification
identifier