public interface ProcessWalletItemTypeSpecificActionCmd
extends com.ibm.websphere.command.Command
ProcessWalletItemActionCmd
implementations to perform type-specific actions.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
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 entity.
|
static final java.lang.String COPYRIGHT
void setActionCode(java.lang.String astrActionCode)
astrActionCode
- The action code.void setNoun(java.lang.Object aNoun)
aNoun
- The noun.void setPhysicalEntity(java.lang.Object aPhysicalEntity)
aPhysicalEntity
- the physical entity.