com.ibm.commerce.negotiation.beans
Class AutoBidDataBean
java.lang.Object
com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.negotiation.objects.AutoBidAccessBean
com.ibm.commerce.negotiation.beans.AutoBidDataBean
- All Implemented Interfaces:
- AutoBidAccessBeanData, AutoBidInputDataBean, AutoBidSmartDataBean, DataBean, InputDataBean, java.io.Serializable, SmartDataBean
- public class AutoBidDataBean
- extends AutoBidAccessBean
- implements AutoBidInputDataBean, AutoBidSmartDataBean, SmartDataBean
Interfaces to the data members of the AutoBidAccessBean.
- See Also:
- AutoBidAccessBean, SmartDataBean, Serialized Form
Methods inherited from class com.ibm.commerce.negotiation.objects.AutoBidAccessBean |
commitCopyHelper, defaultJNDIName, findAllAutoBids, findAutoBidByReferenceCode, findAutoBidsByAuction, findAutoBidsByAuctionAndStatus, findAutoBidsByOwner, findAutoBidsByOwnerAndMultipleAuctionStatus, findAutoBidsByOwnerAndStatus, findAutoBidsByStatus, findByAuction, findByAuction, fulfills, getAdminId, getAdminIdInEJBType, getAuction, getAuctionId, getAuctionIdInEJBType, getBankInfo, getBidComment, getBidQuantity, getBidQuantityInEJBType, getBillingAddressId, getBillingAddressIdInEJBType, getCommentFlag, getCommentFlagInEJBType, getCreationTime, getCreationTimeInEJBType, getDeviceExpiration, getDeviceExpirationInEJBType, getDeviceNumber, getEncrypted, getEncryptedInEJBType, getEndTime, getEndTimeInEJBType, getField1, getField1InEJBType, getField2, getField2InEJBType, getField3, getFirstBidId, getFirstBidIdInEJBType, getId, getIdInEJBType, getInitialBidPrice, getInitialBidPriceInEJBType, getLastBidId, getLastBidIdInEJBType, getMaxBidLimit, getMaxBidLimitInEJBType, getOwner, getOwnerId, getOwnerIdInEJBType, getPayDeviceType, getReferenceCode, getScale, getScaleInEJBType, getShippingAddressId, getShippingAddressIdInEJBType, getShippingMode, getShippingModeInEJBType, getStartTime, getStartTimeInEJBType, getStatus, getStoreId, getStoreIdInEJBType, getWinOption, instantiateEJB, instantiateEJBByPrimaryKey, refreshCopyHelper, setAdminId, setAdminId, setAuctionId, setAuctionId, setBankInfo, setBidComment, setBidQuantity, setBidQuantity, setBillingAddressId, setBillingAddressId, setCommentFlag, setCommentFlag, setCreationTime, setCreationTime, setDeviceExpiration, setDeviceExpiration, setDeviceNumber, setEncrypted, setEncrypted, setEndTime, setEndTime, setField1, setField1, setField2, setField2, setField3, setFirstBidId, setFirstBidId, setId, setId, setInitialBidPrice, setInitialBidPrice, setInitKey_id, setLastBidId, setLastBidId, setMaxBidLimit, setMaxBidLimit, setOwnerId, setOwnerId, setPayDeviceType, setReferenceCode, setScale, setScale, setShippingAddressId, setShippingAddressId, setShippingMode, setShippingMode, setStartTime, setStartTime, setStatus, setStoreId, setStoreId, setWinOption |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
aString
protected java.lang.String aString
commandContext
protected CommandContext commandContext
COPYRIGHT
public static final java.lang.String COPYRIGHT
-
- See Also:
- Constant Field Values
paymentInfoNVPairs
protected java.util.Hashtable paymentInfoNVPairs
AutoBidDataBean
public AutoBidDataBean()
- Constructs AutoBidDataBean, initializes fields to emptyString.
AutoBidDataBean
public AutoBidDataBean(AutoBidAccessBean anAccessBean)
throws java.lang.Exception
- Constructs AutoBidDataBean, initializes fields to emptyString.
- Parameters:
- anAccessBean - com.ibm.commerce.negotiation.objects.AutoBidAccessBean
- Throws:
- ECException
- java.lang.Exception
getAutoBidId
public java.lang.String getAutoBidId()
- Gets the autoBidId field.
-
- Specified by:
- getAutoBidId in interface AutoBidSmartDataBean
-
- Returns:
- the auto bid id.
getCommandContext
public CommandContext getCommandContext()
- Gets the active commandContext.
-
- Specified by:
- getCommandContext in interface SmartDataBean
-
- Returns:
- the active commandContext.
getDeviceExpDate
public java.lang.String getDeviceExpDate()
- Get Device Expiration Date in format: yyyy-mm-dd
-
- Specified by:
- getDeviceExpDate in interface AutoBidSmartDataBean
-
- Returns:
- the expiration date of the relevant credit device.
getDeviceExpDay
public java.lang.String getDeviceExpDay()
- Gets the Device Expiration (e.g. credit expiration) Day in format: dd
-
- Specified by:
- getDeviceExpDay in interface AutoBidSmartDataBean
-
- Returns:
- the expiration day of the relevant credit device.
getDeviceExpMonth
public java.lang.String getDeviceExpMonth()
- Gets the Device Expiration (e.g. credit expiration) Month in format: mm
-
- Specified by:
- getDeviceExpMonth in interface AutoBidSmartDataBean
-
- Returns:
- the expiration month of the relevant credit device.
getDeviceExpYear
public java.lang.String getDeviceExpYear()
- Gets the Device Expiration (e.g. credit expiration) Year in format: yyyy
-
- Specified by:
- getDeviceExpYear in interface AutoBidSmartDataBean
-
- Returns:
- the expiration year of the relevant credit device.
getPaymentInfoNVPairs
public java.util.Hashtable getPaymentInfoNVPairs()
- Get payment related information. Only the bidder himself/herself can get this.
-
- Returns:
- java.util.Hashtable
getRequestProperties
public TypedProperty getRequestProperties()
- Gets the value of requestProperties; currently implemented to return null.
-
- Specified by:
- getRequestProperties in interface InputDataBean
-
- Returns:
- always null
populate
public void populate()
throws java.lang.Exception
- Fetches field values from the access bean.
-
- Specified by:
- populate in interface SmartDataBean
-
- Throws:
- java.lang.Exception - On any access bean error.
setAutoBidId
public void setAutoBidId(java.lang.String newAutoBidId)
- Sets the autoBidId and uses the value to set a key field on the access bean.
-
- Specified by:
- setAutoBidId in interface AutoBidInputDataBean
-
- Parameters:
- newAutoBidId - relevant autoBidId.
setCommandContext
public void setCommandContext(CommandContext newCommandContext)
- Sets the active commandContext.
-
- Specified by:
- setCommandContext in interface SmartDataBean
-
- Parameters:
- newCommandContext - the active command context.
setPaymentInfoNVPairs
public void setPaymentInfoNVPairs(java.util.Hashtable newPaymentInfoNVPairs)
- Stores the incoming hashtable of payment information in a member variable.
-
- Parameters:
- newPaymentInfoNVPairs - java.util.Hashtable
setRequestProperties
public void setRequestProperties(TypedProperty param)
- Currently does nothing.
-
- Specified by:
- setRequestProperties in interface InputDataBean
-
- Parameters:
- param - a TypedProperty that is ignored.
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.