Interface for the GetReturnTaxesCmd
Task Command calculates the
tax amounts of the original order items net those to be returned in a RMA.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
defaultCommandClassName |
static java.lang.String |
NAME |
Method Summary | |
---|---|
OrderItemAccessBean[] |
getOrderItemABs() Returns the orderitem access beans. |
void |
setRMAItemABs(
RMAItemAccessBean[] aRMAItemABs)
Set the RMAItem for which the new tax amounts are to be
calculated. |
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 OrderItemAccessBean[] getOrderItemABs()
public void setRMAItemABs(RMAItemAccessBean[] aRMAItemABs)
aRMAItemABs
- the access beans of the orderItem to be
returned.