public interface RecordAuctionPaymentCmd extends TaskCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class name.
|
static java.lang.String |
NAME
The full class name for this interface file.
|
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getAmount()
Returns the bid amount.
|
java.lang.Long |
getBidId()
Returns the identifier for the bid.
|
java.lang.Long |
getBidPaymentId()
Returns the payment identifier for the bid.
|
java.lang.String |
getComment()
Returns the comment.
|
java.lang.String |
getEncryptedPaymentInfo()
Returns encrypted payment information.
|
int |
getEncryption()
Returns the value of the encryption flag.
|
int |
getPaymentType()
Returns the payment type.
|
void |
setActionType(int actionType)
Sets the payment action type for updating an existing payment record or creating a new one.
|
void |
setAmount(java.math.BigDecimal amt)
Stores the incoming bid amount.
|
void |
setBidId(java.lang.Long bidid)
Stores the incoming bid identifier.
|
void |
setComment(java.lang.String newComment)
Stores the incoming comment.
|
void |
setEncryptedPaymentInfo(java.lang.String aName)
Stores the incoming value for the encrypted payment information.
|
void |
setEncryption(int encrypt)
Stores the incoming value of the encryption flag.
|
void |
setPaymentType(int aType)
Stores the incoming payment type.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
java.math.BigDecimal getAmount()
java.lang.Long getBidId()
java.lang.Long getBidPaymentId()
java.lang.String getComment()
java.lang.String getEncryptedPaymentInfo()
int getEncryption()
int getPaymentType()
void setActionType(int actionType)
actionType - int - Create or Update.void setAmount(java.math.BigDecimal amt)
amt - java.math.BigDecimalvoid setBidId(java.lang.Long bidid)
bidid - java.lang.Longvoid setComment(java.lang.String newComment)
newComment - java.lang.Stringvoid setEncryptedPaymentInfo(java.lang.String aName)
aName - java.lang.Stringvoid setEncryption(int encrypt)
encrypt - intvoid setPaymentType(int aType)
aType - int