java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.negotiation.objects.AuctionLogAccessBean
This table contains the history of changes made to an auction. The auction row is stored in this table before it is changed. This access bean corresponds to the database table 'AUCTIONLOG'.
Constructor Summary | |
AuctionLogAccessBean() Zero argument constructor used to initialize the access bean. |
|
AuctionLogAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByAuction(java.lang.Long auctid) Retrieves all auction logs for the specified auction. |
java.lang.String | getActionComment() This method provides access to the AUCTIONLOG.ACTIONMSG column of DB2 type VARCHAR(254). |
java.lang.String | getActionTime() This method provides access to the AUCTIONLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp | getActionTimeInEJBType() This method provides access to the AUCTIONLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String | getActionType() This method provides access to the AUCTIONLOG.ACTIONTYPE column of DB2 type INTEGER. |
int | getActionTypeInEJBType() This method provides access to the AUCTIONLOG.ACTIONTYPE column of DB2 type INTEGER. |
java.lang.String | getAdminId() This method provides access to the AUCTIONLOG.ADMIN_ID column of DB2 type BIGINT. |
java.lang.Long | getAdminIdInEJBType() This method provides access to the AUCTIONLOG.ADMIN_ID column of DB2 type BIGINT. |
java.lang.String | getAuctionType() This method provides access to the AUCTIONLOG.AUTYPE column of DB2 type CHAR(4). |
java.lang.String | getBestBidId() This method provides access to the AUCTIONLOG.BESTBID_ID column of DB2 type BIGINT. |
java.lang.Long | getBestBidIdInEJBType() This method provides access to the AUCTIONLOG.BESTBID_ID column of DB2 type BIGINT. |
java.lang.String | getBidRuleId() This method provides access to the AUCTIONLOG.BIDRULE_ID column of DB2 type BIGINT. |
java.lang.Long | getBidRuleIdInEJBType() This method provides access to the AUCTIONLOG.BIDRULE_ID column of DB2 type BIGINT. |
java.lang.String | getBookKeepingTime() This method provides access to the AUCTIONLOG.LASTBKTIME column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getBookKeepingTimeInEJBType() This method provides access to the AUCTIONLOG.LASTBKTIME column of DB2 type TIMESTAMP. |
java.lang.String | getClosePriceRule() This method provides access to the AUCTIONLOG.CLOSEPR column of DB2 type CHAR(4). |
java.lang.String | getCloseType() This method provides access to the AUCTIONLOG.CLOSETYPE column of DB2 type INTEGER. |
int | getCloseTypeInEJBType() This method provides access to the AUCTIONLOG.CLOSETYPE column of DB2 type INTEGER. |
java.lang.String | getCurrency() This method provides access to the AUCTIONLOG.CURRENCY column of DB2 type CHAR(4). |
java.lang.String | getCurrentPrice() This method provides access to the AUCTIONLOG.CURRPRICE column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal | getCurrentPriceInEJBType() This method provides access to the AUCTIONLOG.CURRPRICE column of DB2 type DECIMAL(20 5). |
java.lang.String | getCurrentQuantity() This method provides access to the AUCTIONLOG.CURRQUANT column of DB2 type FLOAT. |
java.lang.Double | getCurrentQuantityInEJBType() This method provides access to the AUCTIONLOG.CURRQUANT column of DB2 type FLOAT. |
java.lang.String | getDeposit() This method provides access to the AUCTIONLOG.DEPOSIT column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal | getDepositInEJBType() This method provides access to the AUCTIONLOG.DEPOSIT column of DB2 type DECIMAL(20 5). |
java.lang.String | getDuration() This method provides access to the AUCTIONLOG.DURATION column of DB2 type TIMESTAMP. |
java.lang.String | getDurationDays() This method provides access to the AUCTIONLOG.DURDAYS column of DB2 type INTEGER. |
int | getDurationDaysInEJBType() This method provides access to the AUCTIONLOG.DURDAYS column of DB2 type INTEGER. |
java.sql.Timestamp | getDurationInEJBType() This method provides access to the AUCTIONLOG.DURATION column of DB2 type TIMESTAMP. |
java.lang.String | getEndTime() This method provides access to the AUCTIONLOG.ENDTIME column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getEndTimeInEJBType() This method provides access to the AUCTIONLOG.ENDTIME column of DB2 type TIMESTAMP. |
java.lang.String | getEntryId() This method provides access to the AUCTIONLOG.CATENTRY_ID column of DB2 type BIGINT. |
java.lang.Long | getEntryIdInEJBType() This method provides access to the AUCTIONLOG.CATENTRY_ID column of DB2 type BIGINT. |
java.lang.String | getField1() This method provides access to the AUCTIONLOG.FIELD1 column of DB2 type BIGINT. |
java.lang.Long | getField1InEJBType() This method provides access to the AUCTIONLOG.FIELD1 column of DB2 type BIGINT. |
java.lang.String | getField2() This method provides access to the AUCTIONLOG.FIELD2 column of DB2 type BIGINT. |
java.lang.Long | getField2InEJBType() This method provides access to the AUCTIONLOG.FIELD2 column of DB2 type BIGINT. |
java.lang.String | getField3() This method provides access to the AUCTIONLOG.FIELD3 column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal | getField3InEJBType() This method provides access to the AUCTIONLOG.FIELD3 column of DB2 type DECIMAL(20 5). |
java.lang.String | getField4() This method provides access to the AUCTIONLOG.FIELD4 column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal | getField4InEJBType() This method provides access to the AUCTIONLOG.FIELD4 column of DB2 type DECIMAL(20 5). |
java.lang.String | getField5() This method provides access to the AUCTIONLOG.FIELD5 column of DB2 type VARCHAR(254). |
java.lang.String | getField6() This method provides access to the AUCTIONLOG.FIELD6 column of DB2 type VARCHAR(254). |
java.lang.String | getFullfillmentCenterId() This method provides access to the AUCTIONLOG.FFMCENTER_ID column of DB2 type INTEGER. |
java.lang.Integer | getFullfillmentCenterIdInEJBType() This method provides access to the AUCTIONLOG.FFMCENTER_ID column of DB2 type INTEGER. |
java.lang.String | getHighestBidId() This method provides access to the AUCTIONLOG.HIGHBID_ID column of DB2 type BIGINT. |
java.lang.Long | getHighestBidIdInEJBType() This method provides access to the AUCTIONLOG.HIGHBID_ID column of DB2 type BIGINT. |
java.lang.String | getId() This method provides access to the AUCTIONLOG.AUCT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getIdInEJBType() This method provides access to the AUCTIONLOG.AUCT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getInventoryReservationId() This method provides access to the AUCTIONLOG.INVRSRVID column of DB2 type BIGINT. |
java.lang.Long | getInventoryReservationIdInEJBType() This method provides access to the AUCTIONLOG.INVRSRVID column of DB2 type BIGINT. |
java.lang.String | getLockFlag() This method provides access to the AUCTIONLOG.LOCKFLAG column of DB2 type INTEGER. |
int | getLockFlagInEJBType() This method provides access to the AUCTIONLOG.LOCKFLAG column of DB2 type INTEGER. |
java.lang.String | getMemberGroupId() This method provides access to the AUCTIONLOG.MBRGRP_ID column of DB2 type BIGINT. |
java.lang.Long | getMemberGroupIdInEJBType() This method provides access to the AUCTIONLOG.MBRGRP_ID column of DB2 type BIGINT. |
java.lang.String | getOpenPrice() This method provides access to the AUCTIONLOG.OPENPRICE column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal | getOpenPriceInEJBType() This method provides access to the AUCTIONLOG.OPENPRICE column of DB2 type DECIMAL(20 5). |
java.lang.String | getOwnerId() This method provides access to the AUCTIONLOG.OWNER_ID column of DB2 type BIGINT. |
java.lang.Long | getOwnerIdInEJBType() This method provides access to the AUCTIONLOG.OWNER_ID column of DB2 type BIGINT. |
java.lang.String | getPaymentMethods() This method provides access to the AUCTIONLOG.PAYMETHODS column of DB2 type CHAR(254). |
java.lang.String | getPrecedence() This method provides access to the AUCTIONLOG.PRECEDENCE column of DB2 type INTEGER. |
int | getPrecedenceInEJBType() This method provides access to the AUCTIONLOG.PRECEDENCE column of DB2 type INTEGER. |
java.lang.String | getQuantity() This method provides access to the AUCTIONLOG.AUQUANT column of DB2 type FLOAT. |
java.lang.Double | getQuantityInEJBType() This method provides access to the AUCTIONLOG.AUQUANT column of DB2 type FLOAT. |
java.lang.String | getRealEndTime() This method provides access to the AUCTIONLOG.REALENDTIME column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getRealEndTimeInEJBType() This method provides access to the AUCTIONLOG.REALENDTIME column of DB2 type TIMESTAMP. |
java.lang.String | getReferenceCode() This method provides access to the AUCTIONLOG.REFCODE column of DB2 type CHAR(36). |
java.lang.String | getRefPrice() This method provides access to the AUCTIONLOG.REFPRICE column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal | getRefPriceInEJBType() This method provides access to the AUCTIONLOG.REFPRICE column of DB2 type DECIMAL(20 5). |
java.lang.String | getReservePrice() This method provides access to the AUCTIONLOG.RESRVPRICE column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal | getReservePriceInEJBType() This method provides access to the AUCTIONLOG.RESRVPRICE column of DB2 type DECIMAL(20 5). |
java.lang.String | getRetractBid() This method provides access to the AUCTIONLOG.RETRACT_BID column of DB2 type INTEGER. |
int | getRetractBidInEJBType() This method provides access to the AUCTIONLOG.RETRACT_BID column of DB2 type INTEGER. |
java.lang.String | getRulePage() This method provides access to the AUCTIONLOG.RULEPAGE column of DB2 type VARCHAR(254). |
java.lang.String | getScale() This method provides access to the AUCTIONLOG.QUANTSCALE column of DB2 type INTEGER. |
int | getScaleInEJBType() This method provides access to the AUCTIONLOG.QUANTSCALE column of DB2 type INTEGER. |
java.lang.String | getStartTime() This method provides access to the AUCTIONLOG.STARTTIME column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getStartTimeInEJBType() This method provides access to the AUCTIONLOG.STARTTIME column of DB2 type TIMESTAMP. |
java.lang.String | getState() This method provides access to the AUCTIONLOG.STATE column of DB2 type INTEGER. |
int | getStateInEJBType() This method provides access to the AUCTIONLOG.STATE column of DB2 type INTEGER. |
java.lang.String | getStatus() This method provides access to the AUCTIONLOG.AUSTATUS column of DB2 type CHAR(4). |
java.lang.String | getSupplierId() This method provides access to the AUCTIONLOG.SUPPLIER_ID column of DB2 type BIGINT. |
java.lang.Long | getSupplierIdInEJBType() This method provides access to the AUCTIONLOG.SUPPLIER_ID column of DB2 type BIGINT. |
java.lang.String | getUpdateTime() This method provides access to the AUCTIONLOG.UPDATETIME column of DB2 type TIMESTAMP. |
java.sql.Timestamp | getUpdateTimeInEJBType() This method provides access to the AUCTIONLOG.UPDATETIME column of DB2 type TIMESTAMP. |
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 | setAuctionType(java.lang.String newValue) This method accesses a non-CMP field |
void | setBestBidId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setBestBidId(java.lang.String newValue) This method accesses a non-CMP field |
void | setBidRuleId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setBidRuleId(java.lang.String newValue) This method accesses a non-CMP field |
void | setBookKeepingTime(java.lang.String newValue) This method accesses a non-CMP field |
void | setBookKeepingTime(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setClosePriceRule(java.lang.String newValue) This method accesses a non-CMP field |
void | setCloseType(int newValue) This method accesses a non-CMP field |
void | setCloseType(java.lang.String newValue) This method accesses a non-CMP field |
void | setCurrency(java.lang.String newValue) This method accesses a non-CMP field |
void | setCurrentPrice(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setCurrentPrice(java.lang.String newValue) This method accesses a non-CMP field |
void | setCurrentQuantity(java.lang.Double newValue) This method accesses a non-CMP field |
void | setCurrentQuantity(java.lang.String newValue) This method accesses a non-CMP field |
void | setDeposit(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setDeposit(java.lang.String newValue) This method accesses a non-CMP field |
void | setDuration(java.lang.String newValue) This method accesses a non-CMP field |
void | setDuration(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setDurationDays(int newValue) This method accesses a non-CMP field |
void | setDurationDays(java.lang.String newValue) This method accesses a non-CMP field |
void | setEndTime(java.lang.String newValue) This method accesses a non-CMP field |
void | setEndTime(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setEntryId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setEntryId(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.lang.Long newValue) This method accesses a non-CMP field |
void | setField2(java.lang.String newValue) This method accesses a non-CMP field |
void | setField3(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setField3(java.lang.String newValue) This method accesses a non-CMP field |
void | setField4(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setField4(java.lang.String newValue) This method accesses a non-CMP field |
void | setField5(java.lang.String newValue) This method accesses a non-CMP field |
void | setField6(java.lang.String newValue) This method accesses a non-CMP field |
void | setFullfillmentCenterId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setFullfillmentCenterId(java.lang.String newValue) This method accesses a non-CMP field |
void | setHighestBidId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setHighestBidId(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 | setInventoryReservationId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setInventoryReservationId(java.lang.String newValue) This method accesses a non-CMP field |
void | setLockFlag(int newValue) This method accesses a non-CMP field |
void | setLockFlag(java.lang.String newValue) This method accesses a non-CMP field |
void | setMemberGroupId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setMemberGroupId(java.lang.String newValue) This method accesses a non-CMP field |
void | setOpenPrice(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setOpenPrice(java.lang.String newValue) This method accesses a non-CMP field |
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 | setPaymentMethods(java.lang.String newValue) This method accesses a non-CMP field |
void | setPrecedence(int newValue) This method accesses a non-CMP field |
void | setPrecedence(java.lang.String newValue) This method accesses a non-CMP field |
void | setQuantity(java.lang.Double newValue) This method accesses a non-CMP field |
void | setQuantity(java.lang.String newValue) This method accesses a non-CMP field |
void | setRealEndTime(java.lang.String newValue) This method accesses a non-CMP field |
void | setRealEndTime(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setReferenceCode(java.lang.String newValue) This method accesses a non-CMP field |
void | setRefPrice(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setRefPrice(java.lang.String newValue) This method accesses a non-CMP field |
void | setReservePrice(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setReservePrice(java.lang.String newValue) This method accesses a non-CMP field |
void | setRetractBid(int newValue) This method accesses a non-CMP field |
void | setRetractBid(java.lang.String newValue) This method accesses a non-CMP field |
void | setRulePage(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 | setStartTime(java.lang.String newValue) This method accesses a non-CMP field |
void | setStartTime(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setState(int newValue) This method accesses a non-CMP field |
void | setState(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 | setSupplierId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setSupplierId(java.lang.String newValue) This method accesses a non-CMP field |
void | setUpdateTime(java.lang.String newValue) This method accesses a non-CMP field |
void | setUpdateTime(java.sql.Timestamp 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 AuctionLogAccessBean()
public AuctionLogAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
Method Detail |
public java.util.Enumeration findByAuction(java.lang.Long auctid) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all auction logs for the specified auction.
The SQL query used to fetch all the required rows from the AUCTIONLOG table is:
SELECT * FROM AUCTIONLOG T1 WHERE T1.AUCT_ID=?
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 getBookKeepingTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.LASTBKTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Updated when best bid is calculated by way of schedule task.
public java.sql.Timestamp getBookKeepingTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.LASTBKTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Updated when best bid is calculated by way of schedule task.
public void setBookKeepingTime(java.lang.String newValue)
public void setBookKeepingTime(java.sql.Timestamp newValue)
public java.lang.String getQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.AUQUANT column of DB2 type FLOAT.
The following is a description of this column:
Quantity available on auction.
public java.lang.Double getQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.AUQUANT column of DB2 type FLOAT.
The following is a description of this column:
Quantity available on auction.
public void setQuantity(java.lang.String newValue)
public void setQuantity(java.lang.Double 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 AUCTIONLOG.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 AUCTIONLOG.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 getInventoryReservationId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.INVRSRVID column of DB2 type BIGINT.
The following is a description of this column:
Inventory reservation ID.
public java.lang.Long getInventoryReservationIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.INVRSRVID column of DB2 type BIGINT.
The following is a description of this column:
Inventory reservation ID.
public void setInventoryReservationId(java.lang.String newValue)
public void setInventoryReservationId(java.lang.Long newValue)
public java.lang.String getLockFlag() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.LOCKFLAG column of DB2 type INTEGER.
The following is a description of this column:
Lock flag. Valid values are as follows: &l
public int getLockFlagInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.LOCKFLAG column of DB2 type INTEGER.
The following is a description of this column:
Lock flag. Valid values are as follows: &l
public void setLockFlag(java.lang.String newValue)
public void setLockFlag(int newValue)
public java.lang.String getStartTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.STARTTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Auction start time.
public java.sql.Timestamp getStartTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.STARTTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Auction start time.
public void setStartTime(java.lang.String newValue)
public void setStartTime(java.sql.Timestamp newValue)
public java.lang.String getOpenPrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.OPENPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Opening price of the auctioned item.
public java.math.BigDecimal getOpenPriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.OPENPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Opening price of the auctioned item.
public void setOpenPrice(java.lang.String newValue)
public void setOpenPrice(java.math.BigDecimal newValue)
public java.lang.String getReservePrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.RESRVPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Reserve price. Bids below the reserve price will be ignored when winning bids are determined.
public java.math.BigDecimal getReservePriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.RESRVPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Reserve price. Bids below the reserve price will be ignored when winning bids are determined.
public void setReservePrice(java.lang.String newValue)
public void setReservePrice(java.math.BigDecimal newValue)
public java.lang.String getState() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.STATE column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
public int getStateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.STATE column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
public void setState(java.lang.String newValue)
public void setState(int newValue)
public java.lang.String getEntryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.CATENTRY_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the item that is on auction.
public java.lang.Long getEntryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.CATENTRY_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the item that is on auction.
public void setEntryId(java.lang.String newValue)
public void setEntryId(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 AUCTIONLOG.OWNER_ID column of DB2 type BIGINT.
The following is a description of this column:
Owner of the auction. This the same as the owner of the CATENTRY that is on auction.
public java.lang.Long getOwnerIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.OWNER_ID column of DB2 type BIGINT.
The following is a description of this column:
Owner of the auction. This the same as the owner of the CATENTRY that is on auction.
public void setOwnerId(java.lang.String newValue)
public void setOwnerId(java.lang.Long newValue)
public java.lang.String getSupplierId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.SUPPLIER_ID column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.Long getSupplierIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.SUPPLIER_ID column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
public void setSupplierId(java.lang.String newValue)
public void setSupplierId(java.lang.Long newValue)
public java.lang.String getDurationDays() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.DURDAYS column of DB2 type INTEGER.
The following is a description of this column:
Auction duration in days.
public int getDurationDaysInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.DURDAYS column of DB2 type INTEGER.
The following is a description of this column:
Auction duration in days.
public void setDurationDays(java.lang.String newValue)
public void setDurationDays(int 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 AUCTIONLOG.ADMIN_ID column of DB2 type BIGINT.
The following is a description of this column:
The ID of the administrator who changed the auction.
public java.lang.Long getAdminIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.ADMIN_ID column of DB2 type BIGINT.
The following is a description of this column:
The ID of the administrator who changed the auction.
public void setAdminId(java.lang.String newValue)
public void setAdminId(java.lang.Long newValue)
public java.lang.String getCurrentQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.CURRQUANT column of DB2 type FLOAT.
The following is a description of this column:
Current auction quantity. Used by Dutch auctions to track the available quantity. This quantity is reduced by each winning bid.
public java.lang.Double getCurrentQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.CURRQUANT column of DB2 type FLOAT.
The following is a description of this column:
Current auction quantity. Used by Dutch auctions to track the available quantity. This quantity is reduced by each winning bid.
public void setCurrentQuantity(java.lang.String newValue)
public void setCurrentQuantity(java.lang.Double newValue)
public java.lang.String getUpdateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.UPDATETIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Auction end time.
public java.sql.Timestamp getUpdateTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.UPDATETIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Auction end time.
public void setUpdateTime(java.lang.String newValue)
public void setUpdateTime(java.sql.Timestamp newValue)
public java.lang.String getPaymentMethods() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.PAYMETHODS column of DB2 type CHAR(254).
The following is a description of this column:
Allowable payment methods.
public void setPaymentMethods(java.lang.String newValue)
public java.lang.String getMemberGroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.MBRGRP_ID column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.Long getMemberGroupIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.MBRGRP_ID column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
public void setMemberGroupId(java.lang.String newValue)
public void setMemberGroupId(java.lang.Long newValue)
public java.lang.String getRefPrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.REFPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Reserved for IBM internal use.
public java.math.BigDecimal getRefPriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.REFPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Reserved for IBM internal use.
public void setRefPrice(java.lang.String newValue)
public void setRefPrice(java.math.BigDecimal newValue)
public java.lang.String getFullfillmentCenterId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.FFMCENTER_ID column of DB2 type INTEGER.
The following is a description of this column:
Fulfillment center ID. The ID of the fulfillment center that provides the inventory for the auction.
public java.lang.Integer getFullfillmentCenterIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.FFMCENTER_ID column of DB2 type INTEGER.
The following is a description of this column:
Fulfillment center ID. The ID of the fulfillment center that provides the inventory for the auction.
public void setFullfillmentCenterId(java.lang.String newValue)
public void setFullfillmentCenterId(java.lang.Integer newValue)
public java.lang.String getField6() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.FIELD6 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
public void setField6(java.lang.String newValue)
public java.lang.String getAuctionType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.AUTYPE column of DB2 type CHAR(4).
The following is a description of this column:
Auction type. Valid values are as follows:&l
public void setAuctionType(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 AUCTIONLOG.ACTIONMSG column of DB2 type VARCHAR(254).
The following is a description of this column:
An explanation of the change made to the auction.
public void setActionComment(java.lang.String newValue)
public java.lang.String getCloseType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.CLOSETYPE column of DB2 type INTEGER.
The following is a description of this column:
Auction closing rule. Valid values are as follows: &l
public int getCloseTypeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.CLOSETYPE column of DB2 type INTEGER.
The following is a description of this column:
Auction closing rule. Valid values are as follows: &l
public void setCloseType(java.lang.String newValue)
public void setCloseType(int newValue)
public java.lang.String getField5() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.FIELD5 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
public void setField5(java.lang.String newValue)
public java.lang.String getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.CURRENCY column of DB2 type CHAR(4).
The following is a description of this column:
Auction currency. All bids must be in this currency. This is a currency code as per ISO 4217 standards.
public void setCurrency(java.lang.String newValue)
public java.lang.String getField4() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.FIELD4 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Customizable.
public java.math.BigDecimal getField4InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.FIELD4 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Customizable.
public void setField4(java.lang.String newValue)
public void setField4(java.math.BigDecimal 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 AUCTIONLOG.FIELD3 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Customizable.
public java.math.BigDecimal getField3InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.FIELD3 column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Customizable.
public void setField3(java.lang.String newValue)
public void setField3(java.math.BigDecimal 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 AUCTIONLOG.FIELD2 column of DB2 type BIGINT.
The following is a description of this column:
Customizable.
public java.lang.Long getField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.FIELD2 column of DB2 type BIGINT.
The following is a description of this column:
Customizable.
public void setField2(java.lang.String newValue)
public void setField2(java.lang.Long 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 AUCTIONLOG.ACTIONTYPE column of DB2 type INTEGER.
The following is a description of this column:
The type of change made to the auction.
public int getActionTypeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.ACTIONTYPE column of DB2 type INTEGER.
The following is a description of this column:
The type of change made to the auction.
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 AUCTIONLOG.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 AUCTIONLOG.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 getCurrentPrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.CURRPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Current auction price. Used for Dutch auctions.
public java.math.BigDecimal getCurrentPriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.CURRPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Current auction price. Used for Dutch auctions.
public void setCurrentPrice(java.lang.String newValue)
public void setCurrentPrice(java.math.BigDecimal newValue)
public java.lang.String getEndTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.ENDTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Auction ending time.
public java.sql.Timestamp getEndTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.ENDTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Auction ending time.
public void setEndTime(java.lang.String newValue)
public void setEndTime(java.sql.Timestamp newValue)
public java.lang.String getDeposit() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.DEPOSIT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The amount of deposit required for the auction.
public java.math.BigDecimal getDepositInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.DEPOSIT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The amount of deposit required for the auction.
public void setDeposit(java.lang.String newValue)
public void setDeposit(java.math.BigDecimal 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 AUCTIONLOG.AUSTATUS column of DB2 type CHAR(4).
The following is a description of this column:
Auction status. Valid values are as follows: &l
public void setStatus(java.lang.String newValue)
public java.lang.String getDuration() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.DURATION column of DB2 type TIMESTAMP.
The following is a description of this column:
Auction duration.
public java.sql.Timestamp getDurationInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.DURATION column of DB2 type TIMESTAMP.
The following is a description of this column:
Auction duration.
public void setDuration(java.lang.String newValue)
public void setDuration(java.sql.Timestamp 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 AUCTIONLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The date and time that the auction 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 AUCTIONLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The date and time that the auction was changed.
public void setActionTime(java.lang.String newValue)
public void setActionTime(java.sql.Timestamp newValue)
public java.lang.String getPrecedence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.PRECEDENCE column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
public int getPrecedenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.PRECEDENCE column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
public void setPrecedence(java.lang.String newValue)
public void setPrecedence(int 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 AUCTIONLOG.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 AUCTIONLOG.AUCT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Auction ID. This is the same as the AUCT_ID in the AUCTION table.
public java.lang.Long getIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.AUCT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Auction ID. This is the same as the AUCT_ID in the AUCTION table.
public void setId(java.lang.String newValue)
public void setId(java.lang.Long newValue)
public java.lang.String getRetractBid() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.RETRACT_BID column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
public int getRetractBidInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.RETRACT_BID column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
public void setRetractBid(java.lang.String newValue)
public void setRetractBid(int newValue)
public java.lang.String getRealEndTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.REALENDTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Auction ending date and time.
public java.sql.Timestamp getRealEndTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.REALENDTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
Auction ending date and time.
public void setRealEndTime(java.lang.String newValue)
public void setRealEndTime(java.sql.Timestamp newValue)
public java.lang.String getHighestBidId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.HIGHBID_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the bid with the highest price.
public java.lang.Long getHighestBidIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.HIGHBID_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the bid with the highest price.
public void setHighestBidId(java.lang.String newValue)
public void setHighestBidId(java.lang.Long newValue)
public java.lang.String getBestBidId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.BESTBID_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the best bid for this auction. Only used for open cry auctions.
public java.lang.Long getBestBidIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.BESTBID_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the best bid for this auction. Only used for open cry auctions.
public void setBestBidId(java.lang.String newValue)
public void setBestBidId(java.lang.Long newValue)
public java.lang.String getRulePage() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.RULEPAGE column of DB2 type VARCHAR(254).
The following is a description of this column:
Rule page. The name of the JSP file that will be used to display the auction rules.
public void setRulePage(java.lang.String newValue)
public java.lang.String getBidRuleId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.BIDRULE_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the bid rule used for this auction.
public java.lang.Long getBidRuleIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.BIDRULE_ID column of DB2 type BIGINT.
The following is a description of this column:
ID of the bid rule used for this auction.
public void setBidRuleId(java.lang.String newValue)
public void setBidRuleId(java.lang.Long newValue)
public java.lang.String getClosePriceRule() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTIONLOG.CLOSEPR column of DB2 type CHAR(4).
The following is a description of this column:
Auction closing price rule. Valid values are as follows: &l
public void setClosePriceRule(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.