|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Command interface to record payment information for a bid on an auction.
Field Summary | |
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
defaultCommandClassName
|
static java.lang.String |
NAME
|
Method Summary | |
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)
Set 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. |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
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 java.math.BigDecimal getAmount()
public java.lang.Long getBidId()
public java.lang.Long getBidPaymentId()
public java.lang.String getComment()
public java.lang.String getEncryptedPaymentInfo()
public int getEncryption()
public int getPaymentType()
public void setActionType(int actionType)
actionType
- int - Create or Update.public void setAmount(java.math.BigDecimal amt)
amt
- java.math.BigDecimalpublic void setBidId(java.lang.Long bidid)
bidid
- java.lang.Longpublic void setComment(java.lang.String newComment)
newComment
- java.lang.Stringpublic void setEncryptedPaymentInfo(java.lang.String aName)
aName
- java.lang.Stringpublic void setEncryption(int encrypt)
encrypt
- intpublic void setPaymentType(int aType)
aType
- int
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |