Interface for the command used for calculating the adjustment for a return mechandise authorization (RMA) item based on policy.
Field Summary | |
static java.lang.String | COPYRIGHT |
static java.lang.String | defaultCommandClassName |
static java.lang.String | NAME |
Method Summary | |
java.math.BigDecimal | getAdjustment() Get the automatically calculated adjustment for the returned/refunded item. |
void | setOrderItemAB(OrderItemAccessBean anOrderItemAB) (Optional) Set the orderItem being returned/refunded. |
void | setRMAItemAB(RMAItemAccessBean anRMAItemAB) Set the RMA Item access bean which will have its adjustment updated. |
Methods inherited from interface com.ibm.commerce.command.BusinessPolicyCommand |
getPolicyId, getRequestProperties, setPolicyId, setRequestProperties |
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 getAdjustment()
public void setOrderItemAB(OrderItemAccessBean anOrderItemAB)
public void setRMAItemAB(RMAItemAccessBean anRMAItemAB)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.