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.
COPYRIGHT
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
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.
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.