com.ibm.commerce.returns.commands
Interface CloseReturnCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
CloseReturnCmdImpl

public interface CloseReturnCmd
extends TaskCommand

Interface for the command used to mark a return mechandise authorization (RMA) closed from further edits.

Inputs


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
          The default implementation class name is "com.ibm.commerce.returns.commands.CloseReturnCmdImpl" .
static java.lang.String NAME
          The name of this interface is "com.ibm.commerce.returns.commands.CloseReturnCmd".
 
Method Summary
 void setRMAAB( RMAAccessBean rmaAB)           Set the RMA being accessed.
 

Field Detail
public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class name is "com.ibm.commerce.returns.commands.CloseReturnCmdImpl" .
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this interface is "com.ibm.commerce.returns.commands.CloseReturnCmd".
Method Detail

setRMAAB

public void setRMAAB(RMAAccessBean rmaAB)
Set the RMA being accessed.
Parameters:
rmaAB - the RMA access bean