com.ibm.commerce.returns.commands
Interface CheckRMAItemExpirationCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
CheckRMAItemExpirationCmdImpl

public interface CheckRMAItemExpirationCmd
extends TaskCommand

Interface for the task command that checks to see if the return mechandise authorization (RMA) item has expired.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 boolean getRMAItemExpired()
          Whether RMAItem has expired.
 void setRMAItemAB( RMAItemAccessBean anRMAItemAB)           Set the RMA Item being accessed.
 

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

defaultCommandClassName

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

NAME

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

getRMAItemExpired

public boolean getRMAItemExpired()
Whether RMAItem has expired.
Returns:
true if RMA item has expired; false otherwise;

setRMAItemAB

public void setRMAItemAB(RMAItemAccessBean anRMAItemAB)
Set the RMA Item being accessed.
Parameters:
anRMAItemAB - the RMA Item access bean.