java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.negotiation.objects.BidLogAccessBean
This table tracks bid change history. The bid is written to the BIDLOG table before it is changed in the BID table. This access bean corresponds to the database table 'BIDLOG'.
Constructor Summary | |
BidLogAccessBean() Zero argument constructor used to initialize the access bean. |
|
BidLogAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.lang.String | getActionComment() This method provides access to the BIDLOG.ACTIONMSG column of DB2 type VARCHAR(254). |
java.lang.String | getActionTime() This method provides access to the BIDLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp | getActionTimeInEJBType() This method provides access to the BIDLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String | getActionType() This method provides access to the BIDLOG.ACTIONTYPE column of DB2 type INTEGER. |
int | getActionTypeInEJBType() This method provides access to the BIDLOG.ACTIONTYPE column of DB2 type INTEGER. |
java.lang.String | getAdminId() This method provides access to the BIDLOG.ADMIN_ID column of DB2 type BIGINT. |
java.lang.Long | getAdminIdInEJBType() This method provides access to the BIDLOG.ADMIN_ID column of DB2 type BIGINT. |
java.lang.String | getAuctionId() This method provides access to the BIDLOG.AUCT_ID column of DB2 type BIGINT. |
java.lang.Long | getAuctionIdInEJBType() This method provides access to the BIDLOG.AUCT_ID column of DB2 type BIGINT. |
java.lang.String | getAutoBidId() This method provides access to the BIDLOG.AUTOBID_ID column of DB2 type BIGINT. |
java.lang.Long | getAutoBidIdInEJBType() This method provides access to the BIDLOG.AUTOBID_ID column of DB2 type BIGINT. |
java.lang.String | getBankInfo() This method provides access to the BIDLOG.BKNAME column of DB2 type VARCHAR(254). |
java.lang.String | getBidComment() This method provides access to the BIDLOG.BIDMSG column of DB2 type VARCHAR(254). |
java.lang.String | getBidPrice() This method provides access to the BIDLOG.BIDPRICE column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal | getBidPriceInEJBType() This method provides access to the BIDLOG.BIDPRICE column of DB2 type DECIMAL(20 5). |
java.lang.String | getBidQuantity() This method provides access to the BIDLOG.BIDQUANT column of DB2 type FLOAT. |
java.lang.Double | getBidQuantityInEJBType() This method provides access to the BIDLOG.BIDQUANT column of DB2 type FLOAT. |
java.lang.String | getBillingAddressId() This method provides access to the BIDLOG.BILLADDR column of DB2 type BIGINT. |
java.lang.Long | getBillingAddressIdInEJBType() This method provides access to the BIDLOG.BILLADDR column of DB2 type BIGINT. |
java.lang.String | getCreationTime() This method provides access to the BIDLOG.BIDTIME column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getCreationTimeInEJBType() This method provides access to the BIDLOG.BIDTIME column of DB2 type TIMESTAMP. |
java.lang.String | getDeviceExpiration() This method provides access to the BIDLOG.EXPDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getDeviceExpirationInEJBType() This method provides access to the BIDLOG.EXPDATE column of DB2 type TIMESTAMP. |
java.lang.String | getDeviceNumber() This method provides access to the BIDLOG.DEVICE column of DB2 type VARCHAR(64). |
java.lang.String | getEncrypted() This method provides access to the BIDLOG.ENCRYPT column of DB2 type INTEGER. |
int | getEncryptedInEJBType() This method provides access to the BIDLOG.ENCRYPT column of DB2 type INTEGER. |
java.lang.String | getField1() This method provides access to the BIDLOG.FIELD1 column of DB2 type BIGINT. |
java.lang.Long | getField1InEJBType() This method provides access to the BIDLOG.FIELD1 column of DB2 type BIGINT. |
java.lang.String | getField2() This method provides access to the BIDLOG.FIELD2 column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal | getField2InEJBType() This method provides access to the BIDLOG.FIELD2 column of DB2 type DECIMAL(20 5). |
java.lang.String | getField3() This method provides access to the BIDLOG.FIELD3 column of DB2 type VARCHAR(254). |
java.lang.String | getId() This method provides access to the BIDLOG.BID_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getIdInEJBType() This method provides access to the BIDLOG.BID_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getOwnerId() This method provides access to the BIDLOG.OWNER_ID column of DB2 type BIGINT. |
java.lang.Long | getOwnerIdInEJBType() This method provides access to the BIDLOG.OWNER_ID column of DB2 type BIGINT. |
java.lang.String | getPaymentDeviceType() This method provides access to the BIDLOG.PAYTYPE column of DB2 type CHAR(64). |
java.lang.String | getReferenceCode() This method provides access to the BIDLOG.REFCODE column of DB2 type CHAR(36). |
java.lang.String | getRootBidId() This method provides access to the BIDLOG.BIDROOT column of DB2 type BIGINT. |
java.lang.Long | getRootBidIdInEJBType() This method provides access to the BIDLOG.BIDROOT column of DB2 type BIGINT. |
java.lang.String | getScale() This method provides access to the BIDLOG.QUANTSCALE column of DB2 type INTEGER. |
int | getScaleInEJBType() This method provides access to the BIDLOG.QUANTSCALE column of DB2 type INTEGER. |
java.lang.String | getShippingAddressId() This method provides access to the BIDLOG.SHIPTO_ID column of DB2 type BIGINT. |
java.lang.Long | getShippingAddressIdInEJBType() This method provides access to the BIDLOG.SHIPTO_ID column of DB2 type BIGINT. |
java.lang.String | getShippingMode() This method provides access to the BIDLOG.SHIPMODE column of DB2 type INTEGER. |
java.lang.Integer | getShippingModeInEJBType() This method provides access to the BIDLOG.SHIPMODE column of DB2 type INTEGER. |
java.lang.String | getStatus() This method provides access to the BIDLOG.BIDSTATUS column of DB2 type CHAR(4). |
java.lang.String | getStoreId() This method provides access to the BIDLOG.STORE_ID column of DB2 type INTEGER. |
java.lang.Long | getStoreIdInEJBType() This method provides access to the BIDLOG.STORE_ID column of DB2 type INTEGER. |
java.lang.String | getWinningPrice() This method provides access to the BIDLOG.WINPRICE column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal | getWinningPriceInEJBType() This method provides access to the BIDLOG.WINPRICE column of DB2 type DECIMAL(20 5). |
java.lang.String | getWinningQuantity() This method provides access to the BIDLOG.WINQUANT column of DB2 type FLOAT. |
java.lang.Double | getWinningQuantityInEJBType() This method provides access to the BIDLOG.WINQUANT column of DB2 type FLOAT. |
java.lang.String | getWinOption() This method provides access to the BIDLOG.WINOPT column of DB2 type CHAR(4). |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setActionComment(java.lang.String newValue) This method accesses a non-CMP field |
void | setActionTime(java.lang.String newValue) This method accesses a non-CMP field |
void | setActionTime(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setActionType(int newValue) This method accesses a non-CMP field |
void | setActionType(java.lang.String newValue) This method accesses a non-CMP field |
void | setAdminId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setAdminId(java.lang.String newValue) This method accesses a non-CMP field |
void | setAuctionId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setAuctionId(java.lang.String newValue) This method accesses a non-CMP field |
void | setAutoBidId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setAutoBidId(java.lang.String newValue) This method accesses a non-CMP field |
void | setBankInfo(java.lang.String newValue) This method accesses a non-CMP field |
void | setBidComment(java.lang.String newValue) This method accesses a non-CMP field |
void | setBidPrice(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setBidPrice(java.lang.String newValue) This method accesses a non-CMP field |
void | setBidQuantity(java.lang.Double newValue) This method accesses a non-CMP field |
void | setBidQuantity(java.lang.String newValue) This method accesses a non-CMP field |
void | setBillingAddressId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setBillingAddressId(java.lang.String newValue) This method accesses a non-CMP field |
void | setCreationTime(java.lang.String newValue) This method accesses a non-CMP field |
void | setCreationTime(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setDeviceExpiration(java.lang.String newValue) This method accesses a non-CMP field |
void | setDeviceExpiration(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setDeviceNumber(java.lang.String newValue) This method accesses a non-CMP field |
void | setEncrypted(int newValue) This method accesses a non-CMP field |
void | setEncrypted(java.lang.String newValue) This method accesses a non-CMP field |
void | setField1(java.lang.Long newValue) This method accesses a non-CMP field |
void | setField1(java.lang.String newValue) This method accesses a non-CMP field |
void | setField2(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setField2(java.lang.String newValue) This method accesses a non-CMP field |
void | setField3(java.lang.String newValue) This method accesses a non-CMP field |
void | setId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setId(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_actionTime(java.sql.Timestamp newValue) Set the primary key for this object |
void | setInitKey_id(java.lang.Long newValue) Set the primary key for this object |
void | setOwnerId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setOwnerId(java.lang.String newValue) This method accesses a non-CMP field |
void | setPaymentDeviceType(java.lang.String newValue) This method accesses a non-CMP field |
void | setReferenceCode(java.lang.String newValue) This method accesses a non-CMP field |
void | setRootBidId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setRootBidId(java.lang.String newValue) This method accesses a non-CMP field |
void | setScale(int newValue) This method accesses a non-CMP field |
void | setScale(java.lang.String newValue) This method accesses a non-CMP field |
void | setShippingAddressId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setShippingAddressId(java.lang.String newValue) This method accesses a non-CMP field |
void | setShippingMode(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setShippingMode(java.lang.String newValue) This method accesses a non-CMP field |
void | setStatus(java.lang.String newValue) This method accesses a non-CMP field |
void | setStoreId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setStoreId(java.lang.String newValue) This method accesses a non-CMP field |
void | setWinningPrice(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setWinningPrice(java.lang.String newValue) This method accesses a non-CMP field |
void | setWinningQuantity(java.lang.Double newValue) This method accesses a non-CMP field |
void | setWinningQuantity(java.lang.String newValue) This method accesses a non-CMP field |
void | setWinOption(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BidLogAccessBean()
public BidLogAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
Method Detail |
public void setInitKey_actionTime(java.sql.Timestamp newValue)
Set the primary key for this object
public void setInitKey_id(java.lang.Long newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getEncrypted() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.ENCRYPT column of DB2 type INTEGER.
The following is a description of this column:
Indicates if credit card number is encrypted. Valid values: 0=not encrypted, 1=encrypted.
public int getEncryptedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.ENCRYPT column of DB2 type INTEGER.
The following is a description of this column:
Indicates if credit card number is encrypted. Valid values: 0=not encrypted, 1=encrypted.
public void setEncrypted(java.lang.String newValue)
public void setEncrypted(int newValue)
public java.lang.String getScale() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.QUANTSCALE column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
public int getScaleInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.QUANTSCALE column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
public void setScale(java.lang.String newValue)
public void setScale(int newValue)
public java.lang.String getCreationTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.BIDTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the bid was placed.
public java.sql.Timestamp getCreationTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.BIDTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
The time the bid was placed.
public void setCreationTime(java.lang.String newValue)
public void setCreationTime(java.sql.Timestamp newValue)
public java.lang.String getAuctionId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.AUCT_ID column of DB2 type BIGINT.
The following is a description of this column:
Auction ID for the auction that the bid is based on.
public java.lang.Long getAuctionIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.AUCT_ID column of DB2 type BIGINT.
The following is a description of this column:
Auction ID for the auction that the bid is based on.
public void setAuctionId(java.lang.String newValue)
public void setAuctionId(java.lang.Long newValue)
public java.lang.String getOwnerId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.OWNER_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the customer who submitted the bid.
public java.lang.Long getOwnerIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.OWNER_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the customer who submitted the bid.
public void setOwnerId(java.lang.String newValue)
public void setOwnerId(java.lang.Long newValue)
public java.lang.String getAdminId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.ADMIN_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the administrator who retracted the autobid or bid.
public java.lang.Long getAdminIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.ADMIN_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the administrator who retracted the autobid or bid.
public void setAdminId(java.lang.String newValue)
public void setAdminId(java.lang.Long newValue)
public java.lang.String getRootBidId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.BIDROOT column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.Long getRootBidIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.BIDROOT column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
public void setRootBidId(java.lang.String newValue)
public void setRootBidId(java.lang.Long newValue)
public java.lang.String getBidQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.BIDQUANT column of DB2 type FLOAT.
The following is a description of this column:
Bid quantity.
public java.lang.Double getBidQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.BIDQUANT column of DB2 type FLOAT.
The following is a description of this column:
Bid quantity.
public void setBidQuantity(java.lang.String newValue)
public void setBidQuantity(java.lang.Double newValue)
public java.lang.String getWinningQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.WINQUANT column of DB2 type FLOAT.
The following is a description of this column:
Quantity awarded to this bid if the bid is a winner.
public java.lang.Double getWinningQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.WINQUANT column of DB2 type FLOAT.
The following is a description of this column:
Quantity awarded to this bid if the bid is a winner.
public void setWinningQuantity(java.lang.String newValue)
public void setWinningQuantity(java.lang.Double newValue)
public java.lang.String getShippingMode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.SHIPMODE column of DB2 type INTEGER.
The following is a description of this column:
Shipping mode selected by the customer submitting the bid.
public java.lang.Integer getShippingModeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.SHIPMODE column of DB2 type INTEGER.
The following is a description of this column:
Shipping mode selected by the customer submitting the bid.
public void setShippingMode(java.lang.String newValue)
public void setShippingMode(java.lang.Integer newValue)
public java.lang.String getWinOption() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.WINOPT column of DB2 type CHAR(4).
The following is a description of this column:
Indicates if bidder will accept partial quantity. Valid values are as follows: &l
public void setWinOption(java.lang.String newValue)
public java.lang.String getDeviceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.DEVICE column of DB2 type VARCHAR(64).
The following is a description of this column:
Credit card number.
public void setDeviceNumber(java.lang.String newValue)
public java.lang.String getActionComment() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.ACTIONMSG column of DB2 type VARCHAR(254).
The following is a description of this column:
Reason the bid was changed.
public void setActionComment(java.lang.String newValue)
public java.lang.String getAutoBidId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.AUTOBID_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the autobid when the bid is generated from an autobid. Otherwise the field is empty.
public java.lang.Long getAutoBidIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.AUTOBID_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the autobid when the bid is generated from an autobid. Otherwise the field is empty.
public void setAutoBidId(java.lang.String newValue)
public void setAutoBidId(java.lang.Long newValue)
public java.lang.String getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.FIELD3 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
public void setField3(java.lang.String newValue)
public java.lang.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.FIELD2 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Customizable.
public java.math.BigDecimal getField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.FIELD2 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Customizable.
public void setField2(java.lang.String newValue)
public void setField2(java.math.BigDecimal newValue)
public java.lang.String getActionType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.ACTIONTYPE column of DB2 type INTEGER.
The following is a description of this column:
Type of change to the bid.
public int getActionTypeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.ACTIONTYPE column of DB2 type INTEGER.
The following is a description of this column:
Type of change to the bid.
public void setActionType(java.lang.String newValue)
public void setActionType(int newValue)
public java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.FIELD1 column of DB2 type BIGINT.
The following is a description of this column:
Customizable.
public java.lang.Long getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.FIELD1 column of DB2 type BIGINT.
The following is a description of this column:
Customizable.
public void setField1(java.lang.String newValue)
public void setField1(java.lang.Long newValue)
public java.lang.String getWinningPrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.WINPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The price the bidder will pay if the bid is a winner.
public java.math.BigDecimal getWinningPriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.WINPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The price the bidder will pay if the bid is a winner.
public void setWinningPrice(java.lang.String newValue)
public void setWinningPrice(java.math.BigDecimal newValue)
public java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.STORE_ID column of DB2 type INTEGER.
The following is a description of this column:
Store that is conducting the auction.
public java.lang.Long getStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.STORE_ID column of DB2 type INTEGER.
The following is a description of this column:
Store that is conducting the auction.
public java.lang.String getBidComment() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.BIDMSG column of DB2 type VARCHAR(254).
The following is a description of this column:
Reserved for IBM internal use.
public void setBidComment(java.lang.String newValue)
public java.lang.String getPaymentDeviceType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.PAYTYPE column of DB2 type CHAR(64).
The following is a description of this column:
Reserved for IBM internal use.
public void setPaymentDeviceType(java.lang.String newValue)
public java.lang.String getBillingAddressId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.BILLADDR column of DB2 type BIGINT.
The following is a description of this column:
Billing address of the customer submitting the bid.
public java.lang.Long getBillingAddressIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.BILLADDR column of DB2 type BIGINT.
The following is a description of this column:
Billing address of the customer submitting the bid.
public void setBillingAddressId(java.lang.String newValue)
public void setBillingAddressId(java.lang.Long newValue)
public java.lang.String getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.BIDSTATUS column of DB2 type CHAR(4).
The following is a description of this column:
The bid status. Valid values are as follows: &l
public void setStatus(java.lang.String newValue)
public java.lang.String getActionTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date and time that the bid was changed.
public java.sql.Timestamp getActionTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date and time that the bid was changed.
public void setActionTime(java.lang.String newValue)
public void setActionTime(java.sql.Timestamp newValue)
public java.lang.String getBankInfo() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.BKNAME column of DB2 type VARCHAR(254).
The following is a description of this column:
Bank name.
public void setBankInfo(java.lang.String newValue)
public java.lang.String getDeviceExpiration() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.EXPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Credit card expiration date.
public java.sql.Timestamp getDeviceExpirationInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.EXPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Credit card expiration date.
public void setDeviceExpiration(java.lang.String newValue)
public void setDeviceExpiration(java.sql.Timestamp newValue)
public java.lang.String getReferenceCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.REFCODE column of DB2 type CHAR(36).
The following is a description of this column:
Reference code. A unique code that identifies the auction.
public void setReferenceCode(java.lang.String newValue)
public java.lang.String getId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.BID_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Bid ID.
public java.lang.Long getIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.BID_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Bid ID.
public void setId(java.lang.String newValue)
public void setId(java.lang.Long newValue)
public java.lang.String getShippingAddressId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.SHIPTO_ID column of DB2 type BIGINT.
The following is a description of this column:
Shipping address for the customer submitting the bid.
public java.lang.Long getShippingAddressIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.SHIPTO_ID column of DB2 type BIGINT.
The following is a description of this column:
Shipping address for the customer submitting the bid.
public void setShippingAddressId(java.lang.String newValue)
public void setShippingAddressId(java.lang.Long newValue)
public java.lang.String getBidPrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.BIDPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The bid price.
public java.math.BigDecimal getBidPriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the BIDLOG.BIDPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The bid price.
public void setBidPrice(java.lang.String newValue)
public void setBidPrice(java.math.BigDecimal newValue)
public void setStoreId(java.lang.String newValue)
public void setStoreId(java.lang.Integer newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.