Interface for the command used for performing the actual refund for a return mechandise authorization (RMA) and its items.
Inputs
Field Summary | |
static java.lang.String | COPYRIGHT |
static java.lang.String | defaultCommandClassName The default implementation class name is "com.ibm.commerce.returns.commands.CreditReturnItemCmdimpl" . |
static java.lang.String | NAME The name of this interface is "com.ibm.commerce.returns.commands.CreditReturnItemCmd". |
Method Summary | |
void | setRMAAB(RMAAccessBean anRMAAB) Set the RMA being accessed. |
void | setRMAItemABs(java.util.Vector anRMAItemABList) Set the RMA items being credited. |
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 setRMAAB(RMAAccessBean anRMAAB)
public void setRMAItemABs(java.util.Vector anRMAItemABList)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.