public class AutoBidDataBean extends AutoBidAccessBean implements AutoBidInputDataBean, AutoBidSmartDataBean, SmartDataBean
Modifier and Type | Field and Description |
---|---|
protected java.lang.String | aString |
protected AuctionDataBean | auction |
protected CommandContext | commandContext |
static java.lang.String | COPYRIGHT |
protected java.lang.String | currency |
protected java.util.Hashtable | paymentInfoNVPairs |
protected java.lang.String | paymentString |
Constructor and Description |
---|
AutoBidDataBean()
Constructs auto bid data bean, initializes fields to emptyString.
|
AutoBidDataBean(AutoBidAccessBean anAccessBean)
Constructs auto bid data bean, initializes fields to emptyString.
|
AutoBidDataBean(javax.ejb.EJBObject o)
Constructs auto bid data bean, initializes fields to emptyString.
|
Modifier and Type | Method and Description |
---|---|
AuctionDataBean | getAuctionDataBean()
Gets auction databean
|
java.lang.String | getAutoBidId()
Gets the auto bid ID field.
|
java.lang.String | getCcMonth()
Gets the payment card expire month
|
java.lang.String | getCcNumber()
Gets the payment card number
|
java.lang.String | getCcYear()
Gets the payment card expire year
|
CommandContext | getCommandContext()
Gets the active command context.
|
java.lang.String | getDeviceExpDate()
Gets device expiration date in format: yyyy-mm-dd
|
java.lang.String | getDeviceExpDay()
Gets the device expiration (for example, credit expiration) day in format: dd
|
java.lang.String | getDeviceExpMonth()
Gets the device expiration (for example, credit expiration) month in format: mm
|
java.lang.String | getDeviceExpYear()
Gets the device expiration (for example, credit expiration) year in format: yyyy
|
java.lang.String | getFormattedBidQuantity()
Gets the formatted bid quantity
|
java.lang.String | getFormattedCreationTime()
Gets the formatted bid create time
|
java.lang.String | getFormattedInitBidPrice()
Gets the formatted bid initial quantity
|
java.lang.String | getFormattedMaxBidLimit()
Gets the formatted max bid limit
|
java.lang.String | getOwnerId() |
java.lang.String | getPayBrandName()
Gets the payment brand name
|
java.lang.String | getPaymentInfo()
Gets payment related information.
|
java.util.Hashtable | getPaymentInfoNVPairs()
Gets payment related information.
|
java.lang.String | getPayPolicyId()
Gets the payment policy Id
|
TypedProperty | getRequestProperties()
Gets the value of requestProperties; currently implemented to return null.
|
java.lang.String | getTrimEncrypt() |
void | populate()
Fetches field values from the access bean.
|
void | setAutoBidId(java.lang.String newAutoBidId)
Sets the auto bid ID and uses the value to set a key field on the access bean.
|
void | setBidReferenceCode(java.lang.String newBidReferenceCode)
Sets Bid Reference Code.
|
void | setCommandContext(CommandContext newCommandContext)
Sets the active command context.
|
void | setPaymentInfoNVPairs(java.util.Hashtable newPaymentInfoNVPairs)
Stores the incoming hashtable of payment information in a member variable.
|
void | setRequestProperties(TypedProperty param)
Currently does nothing.
|
protected java.lang.String aString
protected CommandContext commandContext
public static final java.lang.String COPYRIGHT
protected java.util.Hashtable paymentInfoNVPairs
protected java.lang.String currency
protected AuctionDataBean auction
protected java.lang.String paymentString
public AutoBidDataBean()
public AutoBidDataBean(AutoBidAccessBean anAccessBean) throws java.lang.Exception
public AutoBidDataBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public java.lang.String getAutoBidId()
public CommandContext getCommandContext()
public java.lang.String getDeviceExpDate()
public java.lang.String getDeviceExpDay()
public java.lang.String getDeviceExpMonth()
public java.lang.String getDeviceExpYear()
public java.util.Hashtable getPaymentInfoNVPairs()
public TypedProperty getRequestProperties()
public void populate() throws java.lang.Exception
public void setAutoBidId(java.lang.String newAutoBidId)
public void setBidReferenceCode(java.lang.String newBidReferenceCode) throws java.lang.Exception
public void setCommandContext(CommandContext newCommandContext)
public void setPaymentInfoNVPairs(java.util.Hashtable newPaymentInfoNVPairs)
public void setRequestProperties(TypedProperty param)
public java.lang.String getFormattedMaxBidLimit()
public java.lang.String getFormattedBidQuantity()
public java.lang.String getFormattedInitBidPrice()
public java.lang.String getOwnerId()
public java.lang.String getTrimEncrypt()
public java.lang.String getFormattedCreationTime()
public java.lang.String getCcNumber()
public java.lang.String getCcYear()
public java.lang.String getCcMonth()
public java.lang.String getPayPolicyId()
public java.lang.String getPayBrandName()
public AuctionDataBean getAuctionDataBean()
public java.lang.String getPaymentInfo()