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
public static final java.lang.String defaultCommandClassName
public static final java.lang.String NAME
Method Detail |
---|
public boolean getRMAItemExpired()
public void setRMAItemAB(RMAItemAccessBean anRMAItemAB)
anRMAItemAB
- the RMA Item access bean.