Interface for the task command used for calculating the adjustment credit for a return mechandise authorization (RMA) item. A StoreAccessBean must be passed in the command context
Inputs
Outputs
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
defaultCommandClassName The default implementation class name is "com.ibm.commerce.returns.commands.CalculateReturnItemAdjustmentCreditCmdImpl" . |
static java.lang.String |
NAME The name of this interface is "com.ibm.commerce.inventory.commands.CalculateReturnItemAdjustmentCreditCmd". |
Method Summary | |
---|---|
java.math.BigDecimal |
getAdjustmentCredit() Get the total calculated adjustment credit for the returned/refunded item. |
void |
setOrderItemAB(
OrderItemAccessBean anOrderItemAB) Set the orderItem being returned/refunded. |
void |
setQuantity(java.lang.Double aQuantity) Set the quantity to be credited. |
void |
setRMAItemAB(
RMAItemAccessBean anRMAItemAB)
Set the RMA Item access bean which will have its adjustment credit
updated. |
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 java.math.BigDecimal getAdjustmentCredit()
public void setOrderItemAB(OrderItemAccessBean anOrderItemAB)
anOrderItemAB
- The orderItem access bean.public void setQuantity(java.lang.Double aQuantity)
aQuantity
- The quantity to be credited.public void setRMAItemAB(RMAItemAccessBean anRMAItemAB)
anRMAItemAB
- The RMA item access bean.