Interface for the command used for checking to see if the orderItem is in a correct state to be added to a return mechandise authorization (RMA).
Inputs
Outputs
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
defaultCommandClassName The default implementation class name is "com.ibm.commerce.returns.commands.CheckReturnItemInCorrectStateCmdImpl" . |
static java.lang.String |
NAME The name of this interface is "com.ibm.commerce.returns.commands.CheckReturnItemInCorrectStateCmd". |
Method Summary | |
---|---|
boolean |
isOK() Is the order item in a returnable state? |
void |
setOrderItemAB(
OrderItemAccessBean anOrderItemAB)
Set the orderItem being returned/refunded. |
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 boolean isOK()
public void setOrderItemAB(OrderItemAccessBean anOrderItemAB)
anOrderItemAB
- The orderItem access bean.