com.ibm.commerce.negotiation.objects
Class AutoBidAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.negotiation.objects.AutoBidAccessBean
All Implemented Interfaces:
AutoBidAccessBeanData, java.io.Serializable
Direct Known Subclasses:
AutoBidDataBean

public class AutoBidAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements AutoBidAccessBeanData

This bean provides access to the AUTOBID table.

The following is a description of this table:

This table contains information about autobids. Autobids are bids automatically submitted by a scheduler command.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
AutoBidAccessBean()
          Zero argument constructor used to initialize the access bean.
AutoBidAccessBean(javax.ejb.EJBObject object)
          Creates an access bean for the specified EJB
AutoBidAccessBean(java.lang.Long auctionId, java.lang.Long ownerId)
          Creates an access bean with the specified attributes.
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 java.util.Enumeration findAllAutoBids(com.ibm.commerce.negotiation.util.SortingAttribute sort)
          Retrieves all autobids.
 AutoBidAccessBean findAutoBidByReferenceCode(java.lang.String refCode)
          Retrieves an autobid by its reference code.
 java.util.Enumeration findAutoBidsByAuction(java.lang.Long auctionId, com.ibm.commerce.negotiation.util.SortingAttribute sort)
          Retrieves all autobids of the specified auction.
 java.util.Enumeration findAutoBidsByAuctionAndStatus(java.lang.Long auctionId, java.lang.String status, com.ibm.commerce.negotiation.util.SortingAttribute sort)
          Retrieves all autobids of the specified auction with the specified status.
 java.util.Enumeration findAutoBidsByOwner(java.lang.Long ownerId, com.ibm.commerce.negotiation.util.SortingAttribute sort)
          Retrieves all autobids of the specified owner.
 java.util.Enumeration findAutoBidsByOwnerAndMultipleAuctionStatus(java.lang.Long ownerId, java.lang.String[] status, com.ibm.commerce.negotiation.util.SortingAttribute sort)
          Retrieves all autobids of the specified owner for all auctions in specified statuses.
 java.util.Enumeration findAutoBidsByOwnerAndStatus(java.lang.Long ownerId, java.lang.String status, com.ibm.commerce.negotiation.util.SortingAttribute sort)
          Retrieves all autobids, of the specified owner, in a particular status.
 java.util.Enumeration findAutoBidsByStatus(java.lang.String status, com.ibm.commerce.negotiation.util.SortingAttribute sort)
          Retrieves all autobids in a particular status.
 java.util.Enumeration findByAuction(java.lang.Long ownerId, java.lang.String[] status, java.lang.Long auctionId, java.lang.String[] auctStatus, com.ibm.commerce.negotiation.util.SortingAttribute sort)
          Retrieves all autobids, in certain statuses, of the specified owner for all auctions in specified statuses.
 boolean fulfills(java.lang.Long aFills1, java.lang.String aFills2)
          IBM internal use only.
 java.lang.String getAdminId()
          This method provides access to the AUTOBID.ADMIN_ID column of DB2 type BIGINT NULL.
 java.lang.Long getAdminIdInEJBType()
          This method provides access to the AUTOBID.ADMIN_ID column of DB2 type BIGINT NULL.
 AuctionAccessBean getAuction()
          Get the auction access bean associated with the auction id of this autobid.
 java.lang.String getAuctionId()
          This method provides access to the AUTOBID.AUCT_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getAuctionIdInEJBType()
          This method provides access to the AUTOBID.AUCT_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getBankInfo()
          This method provides access to the AUTOBID.BKNAME column of DB2 type VARCHAR(254) NULL.
 java.lang.String getBidComment()
          This method provides access to the AUTOBID.BIDMSG column of DB2 type VARCHAR(254) NULL.
 java.lang.String getBidQuantity()
          This method provides access to the AUTOBID.ABQUANT column of DB2 type FLOAT NOT NULL.
 java.lang.Double getBidQuantityInEJBType()
          This method provides access to the AUTOBID.ABQUANT column of DB2 type FLOAT NOT NULL.
 java.lang.String getBillingAddressId()
          This method provides access to the AUTOBID.BILLADDR column of DB2 type BIGINT NULL.
 java.lang.Long getBillingAddressIdInEJBType()
          This method provides access to the AUTOBID.BILLADDR column of DB2 type BIGINT NULL.
 java.lang.String getCommentFlag()
          This method provides access to the AUTOBID.MSGFLAG column of DB2 type INTEGER NULL.
 int getCommentFlagInEJBType()
          This method provides access to the AUTOBID.MSGFLAG column of DB2 type INTEGER NULL.
 java.lang.String getCreationTime()
          This method provides access to the AUTOBID.ABTIME column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getCreationTimeInEJBType()
          This method provides access to the AUTOBID.ABTIME column of DB2 type TIMESTAMP NULL.
 java.lang.String getDeviceExpiration()
          This method provides access to the AUTOBID.EXPDATE column of DB2 type TIMESTAMP NOT NULL.
 java.sql.Timestamp getDeviceExpirationInEJBType()
          This method provides access to the AUTOBID.EXPDATE column of DB2 type TIMESTAMP NOT NULL.
 java.lang.String getDeviceNumber()
          This method provides access to the AUTOBID.DEVICE column of DB2 type VARCHAR(64) NOT NULL.
 java.lang.String getEncrypted()
          This method provides access to the AUTOBID.ENCRYPT column of DB2 type INTEGER NOT NULL.
 int getEncryptedInEJBType()
          This method provides access to the AUTOBID.ENCRYPT column of DB2 type INTEGER NOT NULL.
 java.lang.String getEndTime()
          This method provides access to the AUTOBID.ENDTIME column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getEndTimeInEJBType()
          This method provides access to the AUTOBID.ENDTIME column of DB2 type TIMESTAMP NULL.
 java.lang.String getField1()
          This method provides access to the AUTOBID.ABFIELD1 column of DB2 type BIGINT NULL.
 java.lang.Long getField1InEJBType()
          This method provides access to the AUTOBID.ABFIELD1 column of DB2 type BIGINT NULL.
 java.lang.String getField2()
          This method provides access to the AUTOBID.ABFIELD2 column of DB2 type DECIMAL(20,5) NULL.
 java.math.BigDecimal getField2InEJBType()
          This method provides access to the AUTOBID.ABFIELD2 column of DB2 type DECIMAL(20,5) NULL.
 java.lang.String getField3()
          This method provides access to the AUTOBID.ABFIELD3 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getFirstBidId()
          This method provides access to the AUTOBID.BID_ID column of DB2 type BIGINT NULL.
 java.lang.Long getFirstBidIdInEJBType()
          This method provides access to the AUTOBID.BID_ID column of DB2 type BIGINT NULL.
 java.lang.String getId()
          This method provides access to the AUTOBID.AUTOBID_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getIdInEJBType()
          This method provides access to the AUTOBID.AUTOBID_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getInitialBidPrice()
          This method provides access to the AUTOBID.INITBIDVAL column of DB2 type DECIMAL(20,5) NULL.
 java.math.BigDecimal getInitialBidPriceInEJBType()
          This method provides access to the AUTOBID.INITBIDVAL column of DB2 type DECIMAL(20,5) NULL.
 java.lang.String getLastBidId()
          This method provides access to the AUTOBID.LASTBID_ID column of DB2 type BIGINT NULL.
 java.lang.Long getLastBidIdInEJBType()
          This method provides access to the AUTOBID.LASTBID_ID column of DB2 type BIGINT NULL.
 java.lang.String getMaxBidLimit()
          This method provides access to the AUTOBID.MAXBIDLIMIT column of DB2 type DECIMAL(20,5) NULL.
 java.math.BigDecimal getMaxBidLimitInEJBType()
          This method provides access to the AUTOBID.MAXBIDLIMIT column of DB2 type DECIMAL(20,5) NULL.
 java.lang.Long getOwner()
          This method provides access to the AUTOBID.OWNER_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getOwnerId()
          This method provides access to the AUTOBID.OWNER_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getOwnerIdInEJBType()
          This method provides access to the AUTOBID.OWNER_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getPayDeviceType()
          This method provides access to the AUTOBID.PAYTYPE column of DB2 type CHAR(64) NOT NULL.
 java.lang.String getReferenceCode()
          This method provides access to the AUTOBID.REFCODE column of DB2 type CHAR(36) NOT NULL.
 java.lang.String getScale()
          This method provides access to the AUTOBID.QUANTSCALE column of DB2 type INTEGER NULL.
 int getScaleInEJBType()
          This method provides access to the AUTOBID.QUANTSCALE column of DB2 type INTEGER NULL.
 java.lang.String getShippingAddressId()
          This method provides access to the AUTOBID.SHIPTO_ID column of DB2 type BIGINT NULL.
 java.lang.Long getShippingAddressIdInEJBType()
          This method provides access to the AUTOBID.SHIPTO_ID column of DB2 type BIGINT NULL.
 java.lang.String getShippingMode()
          This method provides access to the AUTOBID.SHIPMODE column of DB2 type INTEGER NULL.
 java.lang.Integer getShippingModeInEJBType()
          This method provides access to the AUTOBID.SHIPMODE column of DB2 type INTEGER NULL.
 java.lang.String getStartTime()
          This method provides access to the AUTOBID.STARTTIME column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getStartTimeInEJBType()
          This method provides access to the AUTOBID.STARTTIME column of DB2 type TIMESTAMP NULL.
 java.lang.String getStatus()
          This method provides access to the AUTOBID.ABSTATUS column of DB2 type CHAR(4) NULL.
 java.lang.String getStoreId()
          This method provides access to the AUTOBID.STORE_ID column of DB2 type INTEGER NULL.
 java.lang.Integer getStoreIdInEJBType()
          This method provides access to the AUTOBID.STORE_ID column of DB2 type INTEGER NULL.
 java.lang.String getWinOption()
          This method provides access to the AUTOBID.WINOPT column of DB2 type CHAR(4) NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setAdminId(java.lang.Long aAdminId1)
          This method provides access to the AUTOBID.ADMIN_ID column of DB2 type BIGINT NULL.
 void setAdminId(java.lang.String aAdminId1)
          This method provides access to the AUTOBID.ADMIN_ID column of DB2 type BIGINT NULL.
 void setAuctionId(java.lang.Long aAuctionId1)
          This method provides access to the AUTOBID.AUCT_ID column of DB2 type BIGINT NOT NULL.
 void setAuctionId(java.lang.String aAuctionId1)
          This method provides access to the AUTOBID.AUCT_ID column of DB2 type BIGINT NOT NULL.
 void setBankInfo(java.lang.String aBankInfo1)
          This method provides access to the AUTOBID.BKNAME column of DB2 type VARCHAR(254) NULL.
 void setBidComment(java.lang.String aBidComment1)
          This method provides access to the AUTOBID.BIDMSG column of DB2 type VARCHAR(254) NULL.
 void setBidQuantity(java.lang.Double aBidQuantity1)
          This method provides access to the AUTOBID.ABQUANT column of DB2 type FLOAT NOT NULL.
 void setBidQuantity(java.lang.String aBidQuantity1)
          This method provides access to the AUTOBID.ABQUANT column of DB2 type FLOAT NOT NULL.
 void setBillingAddressId(java.lang.Long aBillingAddressId1)
          This method provides access to the AUTOBID.BILLADDR column of DB2 type BIGINT NULL.
 void setBillingAddressId(java.lang.String aBillingAddressId1)
          This method provides access to the AUTOBID.BILLADDR column of DB2 type BIGINT NULL.
 void setCommentFlag(int aCommentFlag1)
          This method provides access to the AUTOBID.MSGFLAG column of DB2 type INTEGER NULL.
 void setCommentFlag(java.lang.String aCommentFlag1)
          This method provides access to the AUTOBID.MSGFLAG column of DB2 type INTEGER NULL.
 void setCreationTime(java.lang.String aCreationTime1)
          This method provides access to the AUTOBID.ABTIME column of DB2 type TIMESTAMP NULL.
 void setCreationTime(java.sql.Timestamp aCreationTime1)
          This method provides access to the AUTOBID.ABTIME column of DB2 type TIMESTAMP NULL.
 void setDeviceExpiration(java.lang.String aDeviceExpiration1)
          This method provides access to the AUTOBID.EXPDATE column of DB2 type TIMESTAMP NOT NULL.
 void setDeviceExpiration(java.sql.Timestamp aDeviceExpiration1)
          This method provides access to the AUTOBID.EXPDATE column of DB2 type TIMESTAMP NOT NULL.
 void setDeviceNumber(java.lang.String aDeviceNumber1)
          This method provides access to the AUTOBID.DEVICE column of DB2 type VARCHAR(64) NOT NULL.
 void setEncrypted(int aEncrypted1)
          This method provides access to the AUTOBID.ENCRYPT column of DB2 type INTEGER NOT NULL.
 void setEncrypted(java.lang.String aEncrypted1)
          This method provides access to the AUTOBID.ENCRYPT column of DB2 type INTEGER NOT NULL.
 void setEndTime(java.lang.String aEndTime1)
          This method provides access to the AUTOBID.ENDTIME column of DB2 type TIMESTAMP NULL.
 void setEndTime(java.sql.Timestamp aEndTime1)
          This method provides access to the AUTOBID.ENDTIME column of DB2 type TIMESTAMP NULL.
 void setField1(java.lang.Long aField11)
          This method provides access to the AUTOBID.ABFIELD1 column of DB2 type BIGINT NULL.
 void setField1(java.lang.String aField11)
          This method provides access to the AUTOBID.ABFIELD1 column of DB2 type BIGINT NULL.
 void setField2(java.math.BigDecimal aField21)
          This method provides access to the AUTOBID.ABFIELD2 column of DB2 type DECIMAL(20,5) NULL.
 void setField2(java.lang.String aField21)
          This method provides access to the AUTOBID.ABFIELD2 column of DB2 type DECIMAL(20,5) NULL.
 void setField3(java.lang.String aField31)
          This method provides access to the AUTOBID.ABFIELD3 column of DB2 type VARCHAR(254) NULL.
 void setFirstBidId(java.lang.Long aFirstBidId1)
          This method provides access to the AUTOBID.BID_ID column of DB2 type BIGINT NULL.
 void setFirstBidId(java.lang.String aFirstBidId1)
          This method provides access to the AUTOBID.BID_ID column of DB2 type BIGINT NULL.
 void setId(java.lang.Long aId1)
          This method provides access to the AUTOBID.AUTOBID_ID column of DB2 type BIGINT NOT NULL.
 void setId(java.lang.String aId1)
          This method provides access to the AUTOBID.AUTOBID_ID column of DB2 type BIGINT NOT NULL.
 void setInitialBidPrice(java.math.BigDecimal aInitialBidPrice1)
          This method provides access to the AUTOBID.INITBIDVAL column of DB2 type DECIMAL(20,5) NULL.
 void setInitialBidPrice(java.lang.String aInitialBidPrice1)
          This method provides access to the AUTOBID.INITBIDVAL column of DB2 type DECIMAL(20,5) NULL.
 void setInitKey_id(java.lang.Long aInitKey_id1)
          Set the primary key for this object
 void setLastBidId(java.lang.Long aLastBidId1)
          This method provides access to the AUTOBID.LASTBID_ID column of DB2 type BIGINT NULL.
 void setLastBidId(java.lang.String aLastBidId1)
          This method provides access to the AUTOBID.LASTBID_ID column of DB2 type BIGINT NULL.
 void setMaxBidLimit(java.math.BigDecimal aMaxBidLimit1)
          This method provides access to the AUTOBID.MAXBIDLIMIT column of DB2 type DECIMAL(20,5) NULL.
 void setMaxBidLimit(java.lang.String aMaxBidLimit1)
          This method provides access to the AUTOBID.MAXBIDLIMIT column of DB2 type DECIMAL(20,5) NULL.
 void setOwnerId(java.lang.Long aOwnerId1)
          This method provides access to the AUTOBID.OWNER_ID column of DB2 type BIGINT NOT NULL.
 void setOwnerId(java.lang.String aOwnerId1)
          This method provides access to the AUTOBID.OWNER_ID column of DB2 type BIGINT NOT NULL.
 void setPayDeviceType(java.lang.String aPayDeviceType1)
          This method provides access to the AUTOBID.PAYTYPE column of DB2 type CHAR(64) NOT NULL.
 void setReferenceCode(java.lang.String aReferenceCode1)
          This method provides access to the AUTOBID.REFCODE column of DB2 type CHAR(36) NOT NULL.
 void setScale(int aScale1)
          This method provides access to the AUTOBID.QUANTSCALE column of DB2 type INTEGER NULL.
 void setScale(java.lang.String aScale1)
          This method provides access to the AUTOBID.QUANTSCALE column of DB2 type INTEGER NULL.
 void setShippingAddressId(java.lang.Long aShippingAddressId1)
          This method provides access to the AUTOBID.SHIPTO_ID column of DB2 type BIGINT NULL.
 void setShippingAddressId(java.lang.String aShippingAddressId1)
          This method provides access to the AUTOBID.SHIPTO_ID column of DB2 type BIGINT NULL.
 void setShippingMode(java.lang.Integer aShippingMode1)
          This method provides access to the AUTOBID.SHIPMODE column of DB2 type INTEGER NULL.
 void setShippingMode(java.lang.String aShippingMode1)
          This method provides access to the AUTOBID.SHIPMODE column of DB2 type INTEGER NULL.
 void setStartTime(java.lang.String aStartTime1)
          This method provides access to the AUTOBID.STARTTIME column of DB2 type TIMESTAMP NULL.
 void setStartTime(java.sql.Timestamp aStartTime1)
          This method provides access to the AUTOBID.STARTTIME column of DB2 type TIMESTAMP NULL.
 void setStatus(java.lang.String aStatus1)
          This method provides access to the AUTOBID.ABSTATUS column of DB2 type CHAR(4) NULL.
 void setStoreId(java.lang.Integer aStoreId1)
          This method provides access to the AUTOBID.STORE_ID column of DB2 type INTEGER NULL.
 void setStoreId(java.lang.String aStoreId1)
          This method provides access to the AUTOBID.STORE_ID column of DB2 type INTEGER NULL.
 void setWinOption(java.lang.String aWinOption1)
          This method provides access to the AUTOBID.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

AutoBidAccessBean

public AutoBidAccessBean()

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.AutoBid com.ibm.commerce.negotiation.objimpl.AutoBidHomeBase.findByPrimaryKey(com.ibm.commerce.negotiation.objects.AutoBidKey) 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:


AutoBidAccessBean

public AutoBidAccessBean(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.

AutoBidAccessBean

public AutoBidAccessBean(java.lang.Long auctionId,
                         java.lang.Long ownerId)
                  throws javax.ejb.CreateException,
                         java.rmi.RemoteException,
                         javax.naming.NamingException

Creates an access bean with the specified attributes.

Parameters:
auctionId - The auction id.
ownerId - The owner of the auction.
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

findAllAutoBids

public java.util.Enumeration findAllAutoBids(com.ibm.commerce.negotiation.util.SortingAttribute sort)
                                      throws java.rmi.RemoteException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

Retrieves all autobids.

The SQL query used to fetch all the required rows from the AUTOBID table is:

SELECT * FROM AUTOBID T1 WHERE 1=1

Parameters:
sort - The sorting attribute. This is a set of column names and the order in which they are each to be sorted (ascending, descending). This is used to build an ORDER BY clause.
Returns:
An Enumeration of all the AutoBidAccessBeans representing rows that match the search criteria.

findAutoBidByReferenceCode

public AutoBidAccessBean findAutoBidByReferenceCode(java.lang.String refCode)
                                             throws java.rmi.RemoteException,
                                                    javax.ejb.FinderException,
                                                    javax.naming.NamingException

Retrieves an autobid by its reference code.

The SQL query used to fetch all the required rows from the AUTOBID table is:

SELECT * FROM AUTOBID T1 WHERE T1.REFCODE = ?

Parameters:
refCode - The reference code of the auction.
Returns:
The AutoBidAccessBean representing the row that matches the search criteria.

findAutoBidsByAuction

public java.util.Enumeration findAutoBidsByAuction(java.lang.Long auctionId,
                                                   com.ibm.commerce.negotiation.util.SortingAttribute sort)
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

Retrieves all autobids of the specified auction.

The SQL query used to fetch all the required rows from the AUTOBID table is:

SELECT * FROM AUTOBID T1 WHERE T1.AUCT_ID=?

Parameters:
auctionId - The auction id.
sort - The sorting attribute. This is a set of column names and the order in which they are each to be sorted (ascending, descending). This is used to build an ORDER BY clause.
Returns:
An Enumeration of all the AutoBidAccessBeans representing rows that match the search criteria.

findAutoBidsByAuctionAndStatus

public java.util.Enumeration findAutoBidsByAuctionAndStatus(java.lang.Long auctionId,
                                                            java.lang.String status,
                                                            com.ibm.commerce.negotiation.util.SortingAttribute sort)
                                                     throws java.rmi.RemoteException,
                                                            javax.ejb.FinderException,
                                                            javax.naming.NamingException

Retrieves all autobids of the specified auction with the specified status.

The SQL query used to fetch all the required rows from the AUTOBID table is:

SELECT * FROM AUTOBID T1 WHERE T1.AUCT_ID=? AND T1.ABSTATUS=?

Parameters:
auctionId - The auction id.
status - The autobid status. Valid values: A=active bid, R=bid retracted by customer, D=bid deleted by administrator.
sort - The sorting attribute. This is a set of column names and the order in which they are each to be sorted (ascending, descending). This is used to build an ORDER BY clause.
Returns:
An Enumeration of all the AutoBidAccessBeans representing rows that match the search criteria.

findAutoBidsByOwner

public java.util.Enumeration findAutoBidsByOwner(java.lang.Long ownerId,
                                                 com.ibm.commerce.negotiation.util.SortingAttribute sort)
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

Retrieves all autobids of the specified owner.

The SQL query used to fetch all the required rows from the AUTOBID table is:

SELECT * FROM AUTOBID T1 WHERE T1.OWNER_ID=?

Parameters:
ownerId - The ID of the customer who submitted the bid.
sort - The sorting attribute. This is a set of column names and the order in which they are each to be sorted (ascending, descending). This is used to build an ORDER BY clause.
Returns:
An Enumeration of all the AutoBidAccessBeans representing rows that match the search criteria.

findAutoBidsByOwnerAndMultipleAuctionStatus

public java.util.Enumeration findAutoBidsByOwnerAndMultipleAuctionStatus(java.lang.Long ownerId,
                                                                         java.lang.String[] status,
                                                                         com.ibm.commerce.negotiation.util.SortingAttribute sort)
                                                                  throws java.rmi.RemoteException,
                                                                         javax.ejb.FinderException,
                                                                         javax.naming.NamingException

Retrieves all autobids of the specified owner for all auctions in specified statuses.

The SQL query used to fetch all the required rows from the AUTOBID table is:

SELECT * FROM AUTOBID T1 WHERE T1.OWNER_ID=? And T1.AUCT_ID In (Select AUCT_ID From AUCTION Where AUSTATUS IN (?))

Parameters:
ownerId - The ID of the customer who submitted the bid.
status - A list of auction statuses. An item is created in the IN clause for each status.
sort - The sorting attribute. This is a set of column names and the order in which they are each to be sorted (ascending, descending). This is used to build an ORDER BY clause.
Returns:
An Enumeration of all the AutoBidAccessBeans representing rows that match the search criteria.

findAutoBidsByOwnerAndStatus

public java.util.Enumeration findAutoBidsByOwnerAndStatus(java.lang.Long ownerId,
                                                          java.lang.String status,
                                                          com.ibm.commerce.negotiation.util.SortingAttribute sort)
                                                   throws java.rmi.RemoteException,
                                                          javax.ejb.FinderException,
                                                          javax.naming.NamingException

Retrieves all autobids, of the specified owner, in a particular status.

The SQL query used to fetch all the required rows from the AUTOBID table is:

SELECT * FROM AUTOBID T1 WHERE T1.OWNER_ID=? AND T1.ABSTATUS=?

Parameters:
ownerId - The ID of the customer who submitted the bid.
status - The autobid status. Valid values: A=active bid, R=bid retracted by customer, D=bid deleted by administrator.
sort - The sorting attribute. This is a set of column names and the order in which they are each to be sorted (ascending, descending). This is used to build an ORDER BY clause.
Returns:
An Enumeration of all the AutoBidAccessBeans representing rows that match the search criteria.

findAutoBidsByStatus

public java.util.Enumeration findAutoBidsByStatus(java.lang.String status,
                                                  com.ibm.commerce.negotiation.util.SortingAttribute sort)
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

Retrieves all autobids in a particular status.

The SQL query used to fetch all the required rows from the AUTOBID table is:

SELECT * FROM AUTOBID T1 WHERE T1.ABSTATUS=?

Parameters:
status - The autobid status. Valid values: A=active bid, R=bid retracted by customer, D=bid deleted by administrator.
sort - The sorting attribute. This is a set of column names and the order in which they are each to be sorted (ascending, descending). This is used to build an ORDER BY clause.
Returns:
An Enumeration of all the AutoBidAccessBeans representing rows that match the search criteria.

findByAuction

public java.util.Enumeration findByAuction(java.lang.Long ownerId,
                                           java.lang.String[] status,
                                           java.lang.Long auctionId,
                                           java.lang.String[] auctStatus,
                                           com.ibm.commerce.negotiation.util.SortingAttribute sort)
                                    throws java.rmi.RemoteException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

Retrieves all autobids, in certain statuses, of the specified owner for all auctions in specified statuses.

The SQL query used to fetch all the required rows from the AUTOBID table is:

SELECT * FROM AUTOBID T1 WHERE T1.OWNER_ID=? And T1.AUCT_ID=? And T1.ABSTATUS IN(?) And T1.AUCT_ID IN (Select AUCT_ID From AUCTION Where AUSTATUS IN (?))

Parameters:
ownerId - The ID of the customer who submitted the bid.
status - A list of autobid statuses. An item is created in the first IN clause for each status.
auctionId - The auction id.
auctStatus - A list of auction statuses. An item is created in the second IN clause for each status.
sort - The sorting attribute. This is a set of column names and the order in which they are each to be sorted (ascending, descending). This is used to build an ORDER BY clause.
Returns:
An Enumeration of all the AutoBidAccessBeans representing rows that match the search criteria.

fulfills

public boolean fulfills(java.lang.Long aFills1,
                        java.lang.String aFills2)
                 throws java.rmi.RemoteException,
                        java.lang.Exception,
                        javax.ejb.FinderException,
                        javax.naming.NamingException

IBM internal use only.

Parameters:
aFills1 - java.lang.Long
aFills2 - java.lang.String
Returns:
boolean
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
java.lang.Exception - The java.lang.Exception 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 AUTOBID.ADMIN_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

ID of the administrator who retracted the autobid.

Specified by:
getAdminId in interface AutoBidAccessBeanData
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 AUTOBID.ADMIN_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

ID of the administrator who retracted the autobid.

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

getAuction

public AuctionAccessBean getAuction()
                             throws java.rmi.RemoteException,
                                    java.lang.Exception,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

Get the auction access bean associated with the auction id of this autobid.

Returns:
The auction access bean.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
java.lang.Exception - The java.lang.Exception 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 AUTOBID.AUCT_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Auction ID.

Specified by:
getAuctionId in interface AutoBidAccessBeanData
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 AUTOBID.AUCT_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Auction 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

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 AUTOBID.BKNAME column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getBankInfo in interface AutoBidAccessBeanData
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 AUTOBID.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 AutoBidAccessBeanData
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

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 AUTOBID.ABQUANT column of DB2 type FLOAT NOT NULL.

The following is a description of this column:

Autobid quantity.

Specified by:
getBidQuantity in interface AutoBidAccessBeanData
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 AUTOBID.ABQUANT column of DB2 type FLOAT NOT NULL.

The following is a description of this column:

Autobid 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 AUTOBID.BILLADDR column of DB2 type BIGINT NULL.

The following is a description of this column:

Billing address for customer.

Specified by:
getBillingAddressId in interface AutoBidAccessBeanData
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 AUTOBID.BILLADDR column of DB2 type BIGINT NULL.

The following is a description of this column:

Billing address for customer.

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

getCommentFlag

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

This method provides access to the AUTOBID.MSGFLAG column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getCommentFlag in interface AutoBidAccessBeanData
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

getCommentFlagInEJBType

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

This method provides access to the AUTOBID.MSGFLAG 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

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 AUTOBID.ABTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Autobid creation date and time.

Specified by:
getCreationTime in interface AutoBidAccessBeanData
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 AUTOBID.ABTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Autobid creation date and time.

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 AUTOBID.EXPDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

Expiration date for the credit card.

Specified by:
getDeviceExpiration in interface AutoBidAccessBeanData
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 AUTOBID.EXPDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

Expiration date for the credit card.

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 AUTOBID.DEVICE column of DB2 type VARCHAR(64) NOT NULL.

The following is a description of this column:

Credit card number.

Specified by:
getDeviceNumber in interface AutoBidAccessBeanData
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 AUTOBID.ENCRYPT column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

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

Specified by:
getEncrypted in interface AutoBidAccessBeanData
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 AUTOBID.ENCRYPT column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates whether credit card number is encrypted or not. 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

getEndTime

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

This method provides access to the AUTOBID.ENDTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getEndTime in interface AutoBidAccessBeanData
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

getEndTimeInEJBType

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

This method provides access to the AUTOBID.ENDTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Reserved for IBM internal use.

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

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 AUTOBID.ABFIELD1 column of DB2 type BIGINT NULL.

The following is a description of this column:

Customizable.

Specified by:
getField1 in interface AutoBidAccessBeanData
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 AUTOBID.ABFIELD1 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 AUTOBID.ABFIELD2 column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

Customizable.

Specified by:
getField2 in interface AutoBidAccessBeanData
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 AUTOBID.ABFIELD2 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 AUTOBID.ABFIELD3 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Specified by:
getField3 in interface AutoBidAccessBeanData
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

getFirstBidId

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

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

The following is a description of this column:

Reference to the bid generated from this autobid.

Specified by:
getFirstBidId in interface AutoBidAccessBeanData
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

getFirstBidIdInEJBType

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

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

The following is a description of this column:

Reference to the bid generated from this autobid.

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

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 AUTOBID.AUTOBID_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Unique identifier for autobid. Primary key for this table.

Specified by:
getId in interface AutoBidAccessBeanData
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 AUTOBID.AUTOBID_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Unique identifier for autobid. Primary key for this table.

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

getInitialBidPrice

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

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

The following is a description of this column:

The initial bid value for the autobid.

Specified by:
getInitialBidPrice in interface AutoBidAccessBeanData
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

getInitialBidPriceInEJBType

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

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

The following is a description of this column:

The initial bid value for the autobid.

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

getLastBidId

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

This method provides access to the AUTOBID.LASTBID_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getLastBidId in interface AutoBidAccessBeanData
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

getLastBidIdInEJBType

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

This method provides access to the AUTOBID.LASTBID_ID 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

getMaxBidLimit

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

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

The following is a description of this column:

Maximum bid. No autobids will be generated if the bidding exceeds this limit.

Specified by:
getMaxBidLimit in interface AutoBidAccessBeanData
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

getMaxBidLimitInEJBType

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

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

The following is a description of this column:

Maximum bid. No autobids will be generated if the bidding exceeds this limit.

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

getOwner

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

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

The following is a description of this column:

ID of the customer who submitted the bid.

Returns:
java.lang.Long
Throws:
java.lang.Exception - The java.lang.Exception exception
java.rmi.RemoteException - The java.rmi.RemoteException 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 AUTOBID.OWNER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

ID of the customer who submitted the bid.

Specified by:
getOwnerId in interface AutoBidAccessBeanData
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 AUTOBID.OWNER_ID column of DB2 type BIGINT NOT 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

getPayDeviceType

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

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

The following is a description of this column:

Payment type. This is set to the value of the cardBrand payment parameter when the autobid is submitted.

Specified by:
getPayDeviceType in interface AutoBidAccessBeanData
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 AUTOBID.REFCODE column of DB2 type CHAR(36) NOT NULL.

The following is a description of this column:

Reference code. A unique code that identifies the auction.

Specified by:
getReferenceCode in interface AutoBidAccessBeanData
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

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 AUTOBID.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 AutoBidAccessBeanData
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 AUTOBID.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 AUTOBID.SHIPTO_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

ID of ship-to address.

Specified by:
getShippingAddressId in interface AutoBidAccessBeanData
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 AUTOBID.SHIPTO_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

ID of ship-to address.

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 AUTOBID.SHIPMODE column of DB2 type INTEGER NULL.

The following is a description of this column:

Shipping mode.

Specified by:
getShippingMode in interface AutoBidAccessBeanData
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 AUTOBID.SHIPMODE column of DB2 type INTEGER NULL.

The following is a description of this column:

Shipping mode.

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

getStartTime

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

This method provides access to the AUTOBID.STARTTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getStartTime in interface AutoBidAccessBeanData
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

getStartTimeInEJBType

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

This method provides access to the AUTOBID.STARTTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Reserved for IBM internal use.

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

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 AUTOBID.ABSTATUS column of DB2 type CHAR(4) NULL.

The following is a description of this column:

Autobid status. Valid values: A=active bid, R=bid retracted by customer, D=bid deleted by administrator.

Specified by:
getStatus in interface AutoBidAccessBeanData
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 AUTOBID.STORE_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

ID of the store that is conducting the auction.

Specified by:
getStoreId in interface AutoBidAccessBeanData
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.Integer getStoreIdInEJBType()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

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

The following is a description of this column:

ID of the store that is conducting the auction.

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

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 AUTOBID.WINOPT column of DB2 type CHAR(4) NULL.

The following is a description of this column:

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

Specified by:
getWinOption in interface AutoBidAccessBeanData
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

setAdminId

public void setAdminId(java.lang.Long aAdminId1)

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

The following is a description of this column:

ID of the administrator who retracted the autobid.

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

setAdminId

public void setAdminId(java.lang.String aAdminId1)

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

The following is a description of this column:

ID of the administrator who retracted the autobid.

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

setAuctionId

public void setAuctionId(java.lang.Long aAuctionId1)

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

The following is a description of this column:

Auction ID.

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

setAuctionId

public void setAuctionId(java.lang.String aAuctionId1)

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

The following is a description of this column:

Auction ID.

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

setBankInfo

public void setBankInfo(java.lang.String aBankInfo1)

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

The following is a description of this column:

Reserved for IBM internal use.

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

setBidComment

public void setBidComment(java.lang.String aBidComment1)

This method provides access to the AUTOBID.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 AutoBidAccessBeanData
Parameters:
aBidComment1 - java.lang.String
Returns:
void

setBidQuantity

public void setBidQuantity(java.lang.Double aBidQuantity1)

This method provides access to the AUTOBID.ABQUANT column of DB2 type FLOAT NOT NULL.

The following is a description of this column:

Autobid quantity.

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

setBidQuantity

public void setBidQuantity(java.lang.String aBidQuantity1)

This method provides access to the AUTOBID.ABQUANT column of DB2 type FLOAT NOT NULL.

The following is a description of this column:

Autobid quantity.

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

setBillingAddressId

public void setBillingAddressId(java.lang.Long aBillingAddressId1)

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

The following is a description of this column:

Billing address for customer.

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

setBillingAddressId

public void setBillingAddressId(java.lang.String aBillingAddressId1)

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

The following is a description of this column:

Billing address for customer.

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

setCommentFlag

public void setCommentFlag(int aCommentFlag1)

This method provides access to the AUTOBID.MSGFLAG column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aCommentFlag1 - int
Returns:
void

setCommentFlag

public void setCommentFlag(java.lang.String aCommentFlag1)

This method provides access to the AUTOBID.MSGFLAG column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setCommentFlag in interface AutoBidAccessBeanData
Parameters:
aCommentFlag1 - java.lang.String
Returns:
void

setCreationTime

public void setCreationTime(java.lang.String aCreationTime1)

This method provides access to the AUTOBID.ABTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Autobid creation date and time.

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

setCreationTime

public void setCreationTime(java.sql.Timestamp aCreationTime1)

This method provides access to the AUTOBID.ABTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Autobid creation date and time.

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

setDeviceExpiration

public void setDeviceExpiration(java.lang.String aDeviceExpiration1)

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

The following is a description of this column:

Expiration date for the credit card.

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

setDeviceExpiration

public void setDeviceExpiration(java.sql.Timestamp aDeviceExpiration1)

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

The following is a description of this column:

Expiration date for the credit card.

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

setDeviceNumber

public void setDeviceNumber(java.lang.String aDeviceNumber1)

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

The following is a description of this column:

Credit card number.

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

setEncrypted

public void setEncrypted(int aEncrypted1)

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

The following is a description of this column:

Indicates whether credit card number is encrypted or not. 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 AUTOBID.ENCRYPT column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

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

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

setEndTime

public void setEndTime(java.lang.String aEndTime1)

This method provides access to the AUTOBID.ENDTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setEndTime in interface AutoBidAccessBeanData
Parameters:
aEndTime1 - java.lang.String
Returns:
void

setEndTime

public void setEndTime(java.sql.Timestamp aEndTime1)

This method provides access to the AUTOBID.ENDTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Reserved for IBM internal use.

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

setField1

public void setField1(java.lang.Long aField11)

This method provides access to the AUTOBID.ABFIELD1 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 AUTOBID.ABFIELD1 column of DB2 type BIGINT NULL.

The following is a description of this column:

Customizable.

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

setField2

public void setField2(java.math.BigDecimal aField21)

This method provides access to the AUTOBID.ABFIELD2 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 AUTOBID.ABFIELD2 column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

Customizable.

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

setField3

public void setField3(java.lang.String aField31)

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

The following is a description of this column:

Customizable.

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

setFirstBidId

public void setFirstBidId(java.lang.Long aFirstBidId1)

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

The following is a description of this column:

Reference to the bid generated from this autobid.

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

setFirstBidId

public void setFirstBidId(java.lang.String aFirstBidId1)

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

The following is a description of this column:

Reference to the bid generated from this autobid.

Specified by:
setFirstBidId in interface AutoBidAccessBeanData
Parameters:
aFirstBidId1 - java.lang.String
Returns:
void

setId

public void setId(java.lang.Long aId1)

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

The following is a description of this column:

Unique identifier for autobid. Primary key for this table.

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

setId

public void setId(java.lang.String aId1)

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

The following is a description of this column:

Unique identifier for autobid. Primary key for this table.

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

setInitialBidPrice

public void setInitialBidPrice(java.math.BigDecimal aInitialBidPrice1)

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

The following is a description of this column:

The initial bid value for the autobid.

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

setInitialBidPrice

public void setInitialBidPrice(java.lang.String aInitialBidPrice1)

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

The following is a description of this column:

The initial bid value for the autobid.

Specified by:
setInitialBidPrice in interface AutoBidAccessBeanData
Parameters:
aInitialBidPrice1 - java.lang.String
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

setLastBidId

public void setLastBidId(java.lang.Long aLastBidId1)

This method provides access to the AUTOBID.LASTBID_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Reserved for IBM internal use.

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

setLastBidId

public void setLastBidId(java.lang.String aLastBidId1)

This method provides access to the AUTOBID.LASTBID_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setLastBidId in interface AutoBidAccessBeanData
Parameters:
aLastBidId1 - java.lang.String
Returns:
void

setMaxBidLimit

public void setMaxBidLimit(java.math.BigDecimal aMaxBidLimit1)

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

The following is a description of this column:

Maximum bid. No autobids will be generated if the bidding exceeds this limit.

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

setMaxBidLimit

public void setMaxBidLimit(java.lang.String aMaxBidLimit1)

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

The following is a description of this column:

Maximum bid. No autobids will be generated if the bidding exceeds this limit.

Specified by:
setMaxBidLimit in interface AutoBidAccessBeanData
Parameters:
aMaxBidLimit1 - java.lang.String
Returns:
void

setOwnerId

public void setOwnerId(java.lang.Long aOwnerId1)

This method provides access to the AUTOBID.OWNER_ID column of DB2 type BIGINT NOT 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 AUTOBID.OWNER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

ID of the customer who submitted the bid.

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

setPayDeviceType

public void setPayDeviceType(java.lang.String aPayDeviceType1)

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

The following is a description of this column:

Payment type. This is set to the value of the cardBrand payment parameter when the autobid is submitted.

Specified by:
setPayDeviceType in interface AutoBidAccessBeanData
Parameters:
aPayDeviceType1 - java.lang.String
Returns:
void

setReferenceCode

public void setReferenceCode(java.lang.String aReferenceCode1)

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

The following is a description of this column:

Reference code. A unique code that identifies the auction.

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

setScale

public void setScale(int aScale1)

This method provides access to the AUTOBID.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 AUTOBID.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 AutoBidAccessBeanData
Parameters:
aScale1 - java.lang.String
Returns:
void

setShippingAddressId

public void setShippingAddressId(java.lang.Long aShippingAddressId1)

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

The following is a description of this column:

ID of ship-to address.

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

setShippingAddressId

public void setShippingAddressId(java.lang.String aShippingAddressId1)

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

The following is a description of this column:

ID of ship-to address.

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

setShippingMode

public void setShippingMode(java.lang.Integer aShippingMode1)

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

The following is a description of this column:

Shipping mode.

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

setShippingMode

public void setShippingMode(java.lang.String aShippingMode1)

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

The following is a description of this column:

Shipping mode.

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

setStartTime

public void setStartTime(java.lang.String aStartTime1)

This method provides access to the AUTOBID.STARTTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setStartTime in interface AutoBidAccessBeanData
Parameters:
aStartTime1 - java.lang.String
Returns:
void

setStartTime

public void setStartTime(java.sql.Timestamp aStartTime1)

This method provides access to the AUTOBID.STARTTIME column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Reserved for IBM internal use.

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

setStatus

public void setStatus(java.lang.String aStatus1)

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

The following is a description of this column:

Autobid status. Valid values: A=active bid, R=bid retracted by customer, D=bid deleted by administrator.

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

setStoreId

public void setStoreId(java.lang.Integer aStoreId1)

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

The following is a description of this column:

ID of the store that is conducting the auction.

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

setStoreId

public void setStoreId(java.lang.String aStoreId1)

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

The following is a description of this column:

ID of the store that is conducting the auction.

Specified by:
setStoreId in interface AutoBidAccessBeanData
Parameters:
aStoreId1 - java.lang.String
Returns:
void

setWinOption

public void setWinOption(java.lang.String aWinOption1)

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

The following is a description of this column:

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

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