com.ibm.commerce.negotiation.objects
Class AuctionLogAccessBean

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.negotiation.objects.AuctionLogAccessBean
All Implemented Interfaces:
AuctionLogAccessBeanData

public class AuctionLogAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements AuctionLogAccessBeanData

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'.

See Also:
Serialized Form

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

AuctionLogAccessBean

public AuctionLogAccessBean()
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.AuctionLog com.ibm.commerce.negotiation.objimpl.AuctionLogHomeBase.findByPrimaryKey(com.ibm.commerce.negotiation.objects.AuctionLogKey) 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: setInitKey_actionTime( java.sql.Timestamp ) setInitKey_id( java.lang.Long )

AuctionLogAccessBean

public AuctionLogAccessBean(javax.ejb.EJBObject o)
                     throws java.rmi.RemoteException
constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException
Method Detail

findByAuction

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=?

Parameters:
auctid - The auction id.
Returns:
An Enumeration of all the AuctionLogAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

setInitKey_actionTime

public void setInitKey_actionTime(java.sql.Timestamp newValue)

Set the primary key for this object

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

setInitKey_id

public void setInitKey_id(java.lang.Long newValue)

Set the primary key for this object

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

defaultJNDIName

protected java.lang.String defaultJNDIName()
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.naming.NamingException
Returns:
boolean
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException

commitCopyHelper

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

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

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

refreshCopyHelper

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

Load data from the EJBObject.

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getBookKeepingTime

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.

Specified by:
getBookKeepingTime in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getBookKeepingTimeInEJBType

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.

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

setBookKeepingTime

public void setBookKeepingTime(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setBookKeepingTime in interface AuctionLogAccessBeanData

setBookKeepingTime

public void setBookKeepingTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getQuantity

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.

Specified by:
getQuantity in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getQuantityInEJBType

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.

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

setQuantity

public void setQuantity(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setQuantity in interface AuctionLogAccessBeanData

setQuantity

public void setQuantity(java.lang.Double newValue)
This method accesses a non-CMP field

getScale

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

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

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getScale in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getScaleInEJBType

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.

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

setScale

public void setScale(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setScale in interface AuctionLogAccessBeanData

setScale

public void setScale(int newValue)
This method accesses a non-CMP field

getInventoryReservationId

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.

Specified by:
getInventoryReservationId in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getInventoryReservationIdInEJBType

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.

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

setInventoryReservationId

public void setInventoryReservationId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setInventoryReservationId in interface AuctionLogAccessBeanData

setInventoryReservationId

public void setInventoryReservationId(java.lang.Long newValue)
This method accesses a non-CMP field

getLockFlag

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

Specified by:
getLockFlag in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getLockFlagInEJBType

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

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

setLockFlag

public void setLockFlag(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setLockFlag in interface AuctionLogAccessBeanData

setLockFlag

public void setLockFlag(int newValue)
This method accesses a non-CMP field

getStartTime

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

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

The following is a description of this column:

Auction start time.

Specified by:
getStartTime in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getStartTimeInEJBType

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

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

The following is a description of this column:

Auction start time.

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

setStartTime

public void setStartTime(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setStartTime in interface AuctionLogAccessBeanData

setStartTime

public void setStartTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getOpenPrice

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.

Specified by:
getOpenPrice in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getOpenPriceInEJBType

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.

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

setOpenPrice

public void setOpenPrice(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setOpenPrice in interface AuctionLogAccessBeanData

setOpenPrice

public void setOpenPrice(java.math.BigDecimal newValue)
This method accesses a non-CMP field

getReservePrice

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.

Specified by:
getReservePrice in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getReservePriceInEJBType

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.

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

setReservePrice

public void setReservePrice(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setReservePrice in interface AuctionLogAccessBeanData

setReservePrice

public void setReservePrice(java.math.BigDecimal newValue)
This method accesses a non-CMP field

getState

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.

Specified by:
getState in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getStateInEJBType

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.

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

setState

public void setState(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setState in interface AuctionLogAccessBeanData

setState

public void setState(int newValue)
This method accesses a non-CMP field

getEntryId

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.

Specified by:
getEntryId in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getEntryIdInEJBType

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.

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

setEntryId

public void setEntryId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setEntryId in interface AuctionLogAccessBeanData

setEntryId

public void setEntryId(java.lang.Long newValue)
This method accesses a non-CMP field

getOwnerId

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

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

Specified by:
getOwnerId in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getOwnerIdInEJBType

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

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

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

setOwnerId

public void setOwnerId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setOwnerId in interface AuctionLogAccessBeanData

setOwnerId

public void setOwnerId(java.lang.Long newValue)
This method accesses a non-CMP field

getSupplierId

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.

Specified by:
getSupplierId in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getSupplierIdInEJBType

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.

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

setSupplierId

public void setSupplierId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setSupplierId in interface AuctionLogAccessBeanData

setSupplierId

public void setSupplierId(java.lang.Long newValue)
This method accesses a non-CMP field

getDurationDays

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.

Specified by:
getDurationDays in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getDurationDaysInEJBType

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.

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

setDurationDays

public void setDurationDays(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setDurationDays in interface AuctionLogAccessBeanData

setDurationDays

public void setDurationDays(int newValue)
This method accesses a non-CMP field

getAdminId

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

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

Specified by:
getAdminId in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getAdminIdInEJBType

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

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

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

setAdminId

public void setAdminId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setAdminId in interface AuctionLogAccessBeanData

setAdminId

public void setAdminId(java.lang.Long newValue)
This method accesses a non-CMP field

getCurrentQuantity

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.

Specified by:
getCurrentQuantity in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getCurrentQuantityInEJBType

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.

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

setCurrentQuantity

public void setCurrentQuantity(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setCurrentQuantity in interface AuctionLogAccessBeanData

setCurrentQuantity

public void setCurrentQuantity(java.lang.Double newValue)
This method accesses a non-CMP field

getUpdateTime

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.

Specified by:
getUpdateTime in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getUpdateTimeInEJBType

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.

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

setUpdateTime

public void setUpdateTime(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setUpdateTime in interface AuctionLogAccessBeanData

setUpdateTime

public void setUpdateTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getPaymentMethods

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.

Specified by:
getPaymentMethods in interface AuctionLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPaymentMethods

public void setPaymentMethods(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setPaymentMethods in interface AuctionLogAccessBeanData

getMemberGroupId

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.

Specified by:
getMemberGroupId in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getMemberGroupIdInEJBType

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.

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

setMemberGroupId

public void setMemberGroupId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setMemberGroupId in interface AuctionLogAccessBeanData

setMemberGroupId

public void setMemberGroupId(java.lang.Long newValue)
This method accesses a non-CMP field

getRefPrice

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.

Specified by:
getRefPrice in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getRefPriceInEJBType

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.

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

setRefPrice

public void setRefPrice(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setRefPrice in interface AuctionLogAccessBeanData

setRefPrice

public void setRefPrice(java.math.BigDecimal newValue)
This method accesses a non-CMP field

getFullfillmentCenterId

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.

Specified by:
getFullfillmentCenterId in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getFullfillmentCenterIdInEJBType

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.

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

setFullfillmentCenterId

public void setFullfillmentCenterId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setFullfillmentCenterId in interface AuctionLogAccessBeanData

setFullfillmentCenterId

public void setFullfillmentCenterId(java.lang.Integer newValue)
This method accesses a non-CMP field

getField6

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.

Specified by:
getField6 in interface AuctionLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setField6

public void setField6(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setField6 in interface AuctionLogAccessBeanData

getAuctionType

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

Specified by:
getAuctionType in interface AuctionLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAuctionType

public void setAuctionType(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setAuctionType in interface AuctionLogAccessBeanData

getActionComment

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

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

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

setActionComment

public void setActionComment(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setActionComment in interface AuctionLogAccessBeanData

getCloseType

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

Specified by:
getCloseType in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getCloseTypeInEJBType

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

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

setCloseType

public void setCloseType(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setCloseType in interface AuctionLogAccessBeanData

setCloseType

public void setCloseType(int newValue)
This method accesses a non-CMP field

getField5

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.

Specified by:
getField5 in interface AuctionLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setField5

public void setField5(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setField5 in interface AuctionLogAccessBeanData

getCurrency

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.

Specified by:
getCurrency in interface AuctionLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCurrency

public void setCurrency(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setCurrency in interface AuctionLogAccessBeanData

getField4

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.

Specified by:
getField4 in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getField4InEJBType

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.

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

setField4

public void setField4(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setField4 in interface AuctionLogAccessBeanData

setField4

public void setField4(java.math.BigDecimal newValue)
This method accesses a non-CMP field

getField3

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

This method provides access to the AUCTIONLOG.FIELD3 column of DB2 type DECIMAL(20 5).

The following is a description of this column:

Customizable.

Specified by:
getField3 in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getField3InEJBType

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.

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

setField3

public void setField3(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setField3 in interface AuctionLogAccessBeanData

setField3

public void setField3(java.math.BigDecimal newValue)
This method accesses a non-CMP field

getField2

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

This method provides access to the AUCTIONLOG.FIELD2 column of DB2 type BIGINT.

The following is a description of this column:

Customizable.

Specified by:
getField2 in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getField2InEJBType

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.

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

setField2

public void setField2(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setField2 in interface AuctionLogAccessBeanData

setField2

public void setField2(java.lang.Long newValue)
This method accesses a non-CMP field

getActionType

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

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

The following is a description of this column:

The type of change made to the auction.

Specified by:
getActionType in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getActionTypeInEJBType

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.

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

setActionType

public void setActionType(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setActionType in interface AuctionLogAccessBeanData

setActionType

public void setActionType(int newValue)
This method accesses a non-CMP field

getField1

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

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

The following is a description of this column:

Customizable.

Specified by:
getField1 in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getField1InEJBType

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

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

The following is a description of this column:

Customizable.

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

setField1

public void setField1(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setField1 in interface AuctionLogAccessBeanData

setField1

public void setField1(java.lang.Long newValue)
This method accesses a non-CMP field

getCurrentPrice

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.

Specified by:
getCurrentPrice in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getCurrentPriceInEJBType

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.

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

setCurrentPrice

public void setCurrentPrice(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setCurrentPrice in interface AuctionLogAccessBeanData

setCurrentPrice

public void setCurrentPrice(java.math.BigDecimal newValue)
This method accesses a non-CMP field

getEndTime

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

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

The following is a description of this column:

Auction ending time.

Specified by:
getEndTime in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getEndTimeInEJBType

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

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

The following is a description of this column:

Auction ending time.

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

setEndTime

public void setEndTime(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setEndTime in interface AuctionLogAccessBeanData

setEndTime

public void setEndTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getDeposit

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.

Specified by:
getDeposit in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getDepositInEJBType

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.

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

setDeposit

public void setDeposit(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setDeposit in interface AuctionLogAccessBeanData

setDeposit

public void setDeposit(java.math.BigDecimal newValue)
This method accesses a non-CMP field

getStatus

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

This method provides access to the AUCTIONLOG.AUSTATUS column of DB2 type CHAR(4).

The following is a description of this column:

Auction status. Valid values are as follows: &l

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

setStatus

public void setStatus(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setStatus in interface AuctionLogAccessBeanData

getDuration

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.

Specified by:
getDuration in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getDurationInEJBType

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.

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

setDuration

public void setDuration(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setDuration in interface AuctionLogAccessBeanData

setDuration

public void setDuration(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getActionTime

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

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

Specified by:
getActionTime in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getActionTimeInEJBType

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

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

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

setActionTime

public void setActionTime(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setActionTime in interface AuctionLogAccessBeanData

setActionTime

public void setActionTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getPrecedence

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.

Specified by:
getPrecedence in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getPrecedenceInEJBType

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.

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

setPrecedence

public void setPrecedence(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setPrecedence in interface AuctionLogAccessBeanData

setPrecedence

public void setPrecedence(int newValue)
This method accesses a non-CMP field

getReferenceCode

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

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

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

setReferenceCode

public void setReferenceCode(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setReferenceCode in interface AuctionLogAccessBeanData

getId

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

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

Specified by:
getId in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getIdInEJBType

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

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

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

setId

public void setId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setId in interface AuctionLogAccessBeanData

setId

public void setId(java.lang.Long newValue)
This method accesses a non-CMP field

getRetractBid

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.

Specified by:
getRetractBid in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getRetractBidInEJBType

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.

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

setRetractBid

public void setRetractBid(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setRetractBid in interface AuctionLogAccessBeanData

setRetractBid

public void setRetractBid(int newValue)
This method accesses a non-CMP field

getRealEndTime

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.

Specified by:
getRealEndTime in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getRealEndTimeInEJBType

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.

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

setRealEndTime

public void setRealEndTime(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setRealEndTime in interface AuctionLogAccessBeanData

setRealEndTime

public void setRealEndTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getHighestBidId

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.

Specified by:
getHighestBidId in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getHighestBidIdInEJBType

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.

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

setHighestBidId

public void setHighestBidId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setHighestBidId in interface AuctionLogAccessBeanData

setHighestBidId

public void setHighestBidId(java.lang.Long newValue)
This method accesses a non-CMP field

getBestBidId

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.

Specified by:
getBestBidId in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getBestBidIdInEJBType

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.

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

setBestBidId

public void setBestBidId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setBestBidId in interface AuctionLogAccessBeanData

setBestBidId

public void setBestBidId(java.lang.Long newValue)
This method accesses a non-CMP field

getRulePage

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.

Specified by:
getRulePage in interface AuctionLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRulePage

public void setRulePage(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setRulePage in interface AuctionLogAccessBeanData

getBidRuleId

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.

Specified by:
getBidRuleId in interface AuctionLogAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getBidRuleIdInEJBType

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.

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

setBidRuleId

public void setBidRuleId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setBidRuleId in interface AuctionLogAccessBeanData

setBidRuleId

public void setBidRuleId(java.lang.Long newValue)
This method accesses a non-CMP field

getClosePriceRule

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

Specified by:
getClosePriceRule in interface AuctionLogAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setClosePriceRule

public void setClosePriceRule(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setClosePriceRule in interface AuctionLogAccessBeanData

Feedback