Interface for the command which makes note that customer has been notified of their return mechandise authorization (RMA) number and its content.
Input Parameters
Field Summary | |
---|---|
static java.lang.String |
className The name of this interface is "com.ibm.commerce.returns.commands.LogReturnAuthCmd". |
static java.lang.String |
COPYRIGHT |
static java.lang.String |
defaultCommandClassName The default implementation class name is "com.ibm.commerce.returns.commands.LogReturnAuthCmdImpl". |
Method Summary | |
---|---|
void |
setRMAAB(
RMAAccessBean rmaAB)
Set the RMA being accessed. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String className
Method Detail |
---|
public void setRMAAB(RMAAccessBean rmaAB)
rmaAB
- the RMA access bean.