com.ibm.commerce.negotiation.objects
Class BidLogAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.negotiation.objects.BidLogAccessBean
All Implemented Interfaces:
BidLogAccessBeanData, java.io.Serializable

public class BidLogAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements BidLogAccessBeanData

This bean provides access to the BIDLOG table.

The following is a description of this table:

This table tracks bid change history. The bid is written to the BIDLOG table before it is changed in the BID table.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
BidLogAccessBean()
          Zero argument constructor used to initialize the access bean.
BidLogAccessBean(BidAccessBean bidAB)
          Creates an access bean with the specified attributes.
BidLogAccessBean(javax.ejb.EJBObject object)
          Creates an access bean for the specified EJB
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 java.lang.String getActionComment()
          This method provides access to the BIDLOG.ACTIONMSG column of DB2 type VARCHAR(254) NULL.
 java.lang.String getActionTime()
          This method provides access to the BIDLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL.
 java.sql.Timestamp getActionTimeInEJBType()
          This method provides access to the BIDLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL.
 java.lang.String getActionType()
          This method provides access to the BIDLOG.ACTIONTYPE column of DB2 type INTEGER NULL.
 int getActionTypeInEJBType()
          This method provides access to the BIDLOG.ACTIONTYPE column of DB2 type INTEGER NULL.
 java.lang.String getAdminId()
          This method provides access to the BIDLOG.ADMIN_ID column of DB2 type BIGINT NULL.
 java.lang.Long getAdminIdInEJBType()
          This method provides access to the BIDLOG.ADMIN_ID column of DB2 type BIGINT NULL.
 java.lang.String getAuctionId()
          This method provides access to the BIDLOG.AUCT_ID column of DB2 type BIGINT NULL.
 java.lang.Long getAuctionIdInEJBType()
          This method provides access to the BIDLOG.AUCT_ID column of DB2 type BIGINT NULL.
 java.lang.String getAutoBidId()
          This method provides access to the BIDLOG.AUTOBID_ID column of DB2 type BIGINT NULL.
 java.lang.Long getAutoBidIdInEJBType()
          This method provides access to the BIDLOG.AUTOBID_ID column of DB2 type BIGINT NULL.
 java.lang.String getBankInfo()
          This method provides access to the BIDLOG.BKNAME column of DB2 type VARCHAR(254) NULL.
 java.lang.String getBidComment()
          This method provides access to the BIDLOG.BIDMSG column of DB2 type VARCHAR(254) NULL.
 java.lang.String getBidPrice()
          This method provides access to the BIDLOG.BIDPRICE column of DB2 type DECIMAL(20,5) NULL.
 java.math.BigDecimal getBidPriceInEJBType()
          This method provides access to the BIDLOG.BIDPRICE column of DB2 type DECIMAL(20,5) NULL.
 java.lang.String getBidQuantity()
          This method provides access to the BIDLOG.BIDQUANT column of DB2 type FLOAT NULL.
 java.lang.Double getBidQuantityInEJBType()
          This method provides access to the BIDLOG.BIDQUANT column of DB2 type FLOAT NULL.
 java.lang.String getBillingAddressId()
          This method provides access to the BIDLOG.BILLADDR column of DB2 type BIGINT NULL.
 java.lang.Long getBillingAddressIdInEJBType()
          This method provides access to the BIDLOG.BILLADDR column of DB2 type BIGINT NULL.
 java.lang.String getCreationTime()
          This method provides access to the BIDLOG.BIDTIME column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getCreationTimeInEJBType()
          This method provides access to the BIDLOG.BIDTIME column of DB2 type TIMESTAMP NULL.
 java.lang.String getDeviceExpiration()
          This method provides access to the BIDLOG.EXPDATE column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getDeviceExpirationInEJBType()
          This method provides access to the BIDLOG.EXPDATE column of DB2 type TIMESTAMP NULL.
 java.lang.String getDeviceNumber()
          This method provides access to the BIDLOG.DEVICE column of DB2 type VARCHAR(64) NULL.
 java.lang.String getEncrypted()
          This method provides access to the BIDLOG.ENCRYPT column of DB2 type INTEGER NULL.
 int getEncryptedInEJBType()
          This method provides access to the BIDLOG.ENCRYPT column of DB2 type INTEGER NULL.
 java.lang.String getField1()
          This method provides access to the BIDLOG.FIELD1 column of DB2 type BIGINT NULL.
 java.lang.Long getField1InEJBType()
          This method provides access to the BIDLOG.FIELD1 column of DB2 type BIGINT NULL.
 java.lang.String getField2()
          This method provides access to the BIDLOG.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
 java.math.BigDecimal getField2InEJBType()
          This method provides access to the BIDLOG.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
 java.lang.String getField3()
          This method provides access to the BIDLOG.FIELD3 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getId()
          This method provides access to the BIDLOG.BID_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getIdInEJBType()
          This method provides access to the BIDLOG.BID_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getOwnerId()
          This method provides access to the BIDLOG.OWNER_ID column of DB2 type BIGINT NULL.
 java.lang.Long getOwnerIdInEJBType()
          This method provides access to the BIDLOG.OWNER_ID column of DB2 type BIGINT NULL.
 java.lang.String getPaymentDeviceType()
          This method provides access to the BIDLOG.PAYTYPE column of DB2 type CHAR(64) NULL.
 java.lang.String getReferenceCode()
          This method provides access to the BIDLOG.REFCODE column of DB2 type CHAR(36) NULL.
 java.lang.String getRootBidId()
          This method provides access to the BIDLOG.BIDROOT column of DB2 type BIGINT NULL.
 java.lang.Long getRootBidIdInEJBType()
          This method provides access to the BIDLOG.BIDROOT column of DB2 type BIGINT NULL.
 java.lang.String getScale()
          This method provides access to the BIDLOG.QUANTSCALE column of DB2 type INTEGER NULL.
 int getScaleInEJBType()
          This method provides access to the BIDLOG.QUANTSCALE column of DB2 type INTEGER NULL.
 java.lang.String getShippingAddressId()
          This method provides access to the BIDLOG.SHIPTO_ID column of DB2 type BIGINT NULL.
 java.lang.Long getShippingAddressIdInEJBType()
          This method provides access to the BIDLOG.SHIPTO_ID column of DB2 type BIGINT NULL.
 java.lang.String getShippingMode()
          This method provides access to the BIDLOG.SHIPMODE column of DB2 type INTEGER NULL.
 java.lang.Integer getShippingModeInEJBType()
          This method provides access to the BIDLOG.SHIPMODE column of DB2 type INTEGER NULL.
 java.lang.String getStatus()
          This method provides access to the BIDLOG.BIDSTATUS column of DB2 type CHAR(4) NULL.
 java.lang.String getStoreId()
          This method provides access to the BIDLOG.STORE_ID column of DB2 type INTEGER NULL.
 java.lang.Long getStoreIdInEJBType()
          This method provides access to the BIDLOG.STORE_ID column of DB2 type INTEGER NULL.
 java.lang.String getWinningPrice()
          This method provides access to the BIDLOG.WINPRICE column of DB2 type DECIMAL(20,5) NULL.
 java.math.BigDecimal getWinningPriceInEJBType()
          This method provides access to the BIDLOG.WINPRICE column of DB2 type DECIMAL(20,5) NULL.
 java.lang.String getWinningQuantity()
          This method provides access to the BIDLOG.WINQUANT column of DB2 type FLOAT NULL.
 java.lang.Double getWinningQuantityInEJBType()
          This method provides access to the BIDLOG.WINQUANT column of DB2 type FLOAT NULL.
 java.lang.String getWinOption()
          This method provides access to the BIDLOG.WINOPT column of DB2 type CHAR(4) NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setActionComment(java.lang.String aActionComment1)
          This method provides access to the BIDLOG.ACTIONMSG column of DB2 type VARCHAR(254) NULL.
 void setActionTime(java.lang.String aActionTime1)
          This method provides access to the BIDLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL.
 void setActionTime(java.sql.Timestamp aActionTime1)
          This method provides access to the BIDLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL.
 void setActionType(int aActionType1)
          This method provides access to the BIDLOG.ACTIONTYPE column of DB2 type INTEGER NULL.
 void setActionType(java.lang.String aActionType1)
          This method provides access to the BIDLOG.ACTIONTYPE column of DB2 type INTEGER NULL.
 void setAdminId(java.lang.Long aAdminId1)
          This method provides access to the BIDLOG.ADMIN_ID column of DB2 type BIGINT NULL.
 void setAdminId(java.lang.String aAdminId1)
          This method provides access to the BIDLOG.ADMIN_ID column of DB2 type BIGINT NULL.
 void setAuctionId(java.lang.Long aAuctionId1)
          This method provides access to the BIDLOG.AUCT_ID column of DB2 type BIGINT NULL.
 void setAuctionId(java.lang.String aAuctionId1)
          This method provides access to the BIDLOG.AUCT_ID column of DB2 type BIGINT NULL.
 void setAutoBidId(java.lang.Long aAutoBidId1)
          This method provides access to the BIDLOG.AUTOBID_ID column of DB2 type BIGINT NULL.
 void setAutoBidId(java.lang.String aAutoBidId1)
          This method provides access to the BIDLOG.AUTOBID_ID column of DB2 type BIGINT NULL.
 void setBankInfo(java.lang.String aBankInfo1)
          This method provides access to the BIDLOG.BKNAME column of DB2 type VARCHAR(254) NULL.
 void setBidComment(java.lang.String aBidComment1)
          This method provides access to the BIDLOG.BIDMSG column of DB2 type VARCHAR(254) NULL.
 void setBidPrice(java.math.BigDecimal aBidPrice1)
          This method provides access to the BIDLOG.BIDPRICE column of DB2 type DECIMAL(20,5) NULL.
 void setBidPrice(java.lang.String aBidPrice1)
          This method provides access to the BIDLOG.BIDPRICE column of DB2 type DECIMAL(20,5) NULL.
 void setBidQuantity(java.lang.Double aBidQuantity1)
          This method provides access to the BIDLOG.BIDQUANT column of DB2 type FLOAT NULL.
 void setBidQuantity(java.lang.String aBidQuantity1)
          This method provides access to the BIDLOG.BIDQUANT column of DB2 type FLOAT NULL.
 void setBillingAddressId(java.lang.Long aBillingAddressId1)
          This method provides access to the BIDLOG.BILLADDR column of DB2 type BIGINT NULL.
 void setBillingAddressId(java.lang.String aBillingAddressId1)
          This method provides access to the BIDLOG.BILLADDR column of DB2 type BIGINT NULL.
 void setCreationTime(java.lang.String aCreationTime1)
          This method provides access to the BIDLOG.BIDTIME column of DB2 type TIMESTAMP NULL.
 void setCreationTime(java.sql.Timestamp aCreationTime1)
          This method provides access to the BIDLOG.BIDTIME column of DB2 type TIMESTAMP NULL.
 void setDeviceExpiration(java.lang.String aDeviceExpiration1)
          This method provides access to the BIDLOG.EXPDATE column of DB2 type TIMESTAMP NULL.
 void setDeviceExpiration(java.sql.Timestamp aDeviceExpiration1)
          This method provides access to the BIDLOG.EXPDATE column of DB2 type TIMESTAMP NULL.
 void setDeviceNumber(java.lang.String aDeviceNumber1)
          This method provides access to the BIDLOG.DEVICE column of DB2 type VARCHAR(64) NULL.
 void setEncrypted(int aEncrypted1)
          This method provides access to the BIDLOG.ENCRYPT column of DB2 type INTEGER NULL.
 void setEncrypted(java.lang.String aEncrypted1)
          This method provides access to the BIDLOG.ENCRYPT column of DB2 type INTEGER NULL.
 void setField1(java.lang.Long aField11)
          This method provides access to the BIDLOG.FIELD1 column of DB2 type BIGINT NULL.
 void setField1(java.lang.String aField11)
          This method provides access to the BIDLOG.FIELD1 column of DB2 type BIGINT NULL.
 void setField2(java.math.BigDecimal aField21)
          This method provides access to the BIDLOG.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
 void setField2(java.lang.String aField21)
          This method provides access to the BIDLOG.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
 void setField3(java.lang.String aField31)
          This method provides access to the BIDLOG.FIELD3 column of DB2 type VARCHAR(254) NULL.
 void setId(java.lang.Long aId1)
          This method provides access to the BIDLOG.BID_ID column of DB2 type BIGINT NOT NULL.
 void setId(java.lang.String aId1)
          This method provides access to the BIDLOG.BID_ID column of DB2 type BIGINT NOT NULL.
 void setInitKey_actionTime(java.sql.Timestamp aInitKey_actionTime1)
          Set the primary key for this object
 void setInitKey_id(java.lang.Long aInitKey_id1)
          Set the primary key for this object
 void setOwnerId(java.lang.Long aOwnerId1)
          This method provides access to the BIDLOG.OWNER_ID column of DB2 type BIGINT NULL.
 void setOwnerId(java.lang.String aOwnerId1)
          This method provides access to the BIDLOG.OWNER_ID column of DB2 type BIGINT NULL.
 void setPaymentDeviceType(java.lang.String aPaymentDeviceType1)
          This method provides access to the BIDLOG.PAYTYPE column of DB2 type CHAR(64) NULL.
 void setReferenceCode(java.lang.String aReferenceCode1)
          This method provides access to the BIDLOG.REFCODE column of DB2 type CHAR(36) NULL.
 void setRootBidId(java.lang.Long aRootBidId1)
          This method provides access to the BIDLOG.BIDROOT column of DB2 type BIGINT NULL.
 void setRootBidId(java.lang.String aRootBidId1)
          This method provides access to the BIDLOG.BIDROOT column of DB2 type BIGINT NULL.
 void setScale(int aScale1)
          This method provides access to the BIDLOG.QUANTSCALE column of DB2 type INTEGER NULL.
 void setScale(java.lang.String aScale1)
          This method provides access to the BIDLOG.QUANTSCALE column of DB2 type INTEGER NULL.
 void setShippingAddressId(java.lang.Long aShippingAddressId1)
          This method provides access to the BIDLOG.SHIPTO_ID column of DB2 type BIGINT NULL.
 void setShippingAddressId(java.lang.String aShippingAddressId1)
          This method provides access to the BIDLOG.SHIPTO_ID column of DB2 type BIGINT NULL.
 void setShippingMode(java.lang.Integer aShippingMode1)
          This method provides access to the BIDLOG.SHIPMODE column of DB2 type INTEGER NULL.
 void setShippingMode(java.lang.String aShippingMode1)
          This method provides access to the BIDLOG.SHIPMODE column of DB2 type INTEGER NULL.
 void setStatus(java.lang.String aStatus1)
          This method provides access to the BIDLOG.BIDSTATUS column of DB2 type CHAR(4) NULL.
 void setWinningPrice(java.math.BigDecimal aWinningPrice1)
          This method provides access to the BIDLOG.WINPRICE column of DB2 type DECIMAL(20,5) NULL.
 void setWinningPrice(java.lang.String aWinningPrice1)
          This method provides access to the BIDLOG.WINPRICE column of DB2 type DECIMAL(20,5) NULL.
 void setWinningQuantity(java.lang.Double aWinningQuantity1)
          This method provides access to the BIDLOG.WINQUANT column of DB2 type FLOAT NULL.
 void setWinningQuantity(java.lang.String aWinningQuantity1)
          This method provides access to the BIDLOG.WINQUANT column of DB2 type FLOAT NULL.
 void setWinOption(java.lang.String aWinOption1)
          This method provides access to the BIDLOG.WINOPT column of DB2 type CHAR(4) NULL.
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BidLogAccessBean

public BidLogAccessBean()

Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method:

public abstract com.ibm.commerce.negotiation.objects.BidLog com.ibm.commerce.negotiation.objimpl.BidLogHomeBase.findByPrimaryKey(com.ibm.commerce.negotiation.objects.BidLogKey) throws java.rmi.RemoteException,javax.ejb.FinderException

The home interface method properties need to be set by calling the following setter methods before calling any business methods:


BidLogAccessBean

public BidLogAccessBean(BidAccessBean bidAB)
                 throws javax.ejb.CreateException,
                        java.rmi.RemoteException,
                        javax.naming.NamingException

Creates an access bean with the specified attributes.

Parameters:
bidAB - The bid which will be copied to the bid log.

BidLogAccessBean

public BidLogAccessBean(javax.ejb.EJBObject object)
                 throws java.rmi.RemoteException

Creates an access bean for the specified EJB

Parameters:
object - The EJB Object used for the access bean construction.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception.
Method Detail

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getActionComment

public java.lang.String getActionComment()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

This method provides access to the BIDLOG.ACTIONMSG column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Reason the bid was changed.

Specified by:
getActionComment in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getActionTime

public java.lang.String getActionTime()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the BIDLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

Date and time that the bid was changed.

Specified by:
getActionTime in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getActionTimeInEJBType

public java.sql.Timestamp getActionTimeInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

This method provides access to the BIDLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

Date and time that the bid was changed.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getActionType

public java.lang.String getActionType()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the BIDLOG.ACTIONTYPE column of DB2 type INTEGER NULL.

The following is a description of this column:

Type of change to the bid.

Specified by:
getActionType in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getActionTypeInEJBType

public int getActionTypeInEJBType()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the BIDLOG.ACTIONTYPE column of DB2 type INTEGER NULL.

The following is a description of this column:

Type of change to the bid.

Returns:
int
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAdminId

public java.lang.String getAdminId()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

This method provides access to the BIDLOG.ADMIN_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

ID of the administrator who retracted the autobid or bid.

Specified by:
getAdminId in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAdminIdInEJBType

public java.lang.Long getAdminIdInEJBType()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

This method provides access to the BIDLOG.ADMIN_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

ID of the administrator who retracted the autobid or bid.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAuctionId

public java.lang.String getAuctionId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the BIDLOG.AUCT_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Auction ID for the auction that the bid is based on.

Specified by:
getAuctionId in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAuctionIdInEJBType

public java.lang.Long getAuctionIdInEJBType()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

This method provides access to the BIDLOG.AUCT_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Auction ID for the auction that the bid is based on.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAutoBidId

public java.lang.String getAutoBidId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the BIDLOG.AUTOBID_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

ID of the autobid when the bid is generated from an autobid. Otherwise the field is empty.

Specified by:
getAutoBidId in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAutoBidIdInEJBType

public java.lang.Long getAutoBidIdInEJBType()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

This method provides access to the BIDLOG.AUTOBID_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

ID of the autobid when the bid is generated from an autobid. Otherwise the field is empty.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getBankInfo

public java.lang.String getBankInfo()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

This method provides access to the BIDLOG.BKNAME column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Bank name.

Specified by:
getBankInfo in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getBidComment

public java.lang.String getBidComment()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the BIDLOG.BIDMSG column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getBidComment in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getBidPrice

public java.lang.String getBidPrice()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

This method provides access to the BIDLOG.BIDPRICE column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

The bid price.

Specified by:
getBidPrice in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getBidPriceInEJBType

public java.math.BigDecimal getBidPriceInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

This method provides access to the BIDLOG.BIDPRICE column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

The bid price.

Returns:
java.math.BigDecimal
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getBidQuantity

public java.lang.String getBidQuantity()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

This method provides access to the BIDLOG.BIDQUANT column of DB2 type FLOAT NULL.

The following is a description of this column:

Bid quantity.

Specified by:
getBidQuantity in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getBidQuantityInEJBType

public java.lang.Double getBidQuantityInEJBType()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

This method provides access to the BIDLOG.BIDQUANT column of DB2 type FLOAT NULL.

The following is a description of this column:

Bid quantity.

Returns:
java.lang.Double
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getBillingAddressId

public java.lang.String getBillingAddressId()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

This method provides access to the BIDLOG.BILLADDR column of DB2 type BIGINT NULL.

The following is a description of this column:

Billing address of the customer submitting the bid.

Specified by:
getBillingAddressId in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getBillingAddressIdInEJBType

public java.lang.Long getBillingAddressIdInEJBType()
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

This method provides access to the BIDLOG.BILLADDR column of DB2 type BIGINT NULL.

The following is a description of this column:

Billing address of the customer submitting the bid.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCreationTime

public java.lang.String getCreationTime()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the BIDLOG.BIDTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time the bid was placed.

Specified by:
getCreationTime in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCreationTimeInEJBType

public java.sql.Timestamp getCreationTimeInEJBType()
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

This method provides access to the BIDLOG.BIDTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time the bid was placed.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDeviceExpiration

public java.lang.String getDeviceExpiration()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

This method provides access to the BIDLOG.EXPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Credit card expiration date.

Specified by:
getDeviceExpiration in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDeviceExpirationInEJBType

public java.sql.Timestamp getDeviceExpirationInEJBType()
                                                throws java.rmi.RemoteException,
                                                       javax.ejb.CreateException,
                                                       javax.ejb.FinderException,
                                                       javax.naming.NamingException

This method provides access to the BIDLOG.EXPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Credit card expiration date.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDeviceNumber

public java.lang.String getDeviceNumber()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the BIDLOG.DEVICE column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Credit card number.

Specified by:
getDeviceNumber in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getEncrypted

public java.lang.String getEncrypted()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the BIDLOG.ENCRYPT column of DB2 type INTEGER NULL.

The following is a description of this column:

Indicates if credit card number is encrypted. Valid values: 0=not encrypted, 1=encrypted.

Specified by:
getEncrypted in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getEncryptedInEJBType

public int getEncryptedInEJBType()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException

This method provides access to the BIDLOG.ENCRYPT column of DB2 type INTEGER NULL.

The following is a description of this column:

Indicates if credit card number is encrypted. Valid values: 0=not encrypted, 1=encrypted.

Returns:
int
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField1

public java.lang.String getField1()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the BIDLOG.FIELD1 column of DB2 type BIGINT NULL.

The following is a description of this column:

Customizable.

Specified by:
getField1 in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField1InEJBType

public java.lang.Long getField1InEJBType()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

This method provides access to the BIDLOG.FIELD1 column of DB2 type BIGINT NULL.

The following is a description of this column:

Customizable.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField2

public java.lang.String getField2()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the BIDLOG.FIELD2 column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

Customizable.

Specified by:
getField2 in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField2InEJBType

public java.math.BigDecimal getField2InEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

This method provides access to the BIDLOG.FIELD2 column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

Customizable.

Returns:
java.math.BigDecimal
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField3

public java.lang.String getField3()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the BIDLOG.FIELD3 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Specified by:
getField3 in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getId

public java.lang.String getId()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

This method provides access to the BIDLOG.BID_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Bid ID.

Specified by:
getId in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getIdInEJBType

public java.lang.Long getIdInEJBType()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the BIDLOG.BID_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Bid ID.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOwnerId

public java.lang.String getOwnerId()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

This method provides access to the BIDLOG.OWNER_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

ID of the customer who submitted the bid.

Specified by:
getOwnerId in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOwnerIdInEJBType

public java.lang.Long getOwnerIdInEJBType()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

This method provides access to the BIDLOG.OWNER_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

ID of the customer who submitted the bid.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPaymentDeviceType

public java.lang.String getPaymentDeviceType()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

This method provides access to the BIDLOG.PAYTYPE column of DB2 type CHAR(64) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getPaymentDeviceType in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getReferenceCode

public java.lang.String getReferenceCode()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

This method provides access to the BIDLOG.REFCODE column of DB2 type CHAR(36) NULL.

The following is a description of this column:

Reference code. A unique code that identifies the auction.

Specified by:
getReferenceCode in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRootBidId

public java.lang.String getRootBidId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the BIDLOG.BIDROOT column of DB2 type BIGINT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getRootBidId in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRootBidIdInEJBType

public java.lang.Long getRootBidIdInEJBType()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

This method provides access to the BIDLOG.BIDROOT column of DB2 type BIGINT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getScale

public java.lang.String getScale()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException

This method provides access to the BIDLOG.QUANTSCALE column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getScale in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getScaleInEJBType

public int getScaleInEJBType()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

This method provides access to the BIDLOG.QUANTSCALE column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
int
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getShippingAddressId

public java.lang.String getShippingAddressId()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

This method provides access to the BIDLOG.SHIPTO_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Shipping address for the customer submitting the bid.

Specified by:
getShippingAddressId in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getShippingAddressIdInEJBType

public java.lang.Long getShippingAddressIdInEJBType()
                                             throws java.rmi.RemoteException,
                                                    javax.ejb.CreateException,
                                                    javax.ejb.FinderException,
                                                    javax.naming.NamingException

This method provides access to the BIDLOG.SHIPTO_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Shipping address for the customer submitting the bid.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getShippingMode

public java.lang.String getShippingMode()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the BIDLOG.SHIPMODE column of DB2 type INTEGER NULL.

The following is a description of this column:

Shipping mode selected by the customer submitting the bid.

Specified by:
getShippingMode in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getShippingModeInEJBType

public java.lang.Integer getShippingModeInEJBType()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

This method provides access to the BIDLOG.SHIPMODE column of DB2 type INTEGER NULL.

The following is a description of this column:

Shipping mode selected by the customer submitting the bid.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStatus

public java.lang.String getStatus()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the BIDLOG.BIDSTATUS column of DB2 type CHAR(4) NULL.

The following is a description of this column:

The bid status. Valid values: A=active, R=retracted by customer, S=superceded, W=winning, D=delete by administrator, C=order completed successfully from this bid, WC=create order failed, see logs for details.

Specified by:
getStatus in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreId

public java.lang.String getStoreId()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

This method provides access to the BIDLOG.STORE_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

Store that is conducting the auction.

Specified by:
getStoreId in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getStoreIdInEJBType

public java.lang.Long getStoreIdInEJBType()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

This method provides access to the BIDLOG.STORE_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

Store that is conducting the auction.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getWinningPrice

public java.lang.String getWinningPrice()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the BIDLOG.WINPRICE column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

The price the bidder will pay if the bid is a winner.

Specified by:
getWinningPrice in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getWinningPriceInEJBType

public java.math.BigDecimal getWinningPriceInEJBType()
                                              throws java.rmi.RemoteException,
                                                     javax.ejb.CreateException,
                                                     javax.ejb.FinderException,
                                                     javax.naming.NamingException

This method provides access to the BIDLOG.WINPRICE column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

The price the bidder will pay if the bid is a winner.

Returns:
java.math.BigDecimal
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getWinningQuantity

public java.lang.String getWinningQuantity()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

This method provides access to the BIDLOG.WINQUANT column of DB2 type FLOAT NULL.

The following is a description of this column:

Quantity awarded to this bid if the bid is a winner.

Specified by:
getWinningQuantity in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getWinningQuantityInEJBType

public java.lang.Double getWinningQuantityInEJBType()
                                             throws java.rmi.RemoteException,
                                                    javax.ejb.CreateException,
                                                    javax.ejb.FinderException,
                                                    javax.naming.NamingException

This method provides access to the BIDLOG.WINQUANT column of DB2 type FLOAT NULL.

The following is a description of this column:

Quantity awarded to this bid if the bid is a winner.

Returns:
java.lang.Double
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getWinOption

public java.lang.String getWinOption()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the BIDLOG.WINOPT column of DB2 type CHAR(4) NULL.

The following is a description of this column:

Indicates if bidder will accept partial quantity. Valid values: A=bidder only accepts full, P=bidder will accept partial.

Specified by:
getWinOption in interface BidLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setActionComment

public void setActionComment(java.lang.String aActionComment1)

This method provides access to the BIDLOG.ACTIONMSG column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Reason the bid was changed.

Specified by:
setActionComment in interface BidLogAccessBeanData
Parameters:
aActionComment1 - java.lang.String
Returns:
void

setActionTime

public void setActionTime(java.lang.String aActionTime1)

This method provides access to the BIDLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

Date and time that the bid was changed.

Specified by:
setActionTime in interface BidLogAccessBeanData
Parameters:
aActionTime1 - java.lang.String
Returns:
void

setActionTime

public void setActionTime(java.sql.Timestamp aActionTime1)

This method provides access to the BIDLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

Date and time that the bid was changed.

Parameters:
aActionTime1 - java.sql.Timestamp
Returns:
void

setActionType

public void setActionType(int aActionType1)

This method provides access to the BIDLOG.ACTIONTYPE column of DB2 type INTEGER NULL.

The following is a description of this column:

Type of change to the bid.

Parameters:
aActionType1 - int
Returns:
void

setActionType

public void setActionType(java.lang.String aActionType1)

This method provides access to the BIDLOG.ACTIONTYPE column of DB2 type INTEGER NULL.

The following is a description of this column:

Type of change to the bid.

Specified by:
setActionType in interface BidLogAccessBeanData
Parameters:
aActionType1 - java.lang.String
Returns:
void

setAdminId

public void setAdminId(java.lang.Long aAdminId1)

This method provides access to the BIDLOG.ADMIN_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

ID of the administrator who retracted the autobid or bid.

Parameters:
aAdminId1 - java.lang.Long
Returns:
void

setAdminId

public void setAdminId(java.lang.String aAdminId1)

This method provides access to the BIDLOG.ADMIN_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

ID of the administrator who retracted the autobid or bid.

Specified by:
setAdminId in interface BidLogAccessBeanData
Parameters:
aAdminId1 - java.lang.String
Returns:
void

setAuctionId

public void setAuctionId(java.lang.Long aAuctionId1)

This method provides access to the BIDLOG.AUCT_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Auction ID for the auction that the bid is based on.

Parameters:
aAuctionId1 - java.lang.Long
Returns:
void

setAuctionId

public void setAuctionId(java.lang.String aAuctionId1)

This method provides access to the BIDLOG.AUCT_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Auction ID for the auction that the bid is based on.

Specified by:
setAuctionId in interface BidLogAccessBeanData
Parameters:
aAuctionId1 - java.lang.String
Returns:
void

setAutoBidId

public void setAutoBidId(java.lang.Long aAutoBidId1)

This method provides access to the BIDLOG.AUTOBID_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

ID of the autobid when the bid is generated from an autobid. Otherwise the field is empty.

Parameters:
aAutoBidId1 - java.lang.Long
Returns:
void

setAutoBidId

public void setAutoBidId(java.lang.String aAutoBidId1)

This method provides access to the BIDLOG.AUTOBID_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

ID of the autobid when the bid is generated from an autobid. Otherwise the field is empty.

Specified by:
setAutoBidId in interface BidLogAccessBeanData
Parameters:
aAutoBidId1 - java.lang.String
Returns:
void

setBankInfo

public void setBankInfo(java.lang.String aBankInfo1)

This method provides access to the BIDLOG.BKNAME column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Bank name.

Specified by:
setBankInfo in interface BidLogAccessBeanData
Parameters:
aBankInfo1 - java.lang.String
Returns:
void

setBidComment

public void setBidComment(java.lang.String aBidComment1)

This method provides access to the BIDLOG.BIDMSG column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setBidComment in interface BidLogAccessBeanData
Parameters:
aBidComment1 - java.lang.String
Returns:
void

setBidPrice

public void setBidPrice(java.math.BigDecimal aBidPrice1)

This method provides access to the BIDLOG.BIDPRICE column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

The bid price.

Parameters:
aBidPrice1 - java.math.BigDecimal
Returns:
void

setBidPrice

public void setBidPrice(java.lang.String aBidPrice1)

This method provides access to the BIDLOG.BIDPRICE column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

The bid price.

Specified by:
setBidPrice in interface BidLogAccessBeanData
Parameters:
aBidPrice1 - java.lang.String
Returns:
void

setBidQuantity

public void setBidQuantity(java.lang.Double aBidQuantity1)

This method provides access to the BIDLOG.BIDQUANT column of DB2 type FLOAT NULL.

The following is a description of this column:

Bid quantity.

Parameters:
aBidQuantity1 - java.lang.Double
Returns:
void

setBidQuantity

public void setBidQuantity(java.lang.String aBidQuantity1)

This method provides access to the BIDLOG.BIDQUANT column of DB2 type FLOAT NULL.

The following is a description of this column:

Bid quantity.

Specified by:
setBidQuantity in interface BidLogAccessBeanData
Parameters:
aBidQuantity1 - java.lang.String
Returns:
void

setBillingAddressId

public void setBillingAddressId(java.lang.Long aBillingAddressId1)

This method provides access to the BIDLOG.BILLADDR column of DB2 type BIGINT NULL.

The following is a description of this column:

Billing address of the customer submitting the bid.

Parameters:
aBillingAddressId1 - java.lang.Long
Returns:
void

setBillingAddressId

public void setBillingAddressId(java.lang.String aBillingAddressId1)

This method provides access to the BIDLOG.BILLADDR column of DB2 type BIGINT NULL.

The following is a description of this column:

Billing address of the customer submitting the bid.

Specified by:
setBillingAddressId in interface BidLogAccessBeanData
Parameters:
aBillingAddressId1 - java.lang.String
Returns:
void

setCreationTime

public void setCreationTime(java.lang.String aCreationTime1)

This method provides access to the BIDLOG.BIDTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time the bid was placed.

Specified by:
setCreationTime in interface BidLogAccessBeanData
Parameters:
aCreationTime1 - java.lang.String
Returns:
void

setCreationTime

public void setCreationTime(java.sql.Timestamp aCreationTime1)

This method provides access to the BIDLOG.BIDTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time the bid was placed.

Parameters:
aCreationTime1 - java.sql.Timestamp
Returns:
void

setDeviceExpiration

public void setDeviceExpiration(java.lang.String aDeviceExpiration1)

This method provides access to the BIDLOG.EXPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Credit card expiration date.

Specified by:
setDeviceExpiration in interface BidLogAccessBeanData
Parameters:
aDeviceExpiration1 - java.lang.String
Returns:
void

setDeviceExpiration

public void setDeviceExpiration(java.sql.Timestamp aDeviceExpiration1)

This method provides access to the BIDLOG.EXPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Credit card expiration date.

Parameters:
aDeviceExpiration1 - java.sql.Timestamp
Returns:
void

setDeviceNumber

public void setDeviceNumber(java.lang.String aDeviceNumber1)

This method provides access to the BIDLOG.DEVICE column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Credit card number.

Specified by:
setDeviceNumber in interface BidLogAccessBeanData
Parameters:
aDeviceNumber1 - java.lang.String
Returns:
void

setEncrypted

public void setEncrypted(int aEncrypted1)

This method provides access to the BIDLOG.ENCRYPT column of DB2 type INTEGER NULL.

The following is a description of this column:

Indicates if credit card number is encrypted. Valid values: 0=not encrypted, 1=encrypted.

Parameters:
aEncrypted1 - int
Returns:
void

setEncrypted

public void setEncrypted(java.lang.String aEncrypted1)

This method provides access to the BIDLOG.ENCRYPT column of DB2 type INTEGER NULL.

The following is a description of this column:

Indicates if credit card number is encrypted. Valid values: 0=not encrypted, 1=encrypted.

Specified by:
setEncrypted in interface BidLogAccessBeanData
Parameters:
aEncrypted1 - java.lang.String
Returns:
void

setField1

public void setField1(java.lang.Long aField11)

This method provides access to the BIDLOG.FIELD1 column of DB2 type BIGINT NULL.

The following is a description of this column:

Customizable.

Parameters:
aField11 - java.lang.Long
Returns:
void

setField1

public void setField1(java.lang.String aField11)

This method provides access to the BIDLOG.FIELD1 column of DB2 type BIGINT NULL.

The following is a description of this column:

Customizable.

Specified by:
setField1 in interface BidLogAccessBeanData
Parameters:
aField11 - java.lang.String
Returns:
void

setField2

public void setField2(java.math.BigDecimal aField21)

This method provides access to the BIDLOG.FIELD2 column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

Customizable.

Parameters:
aField21 - java.math.BigDecimal
Returns:
void

setField2

public void setField2(java.lang.String aField21)

This method provides access to the BIDLOG.FIELD2 column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

Customizable.

Specified by:
setField2 in interface BidLogAccessBeanData
Parameters:
aField21 - java.lang.String
Returns:
void

setField3

public void setField3(java.lang.String aField31)

This method provides access to the BIDLOG.FIELD3 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Specified by:
setField3 in interface BidLogAccessBeanData
Parameters:
aField31 - java.lang.String
Returns:
void

setId

public void setId(java.lang.Long aId1)

This method provides access to the BIDLOG.BID_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Bid ID.

Parameters:
aId1 - java.lang.Long
Returns:
void

setId

public void setId(java.lang.String aId1)

This method provides access to the BIDLOG.BID_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Bid ID.

Specified by:
setId in interface BidLogAccessBeanData
Parameters:
aId1 - java.lang.String
Returns:
void

setInitKey_actionTime

public void setInitKey_actionTime(java.sql.Timestamp aInitKey_actionTime1)

Set the primary key for this object

Parameters:
aInitKey_actionTime1 - java.sql.Timestamp
Returns:
void

setInitKey_id

public void setInitKey_id(java.lang.Long aInitKey_id1)

Set the primary key for this object

Parameters:
aInitKey_id1 - java.lang.Long
Returns:
void

setOwnerId

public void setOwnerId(java.lang.Long aOwnerId1)

This method provides access to the BIDLOG.OWNER_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

ID of the customer who submitted the bid.

Parameters:
aOwnerId1 - java.lang.Long
Returns:
void

setOwnerId

public void setOwnerId(java.lang.String aOwnerId1)

This method provides access to the BIDLOG.OWNER_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

ID of the customer who submitted the bid.

Specified by:
setOwnerId in interface BidLogAccessBeanData
Parameters:
aOwnerId1 - java.lang.String
Returns:
void

setPaymentDeviceType

public void setPaymentDeviceType(java.lang.String aPaymentDeviceType1)

This method provides access to the BIDLOG.PAYTYPE column of DB2 type CHAR(64) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setPaymentDeviceType in interface BidLogAccessBeanData
Parameters:
aPaymentDeviceType1 - java.lang.String
Returns:
void

setReferenceCode

public void setReferenceCode(java.lang.String aReferenceCode1)

This method provides access to the BIDLOG.REFCODE column of DB2 type CHAR(36) NULL.

The following is a description of this column:

Reference code. A unique code that identifies the auction.

Specified by:
setReferenceCode in interface BidLogAccessBeanData
Parameters:
aReferenceCode1 - java.lang.String
Returns:
void

setRootBidId

public void setRootBidId(java.lang.Long aRootBidId1)

This method provides access to the BIDLOG.BIDROOT column of DB2 type BIGINT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aRootBidId1 - java.lang.Long
Returns:
void

setRootBidId

public void setRootBidId(java.lang.String aRootBidId1)

This method provides access to the BIDLOG.BIDROOT column of DB2 type BIGINT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setRootBidId in interface BidLogAccessBeanData
Parameters:
aRootBidId1 - java.lang.String
Returns:
void

setScale

public void setScale(int aScale1)

This method provides access to the BIDLOG.QUANTSCALE column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aScale1 - int
Returns:
void

setScale

public void setScale(java.lang.String aScale1)

This method provides access to the BIDLOG.QUANTSCALE column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setScale in interface BidLogAccessBeanData
Parameters:
aScale1 - java.lang.String
Returns:
void

setShippingAddressId

public void setShippingAddressId(java.lang.Long aShippingAddressId1)

This method provides access to the BIDLOG.SHIPTO_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Shipping address for the customer submitting the bid.

Parameters:
aShippingAddressId1 - java.lang.Long
Returns:
void

setShippingAddressId

public void setShippingAddressId(java.lang.String aShippingAddressId1)

This method provides access to the BIDLOG.SHIPTO_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Shipping address for the customer submitting the bid.

Specified by:
setShippingAddressId in interface BidLogAccessBeanData
Parameters:
aShippingAddressId1 - java.lang.String
Returns:
void

setShippingMode

public void setShippingMode(java.lang.Integer aShippingMode1)

This method provides access to the BIDLOG.SHIPMODE column of DB2 type INTEGER NULL.

The following is a description of this column:

Shipping mode selected by the customer submitting the bid.

Parameters:
aShippingMode1 - java.lang.Integer
Returns:
void

setShippingMode

public void setShippingMode(java.lang.String aShippingMode1)

This method provides access to the BIDLOG.SHIPMODE column of DB2 type INTEGER NULL.

The following is a description of this column:

Shipping mode selected by the customer submitting the bid.

Specified by:
setShippingMode in interface BidLogAccessBeanData
Parameters:
aShippingMode1 - java.lang.String
Returns:
void

setStatus

public void setStatus(java.lang.String aStatus1)

This method provides access to the BIDLOG.BIDSTATUS column of DB2 type CHAR(4) NULL.

The following is a description of this column:

The bid status. Valid values: A=active, R=retracted by customer, S=superceded, W=winning, D=delete by administrator, C=order completed successfully from this bid, WC=create order failed, see logs for details.

Specified by:
setStatus in interface BidLogAccessBeanData
Parameters:
aStatus1 - java.lang.String
Returns:
void

setWinningPrice

public void setWinningPrice(java.math.BigDecimal aWinningPrice1)

This method provides access to the BIDLOG.WINPRICE column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

The price the bidder will pay if the bid is a winner.

Parameters:
aWinningPrice1 - java.math.BigDecimal
Returns:
void

setWinningPrice

public void setWinningPrice(java.lang.String aWinningPrice1)

This method provides access to the BIDLOG.WINPRICE column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

The price the bidder will pay if the bid is a winner.

Specified by:
setWinningPrice in interface BidLogAccessBeanData
Parameters:
aWinningPrice1 - java.lang.String
Returns:
void

setWinningQuantity

public void setWinningQuantity(java.lang.Double aWinningQuantity1)

This method provides access to the BIDLOG.WINQUANT column of DB2 type FLOAT NULL.

The following is a description of this column:

Quantity awarded to this bid if the bid is a winner.

Parameters:
aWinningQuantity1 - java.lang.Double
Returns:
void

setWinningQuantity

public void setWinningQuantity(java.lang.String aWinningQuantity1)

This method provides access to the BIDLOG.WINQUANT column of DB2 type FLOAT NULL.

The following is a description of this column:

Quantity awarded to this bid if the bid is a winner.

Specified by:
setWinningQuantity in interface BidLogAccessBeanData
Parameters:
aWinningQuantity1 - java.lang.String
Returns:
void

setWinOption

public void setWinOption(java.lang.String aWinOption1)

This method provides access to the BIDLOG.WINOPT column of DB2 type CHAR(4) NULL.

The following is a description of this column:

Indicates if bidder will accept partial quantity. Valid values: A=bidder only accepts full, P=bidder will accept partial.

Specified by:
setWinOption in interface BidLogAccessBeanData
Parameters:
aWinOption1 - java.lang.String
Returns:
void