Command interface to record payment information for a bid on an auction.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright statement. |
static java.lang.String |
defaultCommandClassName The default implementation class name. |
static java.lang.String |
NAME The full class name for this interface file. |
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. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
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