public class ProcessWalletItemDeleteCouponActionCmdImpl extends com.ibm.websphere.command.CacheableCommandImpl implements ProcessWalletItemTypeSpecificActionCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
Constructor and Description |
---|
ProcessWalletItemDeleteCouponActionCmdImpl() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String | getActionCode()
Returns the action code.
|
protected java.lang.Object | getNoun()
Returns the noun.
|
protected java.lang.Object | getPhysicalEntity()
Returns the physical SDO.
|
boolean | isReadyToCallExecute()
Returns true.
|
void | performExecute()
Deletes the coupon referenced by the wallet item.
|
void | reset()
Resets this command implementation instance.
|
void | setActionCode(java.lang.String astrActionCode)
Sets the action code.
|
void | setNoun(java.lang.Object aNoun)
Sets the noun.
|
void | setPhysicalEntity(java.lang.Object aPhysicalEntity)
Sets the physical SDO.
|
public static final java.lang.String COPYRIGHT
public ProcessWalletItemDeleteCouponActionCmdImpl()
protected java.lang.String getActionCode()
public void setActionCode(java.lang.String astrActionCode)
protected java.lang.Object getNoun()
public void setNoun(java.lang.Object aNoun)
protected java.lang.Object getPhysicalEntity()
public void setPhysicalEntity(java.lang.Object aPhysicalEntity)
public void reset()
public boolean isReadyToCallExecute()
public void performExecute() throws java.lang.Exception