|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.negotiation.objects.BidAccessBean
This bean provides access to the BID table.
The following is a description of this table:
This table stores bid information. The information is updated when a customer submits a bid.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
BidAccessBean()
Zero argument constructor used to initialize the access bean. |
|
BidAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
BidAccessBean(java.lang.Long auctId,
java.lang.Long ownerId,
java.lang.String refCode)
Creates an access bean with the specified attributes. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findAllBids(com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all bids. |
BidAccessBean |
findBidByIdForUpdate(java.lang.Long bidId)
Retrieve a bid by its primary key for update. |
BidAccessBean |
findBidByReferenceCode(java.lang.String refCode)
Retrieve a bid by its reference code. |
java.util.Enumeration |
findBidsByAuction(java.lang.Long auctId,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all bids for the specified auction. |
java.util.Enumeration |
findBidsByAuctionAndMultipleStatus(java.lang.Long auctId,
java.lang.String[] status,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all bids with certain statuses for the specified auction. |
java.util.Enumeration |
findBidsByAuctionAndStatus(java.lang.Long auctId,
java.lang.String status,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all bids of a certain status for the specified auction. |
java.util.Enumeration |
findBidsByAuctionAndStatusForUpdate(java.lang.Long auctId,
java.lang.String status)
Retrieves all bids of a certain status for the specified auction (for update). |
java.util.Enumeration |
findBidsByAutobid(java.lang.Long autoBidId,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all bids associated with a specified autoBid. |
java.util.Enumeration |
findBidsByAutobidAndStatus(java.lang.Long autoBidId,
java.lang.String status,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all bids, of a certain status, associated with a specified autoBid. |
java.util.Enumeration |
findBidsByOwner(java.lang.Long ownerId,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all bids of the specified owner. |
java.util.Enumeration |
findBidsByOwnerAndMultipleAuctionStatus(java.lang.Long ownerId,
java.lang.String[] status,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all bids of the specified owner where the associated auction is in a certain state. |
java.util.Enumeration |
findBidsByOwnerAndStatus(java.lang.Long ownerId,
java.lang.String status,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all bids, of a certain status, of the specified owner. |
java.util.Enumeration |
findByAuction(java.lang.Long ownerId,
java.lang.String[] status,
java.lang.Long auctId,
java.lang.String[] auctStatus,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all bids, of certain statuses, of the specified owner for a particular auction. |
boolean |
fulfills(java.lang.Long aFills1,
java.lang.String aFills2)
IBM internal use only. |
java.lang.String |
getAdminId()
This method provides access to the BID.ADMIN_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getAdminIdInEJBType()
This method provides access to the BID.ADMIN_ID column of DB2 type BIGINT NULL. |
AuctionAccessBean |
getAuction()
Get the auction access bean associated with the auction id of this bid. |
java.lang.String |
getAuctionId()
This method provides access to the BID.AUCT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getAuctionIdInEJBType()
This method provides access to the BID.AUCT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getAutoBidId()
This method provides access to the BID.AUTOBID_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getAutoBidIdInEJBType()
This method provides access to the BID.AUTOBID_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getBankInfo()
This method provides access to the BID.BKNAME column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getBidComment()
This method provides access to the BID.BIDMSG column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getBidPrice()
This method provides access to the BID.BIDPRICE column of DB2 type DECIMAL(20,5) NOT NULL. |
java.math.BigDecimal |
getBidPriceInEJBType()
This method provides access to the BID.BIDPRICE column of DB2 type DECIMAL(20,5) NOT NULL. |
java.lang.String |
getBidQuantity()
This method provides access to the BID.BIDQUANT column of DB2 type FLOAT NOT NULL. |
java.lang.Double |
getBidQuantityInEJBType()
This method provides access to the BID.BIDQUANT column of DB2 type FLOAT NOT NULL. |
java.lang.String |
getBillingAddressId()
This method provides access to the BID.BILLADDR column of DB2 type BIGINT NULL. |
java.lang.Long |
getBillingAddressIdInEJBType()
This method provides access to the BID.BILLADDR column of DB2 type BIGINT NULL. |
java.lang.String |
getCreationTime()
This method provides access to the BID.BIDTIME column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getCreationTimeInEJBType()
This method provides access to the BID.BIDTIME column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getDeviceExpiration()
This method provides access to the BID.EXPDATE column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getDeviceExpirationInEJBType()
This method provides access to the BID.EXPDATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getDeviceNumber()
This method provides access to the BID.DEVICE column of DB2 type VARCHAR(64) NOT NULL. |
java.lang.String |
getEncrypted()
This method provides access to the BID.ENCRYPT column of DB2 type INTEGER NOT NULL. |
int |
getEncryptedInEJBType()
This method provides access to the BID.ENCRYPT column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getField1()
This method provides access to the BID.FIELD1 column of DB2 type BIGINT NULL. |
java.lang.Long |
getField1InEJBType()
This method provides access to the BID.FIELD1 column of DB2 type BIGINT NULL. |
java.lang.String |
getField2()
This method provides access to the BID.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getField2InEJBType()
This method provides access to the BID.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getField3()
This method provides access to the BID.FIELD3 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getId()
This method provides access to the BID.BID_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getIdInEJBType()
This method provides access to the BID.BID_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOwner()
This method provides access to the BID.OWNER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOwnerId()
This method provides access to the BID.OWNER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOwnerIdInEJBType()
This method provides access to the BID.OWNER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getPaymentDeviceType()
This method provides access to the BID.PAYTYPE column of DB2 type CHAR(64) NOT NULL. |
java.lang.String |
getReferenceCode()
This method provides access to the BID.REFCODE column of DB2 type CHAR(36) NOT NULL. |
java.lang.String |
getRootBidId()
This method provides access to the BID.BIDROOT column of DB2 type BIGINT NULL. |
java.lang.Long |
getRootBidIdInEJBType()
This method provides access to the BID.BIDROOT column of DB2 type BIGINT NULL. |
java.lang.String |
getScale()
This method provides access to the BID.QUANTSCALE column of DB2 type INTEGER NULL. |
int |
getScaleInEJBType()
This method provides access to the BID.QUANTSCALE column of DB2 type INTEGER NULL. |
java.lang.String |
getShippingAddressId()
This method provides access to the BID.SHIPTO_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getShippingAddressIdInEJBType()
This method provides access to the BID.SHIPTO_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getShippingMode()
This method provides access to the BID.SHIPMODE column of DB2 type INTEGER NULL. |
java.lang.Integer |
getShippingModeInEJBType()
This method provides access to the BID.SHIPMODE column of DB2 type INTEGER NULL. |
java.lang.String |
getStatus()
This method provides access to the BID.BIDSTATUS column of DB2 type CHAR(4) NOT NULL. |
java.lang.String |
getStoreId()
This method provides access to the BID.STORE_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getStoreIdInEJBType()
This method provides access to the BID.STORE_ID column of DB2 type INTEGER NULL. |
java.lang.String |
getWinningPrice()
This method provides access to the BID.WINPRICE column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getWinningPriceInEJBType()
This method provides access to the BID.WINPRICE column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getWinningQuantity()
This method provides access to the BID.WINQUANT column of DB2 type FLOAT NULL. |
java.lang.Double |
getWinningQuantityInEJBType()
This method provides access to the BID.WINQUANT column of DB2 type FLOAT NULL. |
java.lang.String |
getWinOption()
This method provides access to the BID.WINOPT column of DB2 type CHAR(4) NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAdminId(java.lang.Long aAdminId1)
This method provides access to the BID.ADMIN_ID column of DB2 type BIGINT NULL. |
void |
setAdminId(java.lang.String aAdminId1)
This method provides access to the BID.ADMIN_ID column of DB2 type BIGINT NULL. |
void |
setAuctionId(java.lang.Long aAuctionId1)
This method provides access to the BID.AUCT_ID column of DB2 type BIGINT NOT NULL. |
void |
setAuctionId(java.lang.String aAuctionId1)
This method provides access to the BID.AUCT_ID column of DB2 type BIGINT NOT NULL. |
void |
setAutoBidId(java.lang.Long aAutoBidId1)
This method provides access to the BID.AUTOBID_ID column of DB2 type BIGINT NULL. |
void |
setAutoBidId(java.lang.String aAutoBidId1)
This method provides access to the BID.AUTOBID_ID column of DB2 type BIGINT NULL. |
void |
setBankInfo(java.lang.String aBankInfo1)
This method provides access to the BID.BKNAME column of DB2 type VARCHAR(254) NULL. |
void |
setBidComment(java.lang.String aBidComment1)
This method provides access to the BID.BIDMSG column of DB2 type VARCHAR(254) NULL. |
void |
setBidPrice(java.math.BigDecimal aBidPrice1)
This method provides access to the BID.BIDPRICE column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setBidPrice(java.lang.String aBidPrice1)
This method provides access to the BID.BIDPRICE column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setBidQuantity(java.lang.Double aBidQuantity1)
This method provides access to the BID.BIDQUANT column of DB2 type FLOAT NOT NULL. |
void |
setBidQuantity(java.lang.String aBidQuantity1)
This method provides access to the BID.BIDQUANT column of DB2 type FLOAT NOT NULL. |
void |
setBillingAddressId(java.lang.Long aBillingAddressId1)
This method provides access to the BID.BILLADDR column of DB2 type BIGINT NULL. |
void |
setBillingAddressId(java.lang.String aBillingAddressId1)
This method provides access to the BID.BILLADDR column of DB2 type BIGINT NULL. |
void |
setCreationTime(java.lang.String aCreationTime1)
This method provides access to the BID.BIDTIME column of DB2 type TIMESTAMP NOT NULL. |
void |
setCreationTime(java.sql.Timestamp aCreationTime1)
This method provides access to the BID.BIDTIME column of DB2 type TIMESTAMP NOT NULL. |
void |
setDeviceExpiration(java.lang.String aDeviceExpiration1)
This method provides access to the BID.EXPDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setDeviceExpiration(java.sql.Timestamp aDeviceExpiration1)
This method provides access to the BID.EXPDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setDeviceNumber(java.lang.String aDeviceNumber1)
This method provides access to the BID.DEVICE column of DB2 type VARCHAR(64) NOT NULL. |
void |
setEncrypted(int aEncrypted1)
This method provides access to the BID.ENCRYPT column of DB2 type INTEGER NOT NULL. |
void |
setEncrypted(java.lang.String aEncrypted1)
This method provides access to the BID.ENCRYPT column of DB2 type INTEGER NOT NULL. |
void |
setField1(java.lang.Long aField11)
This method provides access to the BID.FIELD1 column of DB2 type BIGINT NULL. |
void |
setField1(java.lang.String aField11)
This method provides access to the BID.FIELD1 column of DB2 type BIGINT NULL. |
void |
setField2(java.math.BigDecimal aField21)
This method provides access to the BID.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField2(java.lang.String aField21)
This method provides access to the BID.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField3(java.lang.String aField31)
This method provides access to the BID.FIELD3 column of DB2 type VARCHAR(254) NULL. |
void |
setId(java.lang.Long aId1)
This method provides access to the BID.BID_ID column of DB2 type BIGINT NOT NULL. |
void |
setId(java.lang.String aId1)
This method provides access to the BID.BID_ID column of DB2 type BIGINT NOT NULL. |
void |
setInitKey_id(java.lang.Long aInitKey_id1)
Set the primary key for this object |
void |
setOwnerId(java.lang.Long aOwnerId1)
This method provides access to the BID.OWNER_ID column of DB2 type BIGINT NOT NULL. |
void |
setOwnerId(java.lang.String aOwnerId1)
This method provides access to the BID.OWNER_ID column of DB2 type BIGINT NOT NULL. |
void |
setPaymentDeviceType(java.lang.String aPaymentDeviceType1)
This method provides access to the BID.PAYTYPE column of DB2 type CHAR(64) NOT NULL. |
void |
setReferenceCode(java.lang.String aReferenceCode1)
This method provides access to the BID.REFCODE column of DB2 type CHAR(36) NOT NULL. |
void |
setRootBidId(java.lang.Long aRootBidId1)
This method provides access to the BID.BIDROOT column of DB2 type BIGINT NULL. |
void |
setRootBidId(java.lang.String aRootBidId1)
This method provides access to the BID.BIDROOT column of DB2 type BIGINT NULL. |
void |
setScale(int aScale1)
This method provides access to the BID.QUANTSCALE column of DB2 type INTEGER NULL. |
void |
setScale(java.lang.String aScale1)
This method provides access to the BID.QUANTSCALE column of DB2 type INTEGER NULL. |
void |
setShippingAddressId(java.lang.Long aShippingAddressId1)
This method provides access to the BID.SHIPTO_ID column of DB2 type BIGINT NULL. |
void |
setShippingAddressId(java.lang.String aShippingAddressId1)
This method provides access to the BID.SHIPTO_ID column of DB2 type BIGINT NULL. |
void |
setShippingMode(java.lang.Integer aShippingMode1)
This method provides access to the BID.SHIPMODE column of DB2 type INTEGER NULL. |
void |
setShippingMode(java.lang.String aShippingMode1)
This method provides access to the BID.SHIPMODE column of DB2 type INTEGER NULL. |
void |
setStatus(java.lang.String aStatus1)
This method provides access to the BID.BIDSTATUS column of DB2 type CHAR(4) NOT NULL. |
void |
setStoreId(java.lang.Integer aStoreId1)
This method provides access to the BID.STORE_ID column of DB2 type INTEGER NULL. |
void |
setStoreId(java.lang.String aStoreId1)
This method provides access to the BID.STORE_ID column of DB2 type INTEGER NULL. |
void |
setWinningPrice(java.math.BigDecimal aWinningPrice1)
This method provides access to the BID.WINPRICE column of DB2 type DECIMAL(20,5) NULL. |
void |
setWinningPrice(java.lang.String aWinningPrice1)
This method provides access to the BID.WINPRICE column of DB2 type DECIMAL(20,5) NULL. |
void |
setWinningQuantity(java.lang.Double aWinningQuantity1)
This method provides access to the BID.WINQUANT column of DB2 type FLOAT NULL. |
void |
setWinningQuantity(java.lang.String aWinningQuantity1)
This method provides access to the BID.WINQUANT column of DB2 type FLOAT NULL. |
void |
setWinOption(java.lang.String aWinOption1)
This method provides access to the BID.WINOPT column of DB2 type CHAR(4) NOT 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 |
public BidAccessBean()
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.Bid com.ibm.commerce.negotiation.objimpl.BidHomeBase.findByPrimaryKey(com.ibm.commerce.negotiation.objects.BidKey) 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:
public BidAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exception.public BidAccessBean(java.lang.Long auctId, java.lang.Long ownerId, java.lang.String refCode) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes.
auctId
- The auction id.ownerId
- The owner of the bid.refCode
- The bid reference code.Method Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findAllBids(com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all bids.
The SQL query used to fetch all the required rows from the BID table is:
SELECT * FROM BID T1 WHERE 1=1
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.public BidAccessBean findBidByIdForUpdate(java.lang.Long bidId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieve a bid by its primary key for update.
The SQL query used to fetch all the required rows from the BID table is:
SELECT * FROM BID T1 WHERE BID_ID = ? For Update
bidId
- The bid idpublic BidAccessBean findBidByReferenceCode(java.lang.String refCode) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieve a bid by its reference code.
The SQL query used to fetch all the required rows from the BID table is:
SELECT * FROM BID T1 WHERE T1.REFCODE = ?
refCode
- The bid reference code.public java.util.Enumeration findBidsByAuction(java.lang.Long auctId, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all bids for the specified auction.
The SQL query used to fetch all the required rows from the BID table is:
SELECT * FROM BID T1 WHERE T1.AUCT_ID=?
auctId
- 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.public java.util.Enumeration findBidsByAuctionAndMultipleStatus(java.lang.Long auctId, java.lang.String[] status, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all bids with certain statuses for the specified auction.
The SQL query used to fetch all the required rows from the BID table is:
SELECT * FROM BID T1 WHERE T1.AUCT_ID=? AND (T1.BIDSTATUS=? {OR T1.BIDSTATUS=?}*)
auctId
- The auction id.status
- A list of bid statuses. An OR clause is created for each additional 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.public java.util.Enumeration findBidsByAuctionAndStatus(java.lang.Long auctId, java.lang.String status, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all bids of a certain status for the specified auction.
The SQL query used to fetch all the required rows from the BID table is:
SELECT * FROM BID T1 WHERE T1.AUCT_ID=? AND T1.BIDSTATUS=?
auctId
- The auction id.status
- The bid status. Valid values: A=active, R=retracted by customer, S = superceded, W = winning,
D = delete by administrator, C = order successfully created, WF = create order failed.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.public java.util.Enumeration findBidsByAuctionAndStatusForUpdate(java.lang.Long auctId, java.lang.String status) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all bids of a certain status for the specified auction (for update).
The SQL query used to fetch all the required rows from the BID table is:
SELECT * FROM BID T1 WHERE T1.AUCT_ID=? AND T1.BIDSTATUS=? For Update
auctId
- The auction id.status
- The bid status. Valid values: A=active, R=retracted by customer, S = superceded, W = winning,
D = delete by administrator, C = order successfully created, WF = create order failed.public java.util.Enumeration findBidsByAutobid(java.lang.Long autoBidId, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all bids associated with a specified autoBid.
The SQL query used to fetch all the required rows from the BID table is:
SELECT * FROM BID T1 WHERE T1.AUTOBID_ID=?
autoBidId
- The id of the autoBid associated with 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.public java.util.Enumeration findBidsByAutobidAndStatus(java.lang.Long autoBidId, java.lang.String status, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all bids, of a certain status, associated with a specified autoBid.
The SQL query used to fetch all the required rows from the BID table is:
SELECT * FROM BID T1 WHERE T1.AUTOBID_ID=? AND T1.BIDSTATUS=?
autoBidId
- The id of the autoBid associated with the bid.status
- The bid status. Valid values: A=active, R=retracted by customer, S = superceded, W = winning,
D = delete by administrator, C = order successfully created, WF = create order failed.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.public java.util.Enumeration findBidsByOwner(java.lang.Long ownerId, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all bids of the specified owner.
The SQL query used to fetch all the required rows from the BID table is:
SELECT * FROM BID T1 WHERE T1.OWNER_ID=?
ownerId
- The id of the bid owner.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.public java.util.Enumeration findBidsByOwnerAndMultipleAuctionStatus(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 bids of the specified owner where the associated auction is in a certain state.
The SQL query used to fetch all the required rows from the BID table is:
SELECT * FROM BID T1 WHERE T1.OWNER_ID=? And T1.AUCT_ID In (Select AUCT_ID From AUCTION Where AUSTATUS IN (?))
ownerId
- The id of the bid owner.status
- A list of auction statuses. An element of the IN clause is created 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.public java.util.Enumeration findBidsByOwnerAndStatus(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 bids, of a certain status, of the specified owner.
The SQL query used to fetch all the required rows from the BID table is:
SELECT * FROM BID T1 WHERE T1.OWNER_ID=? And T1.BIDSTATUS=?
ownerId
- The id of the bid owner.status
- The bid status. Valid values: A=active, R=retracted by customer, S = superceded, W = winning,
D = delete by administrator, C = order successfully created, WF = create order failed.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.public java.util.Enumeration findByAuction(java.lang.Long ownerId, java.lang.String[] status, java.lang.Long auctId, java.lang.String[] auctStatus, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all bids, of certain statuses, of the specified owner for a particular auction. The auction must be in one of the specified auction statuses.
The SQL query used to fetch all the required rows from the BID table is:
SELECT * FROM BID T1 WHERE T1.OWNER_ID=? And T1.AUCT_ID=? AND T1.BIDSTATUS IN(?) AND T1.AUCT_ID In (Select AUCT_ID From AUCTION Where AUSTATUS IN (?))
ownerId
- The id of the bid owner.status
- A list of bid statuses. An element of the IN clause is created for each status.auctId
- The auction id.auctStatus
- A list of auction statuses. An element of the IN clause is created 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.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.
aFills1
- java.lang.LongaFills2
- java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjava.lang.Exception
- The java.lang.Exception exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getAdminId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.ADMIN_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the administrator who retracted the autobid or bid.
getAdminId
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getAdminIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.ADMIN_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the administrator who retracted the autobid or bid.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 bid.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjava.lang.Exception
- The java.lang.Exception exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getAuctionId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.AUCT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Auction ID. Foreign key to AUCTION table.
getAuctionId
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getAuctionIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.AUCT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Auction ID. Foreign key to AUCTION table.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getAutoBidId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.AUTOBID_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Points to the AUTOBID table if this bid was created from an autobid.
getAutoBidId
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getAutoBidIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.AUTOBID_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Points to the AUTOBID table if this bid was created from an autobid.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getBankInfo() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.BKNAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Bank name.
getBankInfo
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getBidComment() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.BIDMSG column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Message set by the bidder.
getBidComment
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getBidPrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.BIDPRICE column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The bid price.
getBidPrice
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.math.BigDecimal getBidPriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.BIDPRICE column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The bid price.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getBidQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.BIDQUANT column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Bid quantity.
getBidQuantity
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Double getBidQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.BIDQUANT column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Bid quantity.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getBillingAddressId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.BILLADDR column of DB2 type BIGINT NULL.
The following is a description of this column:
Billing address for the customer.
getBillingAddressId
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getBillingAddressIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.BILLADDR column of DB2 type BIGINT NULL.
The following is a description of this column:
Billing address for the customer.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCreationTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.BIDTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time the bid was placed.
getCreationTime
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getCreationTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.BIDTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time the bid was placed.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getDeviceExpiration() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.EXPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Expiration date for the credit card.
getDeviceExpiration
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getDeviceExpirationInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.EXPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Expiration date for the credit card.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getDeviceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.DEVICE column of DB2 type VARCHAR(64) NOT NULL.
The following is a description of this column:
Credit card number.
getDeviceNumber
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getEncrypted() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.ENCRYPT column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if the credit card number is encrypted or not. Valid values: 0 = not encrypted, 1 = encrypted.
getEncrypted
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic int getEncryptedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.ENCRYPT column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if the credit card number is encrypted or not. Valid values: 0 = not encrypted, 1 = encrypted.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.FIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
getField1
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.FIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
getField2
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.math.BigDecimal getField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
getField3
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.BID_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Bid ID. Primary key to this table.
getId
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.BID_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Bid ID. Primary key to this table.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The user who submitted the bid.
java.lang.Exception
- The java.lang.Exception exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getOwnerId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The user who submitted the bid.
getOwnerId
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getOwnerIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The user who submitted the bid.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPaymentDeviceType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.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 bid is submitted.
getPaymentDeviceType
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getReferenceCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.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.
getReferenceCode
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getRootBidId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.BIDROOT column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
getRootBidId
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getRootBidIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.BIDROOT column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getScale() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.QUANTSCALE column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
getScale
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic int getScaleInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.QUANTSCALE column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getShippingAddressId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.SHIPTO_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Ship to address.
getShippingAddressId
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getShippingAddressIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.SHIPTO_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Ship to address.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getShippingMode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.SHIPMODE column of DB2 type INTEGER NULL.
The following is a description of this column:
Shipping mode.
getShippingMode
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getShippingModeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.SHIPMODE column of DB2 type INTEGER NULL.
The following is a description of this column:
Shipping mode.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.BIDSTATUS column of DB2 type CHAR(4) NOT NULL.
The following is a description of this column:
The bid status. Valid values: A=active, R=retracted by customer, S = superceded, W = winning, D = delete by administrator, C = order completed successfully created from this bid, WC = create order failed, see logs for details.
getStatus
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.STORE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Store that is conducting the auction.
getStoreId
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.STORE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Store that is conducting the auction.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getWinningPrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.WINPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Winning price for the bid based on the close price rule.
getWinningPrice
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.math.BigDecimal getWinningPriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.WINPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Winning price for the bid based on the close price rule.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getWinningQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.WINQUANT column of DB2 type FLOAT NULL.
The following is a description of this column:
Winning quantity.
getWinningQuantity
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Double getWinningQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.WINQUANT column of DB2 type FLOAT NULL.
The following is a description of this column:
Winning quantity.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getWinOption() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BID.WINOPT column of DB2 type CHAR(4) NOT NULL.
The following is a description of this column:
Indicates if bidder will accept partial quantity. Valid values: A=bidder only accepts full, P=bidder will accept partial.
getWinOption
in interface BidAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setAdminId(java.lang.Long aAdminId1)
This method provides access to the BID.ADMIN_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the administrator who retracted the autobid or bid.
aAdminId1
- java.lang.Longpublic void setAdminId(java.lang.String aAdminId1)
This method provides access to the BID.ADMIN_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the administrator who retracted the autobid or bid.
setAdminId
in interface BidAccessBeanData
aAdminId1
- java.lang.Stringpublic void setAuctionId(java.lang.Long aAuctionId1)
This method provides access to the BID.AUCT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Auction ID. Foreign key to AUCTION table.
aAuctionId1
- java.lang.Longpublic void setAuctionId(java.lang.String aAuctionId1)
This method provides access to the BID.AUCT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Auction ID. Foreign key to AUCTION table.
setAuctionId
in interface BidAccessBeanData
aAuctionId1
- java.lang.Stringpublic void setAutoBidId(java.lang.Long aAutoBidId1)
This method provides access to the BID.AUTOBID_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Points to the AUTOBID table if this bid was created from an autobid.
aAutoBidId1
- java.lang.Longpublic void setAutoBidId(java.lang.String aAutoBidId1)
This method provides access to the BID.AUTOBID_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Points to the AUTOBID table if this bid was created from an autobid.
setAutoBidId
in interface BidAccessBeanData
aAutoBidId1
- java.lang.Stringpublic void setBankInfo(java.lang.String aBankInfo1)
This method provides access to the BID.BKNAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Bank name.
setBankInfo
in interface BidAccessBeanData
aBankInfo1
- java.lang.Stringpublic void setBidComment(java.lang.String aBidComment1)
This method provides access to the BID.BIDMSG column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Message set by the bidder.
setBidComment
in interface BidAccessBeanData
aBidComment1
- java.lang.Stringpublic void setBidPrice(java.math.BigDecimal aBidPrice1)
This method provides access to the BID.BIDPRICE column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The bid price.
aBidPrice1
- java.math.BigDecimalpublic void setBidPrice(java.lang.String aBidPrice1)
This method provides access to the BID.BIDPRICE column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The bid price.
setBidPrice
in interface BidAccessBeanData
aBidPrice1
- java.lang.Stringpublic void setBidQuantity(java.lang.Double aBidQuantity1)
This method provides access to the BID.BIDQUANT column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Bid quantity.
aBidQuantity1
- java.lang.Doublepublic void setBidQuantity(java.lang.String aBidQuantity1)
This method provides access to the BID.BIDQUANT column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Bid quantity.
setBidQuantity
in interface BidAccessBeanData
aBidQuantity1
- java.lang.Stringpublic void setBillingAddressId(java.lang.Long aBillingAddressId1)
This method provides access to the BID.BILLADDR column of DB2 type BIGINT NULL.
The following is a description of this column:
Billing address for the customer.
aBillingAddressId1
- java.lang.Longpublic void setBillingAddressId(java.lang.String aBillingAddressId1)
This method provides access to the BID.BILLADDR column of DB2 type BIGINT NULL.
The following is a description of this column:
Billing address for the customer.
setBillingAddressId
in interface BidAccessBeanData
aBillingAddressId1
- java.lang.Stringpublic void setCreationTime(java.lang.String aCreationTime1)
This method provides access to the BID.BIDTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time the bid was placed.
setCreationTime
in interface BidAccessBeanData
aCreationTime1
- java.lang.Stringpublic void setCreationTime(java.sql.Timestamp aCreationTime1)
This method provides access to the BID.BIDTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time the bid was placed.
aCreationTime1
- java.sql.Timestamppublic void setDeviceExpiration(java.lang.String aDeviceExpiration1)
This method provides access to the BID.EXPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Expiration date for the credit card.
setDeviceExpiration
in interface BidAccessBeanData
aDeviceExpiration1
- java.lang.Stringpublic void setDeviceExpiration(java.sql.Timestamp aDeviceExpiration1)
This method provides access to the BID.EXPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Expiration date for the credit card.
aDeviceExpiration1
- java.sql.Timestamppublic void setDeviceNumber(java.lang.String aDeviceNumber1)
This method provides access to the BID.DEVICE column of DB2 type VARCHAR(64) NOT NULL.
The following is a description of this column:
Credit card number.
setDeviceNumber
in interface BidAccessBeanData
aDeviceNumber1
- java.lang.Stringpublic void setEncrypted(int aEncrypted1)
This method provides access to the BID.ENCRYPT column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if the credit card number is encrypted or not. Valid values: 0 = not encrypted, 1 = encrypted.
aEncrypted1
- intpublic void setEncrypted(java.lang.String aEncrypted1)
This method provides access to the BID.ENCRYPT column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if the credit card number is encrypted or not. Valid values: 0 = not encrypted, 1 = encrypted.
setEncrypted
in interface BidAccessBeanData
aEncrypted1
- java.lang.Stringpublic void setField1(java.lang.Long aField11)
This method provides access to the BID.FIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
aField11
- java.lang.Longpublic void setField1(java.lang.String aField11)
This method provides access to the BID.FIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
Customizable.
setField1
in interface BidAccessBeanData
aField11
- java.lang.Stringpublic void setField2(java.math.BigDecimal aField21)
This method provides access to the BID.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
aField21
- java.math.BigDecimalpublic void setField2(java.lang.String aField21)
This method provides access to the BID.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
setField2
in interface BidAccessBeanData
aField21
- java.lang.Stringpublic void setField3(java.lang.String aField31)
This method provides access to the BID.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField3
in interface BidAccessBeanData
aField31
- java.lang.Stringpublic void setId(java.lang.Long aId1)
This method provides access to the BID.BID_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Bid ID. Primary key to this table.
aId1
- java.lang.Longpublic void setId(java.lang.String aId1)
This method provides access to the BID.BID_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Bid ID. Primary key to this table.
setId
in interface BidAccessBeanData
aId1
- java.lang.Stringpublic void setInitKey_id(java.lang.Long aInitKey_id1)
Set the primary key for this object
aInitKey_id1
- java.lang.Longpublic void setOwnerId(java.lang.Long aOwnerId1)
This method provides access to the BID.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The user who submitted the bid.
aOwnerId1
- java.lang.Longpublic void setOwnerId(java.lang.String aOwnerId1)
This method provides access to the BID.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The user who submitted the bid.
setOwnerId
in interface BidAccessBeanData
aOwnerId1
- java.lang.Stringpublic void setPaymentDeviceType(java.lang.String aPaymentDeviceType1)
This method provides access to the BID.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 bid is submitted.
setPaymentDeviceType
in interface BidAccessBeanData
aPaymentDeviceType1
- java.lang.Stringpublic void setReferenceCode(java.lang.String aReferenceCode1)
This method provides access to the BID.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.
setReferenceCode
in interface BidAccessBeanData
aReferenceCode1
- java.lang.Stringpublic void setRootBidId(java.lang.Long aRootBidId1)
This method provides access to the BID.BIDROOT column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aRootBidId1
- java.lang.Longpublic void setRootBidId(java.lang.String aRootBidId1)
This method provides access to the BID.BIDROOT column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
setRootBidId
in interface BidAccessBeanData
aRootBidId1
- java.lang.Stringpublic void setScale(int aScale1)
This method provides access to the BID.QUANTSCALE column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
aScale1
- intpublic void setScale(java.lang.String aScale1)
This method provides access to the BID.QUANTSCALE column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
setScale
in interface BidAccessBeanData
aScale1
- java.lang.Stringpublic void setShippingAddressId(java.lang.Long aShippingAddressId1)
This method provides access to the BID.SHIPTO_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Ship to address.
aShippingAddressId1
- java.lang.Longpublic void setShippingAddressId(java.lang.String aShippingAddressId1)
This method provides access to the BID.SHIPTO_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Ship to address.
setShippingAddressId
in interface BidAccessBeanData
aShippingAddressId1
- java.lang.Stringpublic void setShippingMode(java.lang.Integer aShippingMode1)
This method provides access to the BID.SHIPMODE column of DB2 type INTEGER NULL.
The following is a description of this column:
Shipping mode.
aShippingMode1
- java.lang.Integerpublic void setShippingMode(java.lang.String aShippingMode1)
This method provides access to the BID.SHIPMODE column of DB2 type INTEGER NULL.
The following is a description of this column:
Shipping mode.
setShippingMode
in interface BidAccessBeanData
aShippingMode1
- java.lang.Stringpublic void setStatus(java.lang.String aStatus1)
This method provides access to the BID.BIDSTATUS column of DB2 type CHAR(4) NOT NULL.
The following is a description of this column:
The bid status. Valid values: A=active, R=retracted by customer, S = superceded, W = winning, D = delete by administrator, C = order completed successfully created from this bid, WC = create order failed, see logs for details.
setStatus
in interface BidAccessBeanData
aStatus1
- java.lang.Stringpublic void setStoreId(java.lang.Integer aStoreId1)
This method provides access to the BID.STORE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Store that is conducting the auction.
aStoreId1
- java.lang.Integerpublic void setStoreId(java.lang.String aStoreId1)
This method provides access to the BID.STORE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Store that is conducting the auction.
setStoreId
in interface BidAccessBeanData
aStoreId1
- java.lang.Stringpublic void setWinningPrice(java.math.BigDecimal aWinningPrice1)
This method provides access to the BID.WINPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Winning price for the bid based on the close price rule.
aWinningPrice1
- java.math.BigDecimalpublic void setWinningPrice(java.lang.String aWinningPrice1)
This method provides access to the BID.WINPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Winning price for the bid based on the close price rule.
setWinningPrice
in interface BidAccessBeanData
aWinningPrice1
- java.lang.Stringpublic void setWinningQuantity(java.lang.Double aWinningQuantity1)
This method provides access to the BID.WINQUANT column of DB2 type FLOAT NULL.
The following is a description of this column:
Winning quantity.
aWinningQuantity1
- java.lang.Doublepublic void setWinningQuantity(java.lang.String aWinningQuantity1)
This method provides access to the BID.WINQUANT column of DB2 type FLOAT NULL.
The following is a description of this column:
Winning quantity.
setWinningQuantity
in interface BidAccessBeanData
aWinningQuantity1
- java.lang.Stringpublic void setWinOption(java.lang.String aWinOption1)
This method provides access to the BID.WINOPT column of DB2 type CHAR(4) NOT NULL.
The following is a description of this column:
Indicates if bidder will accept partial quantity. Valid values: A=bidder only accepts full, P=bidder will accept partial.
setWinOption
in interface BidAccessBeanData
aWinOption1
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |