com.ibm.commerce.negotiation.objects
Class AutoBidLogAccessBean

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

public class AutoBidLogAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements AutoBidLogAccessBeanData

This table tracks changes made to an autobid. An autobid is written to the AUTOBIDLOG table before it is changed in the AUTOBID table. This access bean corresponds to the database table 'AUTOBIDLOG'.

See Also:
Serialized Form

Constructor Summary
AutoBidLogAccessBean()
Zero argument constructor used to initialize the access bean.
AutoBidLogAccessBean(javax.ejb.EJBObject o)
constructor
Method Summary
void commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage).
protected java.lang.String defaultJNDIName()
java.lang.String getActionComment()
This method provides access to the AUTOBIDLOG.ACTIONMSG column of DB2 type VARCHAR(254).
java.lang.String getActionTime()
This method provides access to the AUTOBIDLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL.
java.sql.Timestamp getActionTimeInEJBType()
This method provides access to the AUTOBIDLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL.
java.lang.String getActionType()
This method provides access to the AUTOBIDLOG.ACTIONTYPE column of DB2 type INTEGER.
int getActionTypeInEJBType()
This method provides access to the AUTOBIDLOG.ACTIONTYPE column of DB2 type INTEGER.
java.lang.String getAdminId()
This method provides access to the AUTOBIDLOG.ADMIN_ID column of DB2 type BIGINT.
java.lang.Long getAdminIdInEJBType()
This method provides access to the AUTOBIDLOG.ADMIN_ID column of DB2 type BIGINT.
java.lang.String getAuctionId()
This method provides access to the AUTOBIDLOG.AUCT_ID column of DB2 type BIGINT.
java.lang.Long getAuctionIdInEJBType()
This method provides access to the AUTOBIDLOG.AUCT_ID column of DB2 type BIGINT.
java.lang.String getBankInfo()
This method provides access to the AUTOBIDLOG.BKNAME column of DB2 type VARCHAR(254).
java.lang.String getBidComment()
This method provides access to the AUTOBIDLOG.BIDMSG column of DB2 type VARCHAR(254).
java.lang.String getBidQuantity()
This method provides access to the AUTOBIDLOG.ABQUANT column of DB2 type FLOAT.
java.lang.Double getBidQuantityInEJBType()
This method provides access to the AUTOBIDLOG.ABQUANT column of DB2 type FLOAT.
java.lang.String getBillingAddressId()
This method provides access to the AUTOBIDLOG.BILLADDR column of DB2 type BIGINT.
java.lang.Long getBillingAddressIdInEJBType()
This method provides access to the AUTOBIDLOG.BILLADDR column of DB2 type BIGINT.
java.lang.String getCommentFlag()
This method provides access to the AUTOBIDLOG.MSGFLAG column of DB2 type INTEGER.
int getCommentFlagInEJBType()
This method provides access to the AUTOBIDLOG.MSGFLAG column of DB2 type INTEGER.
java.lang.String getCreationTime()
This method provides access to the AUTOBIDLOG.ABTIME column of DB2 type TIMESTAMP.
java.sql.Timestamp getCreationTimeInEJBType()
This method provides access to the AUTOBIDLOG.ABTIME column of DB2 type TIMESTAMP.
java.lang.String getDeviceExpiration()
This method provides access to the AUTOBIDLOG.EXPDATE column of DB2 type TIMESTAMP.
java.sql.Timestamp getDeviceExpirationInEJBType()
This method provides access to the AUTOBIDLOG.EXPDATE column of DB2 type TIMESTAMP.
java.lang.String getDeviceNumber()
This method provides access to the AUTOBIDLOG.DEVICE column of DB2 type VARCHAR(64).
java.lang.String getEncrypted()
This method provides access to the AUTOBIDLOG.ENCRYPT column of DB2 type INTEGER.
int getEncryptedInEJBType()
This method provides access to the AUTOBIDLOG.ENCRYPT column of DB2 type INTEGER.
java.lang.String getEndTime()
This method provides access to the AUTOBIDLOG.ENDTIME column of DB2 type TIMESTAMP.
java.sql.Timestamp getEndTimeInEJBType()
This method provides access to the AUTOBIDLOG.ENDTIME column of DB2 type TIMESTAMP.
java.lang.String getField1()
This method provides access to the AUTOBIDLOG.ABFIELD1 column of DB2 type BIGINT.
java.lang.Long getField1InEJBType()
This method provides access to the AUTOBIDLOG.ABFIELD1 column of DB2 type BIGINT.
java.lang.String getField2()
This method provides access to the AUTOBIDLOG.ABFIELD2 column of DB2 type DECIMAL(20 5).
java.math.BigDecimal getField2InEJBType()
This method provides access to the AUTOBIDLOG.ABFIELD2 column of DB2 type DECIMAL(20 5).
java.lang.String getField3()
This method provides access to the AUTOBIDLOG.ABFIELD3 column of DB2 type VARCHAR(254).
java.lang.String getFirstBidId()
This method provides access to the AUTOBIDLOG.BID_ID column of DB2 type BIGINT.
java.lang.Long getFirstBidIdInEJBType()
This method provides access to the AUTOBIDLOG.BID_ID column of DB2 type BIGINT.
java.lang.String getId()
This method provides access to the AUTOBIDLOG.AUTOBID_ID column of DB2 type BIGINT NOT NULL.
java.lang.Long getIdInEJBType()
This method provides access to the AUTOBIDLOG.AUTOBID_ID column of DB2 type BIGINT NOT NULL.
java.lang.String getInitialBidPrice()
This method provides access to the AUTOBIDLOG.INITBIDVAL column of DB2 type DECIMAL(20 5).
java.math.BigDecimal getInitialBidPriceInEJBType()
This method provides access to the AUTOBIDLOG.INITBIDVAL column of DB2 type DECIMAL(20 5).
java.lang.String getLastBidId()
This method provides access to the AUTOBIDLOG.LASTBID_ID column of DB2 type BIGINT.
java.lang.Long getLastBidIdInEJBType()
This method provides access to the AUTOBIDLOG.LASTBID_ID column of DB2 type BIGINT.
java.lang.String getMaxBidLimit()
This method provides access to the AUTOBIDLOG.MAXBIDLIMIT column of DB2 type DECIMAL(20 5).
java.math.BigDecimal getMaxBidLimitInEJBType()
This method provides access to the AUTOBIDLOG.MAXBIDLIMIT column of DB2 type DECIMAL(20 5).
java.lang.String getOwnerId()
This method provides access to the AUTOBIDLOG.OWNER_ID column of DB2 type BIGINT.
java.lang.Long getOwnerIdInEJBType()
This method provides access to the AUTOBIDLOG.OWNER_ID column of DB2 type BIGINT.
java.lang.String getPayDeviceType()
This method provides access to the AUTOBIDLOG.PAYTYPE column of DB2 type CHAR(64).
java.lang.String getReferenceCode()
This method provides access to the AUTOBIDLOG.REFCODE column of DB2 type CHAR(36).
java.lang.String getScale()
This method provides access to the AUTOBIDLOG.QUANTSCALE column of DB2 type INTEGER.
int getScaleInEJBType()
This method provides access to the AUTOBIDLOG.QUANTSCALE column of DB2 type INTEGER.
java.lang.String getShippingAddressId()
This method provides access to the AUTOBIDLOG.SHIPTO_ID column of DB2 type BIGINT.
java.lang.Long getShippingAddressIdInEJBType()
This method provides access to the AUTOBIDLOG.SHIPTO_ID column of DB2 type BIGINT.
java.lang.String getShippingMode()
This method provides access to the AUTOBIDLOG.SHIPMODE column of DB2 type INTEGER.
java.lang.Integer getShippingModeInEJBType()
This method provides access to the AUTOBIDLOG.SHIPMODE column of DB2 type INTEGER.
java.lang.String getStartTime()
This method provides access to the AUTOBIDLOG.STARTTIME column of DB2 type TIMESTAMP.
java.sql.Timestamp getStartTimeInEJBType()
This method provides access to the AUTOBIDLOG.STARTTIME column of DB2 type TIMESTAMP.
java.lang.String getStatus()
This method provides access to the AUTOBIDLOG.ABSTATUS column of DB2 type CHAR(4).
java.lang.String getStoreId()
This method provides access to the AUTOBIDLOG.STORE_ID column of DB2 type INTEGER.
java.lang.Integer getStoreIdInEJBType()
This method provides access to the AUTOBIDLOG.STORE_ID column of DB2 type INTEGER.
java.lang.String getWinOption()
This method provides access to the AUTOBIDLOG.WINOPT column of DB2 type CHAR(4).
protected void instantiateEJB()
protected boolean instantiateEJBByPrimaryKey()
void refreshCopyHelper()
Load data from the EJBObject.
void setActionComment(java.lang.String newValue)
This method accesses a non-CMP field
void setActionTime(java.lang.String newValue)
This method accesses a non-CMP field
void setActionTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setActionType(int newValue)
This method accesses a non-CMP field
void setActionType(java.lang.String newValue)
This method accesses a non-CMP field
void setAdminId(java.lang.Long newValue)
This method accesses a non-CMP field
void setAdminId(java.lang.String newValue)
This method accesses a non-CMP field
void setAuctionId(java.lang.Long newValue)
This method accesses a non-CMP field
void setAuctionId(java.lang.String newValue)
This method accesses a non-CMP field
void setBankInfo(java.lang.String newValue)
This method accesses a non-CMP field
void setBidComment(java.lang.String newValue)
This method accesses a non-CMP field
void setBidQuantity(java.lang.Double newValue)
This method accesses a non-CMP field
void setBidQuantity(java.lang.String newValue)
This method accesses a non-CMP field
void setBillingAddressId(java.lang.Long newValue)
This method accesses a non-CMP field
void setBillingAddressId(java.lang.String newValue)
This method accesses a non-CMP field
void setCommentFlag(int newValue)
This method accesses a non-CMP field
void setCommentFlag(java.lang.String newValue)
This method accesses a non-CMP field
void setCreationTime(java.lang.String newValue)
This method accesses a non-CMP field
void setCreationTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setDeviceExpiration(java.lang.String newValue)
This method accesses a non-CMP field
void setDeviceExpiration(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setDeviceNumber(java.lang.String newValue)
This method accesses a non-CMP field
void setEncrypted(int newValue)
This method accesses a non-CMP field
void setEncrypted(java.lang.String newValue)
This method accesses a non-CMP field
void 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 setField1(java.lang.Long newValue)
This method accesses a non-CMP field
void setField1(java.lang.String newValue)
This method accesses a non-CMP field
void setField2(java.math.BigDecimal newValue)
This method accesses a non-CMP field
void setField2(java.lang.String newValue)
This method accesses a non-CMP field
void setField3(java.lang.String newValue)
This method accesses a non-CMP field
void setFirstBidId(java.lang.Long newValue)
This method accesses a non-CMP field
void setFirstBidId(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 setInitialBidPrice(java.math.BigDecimal newValue)
Set the primary key for this object
void setInitialBidPrice(java.lang.String newValue)
Set the primary key for this object
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 setLastBidId(java.lang.Long newValue)
This method accesses a non-CMP field
void setLastBidId(java.lang.String newValue)
This method accesses a non-CMP field
void setMaxBidLimit(java.math.BigDecimal newValue)
This method accesses a non-CMP field
void setMaxBidLimit(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 setPayDeviceType(java.lang.String newValue)
This method accesses a non-CMP field
void setReferenceCode(java.lang.String newValue)
This method accesses a non-CMP field
void setScale(int newValue)
This method accesses a non-CMP field
void setScale(java.lang.String newValue)
This method accesses a non-CMP field
void setShippingAddressId(java.lang.Long newValue)
This method accesses a non-CMP field
void setShippingAddressId(java.lang.String newValue)
This method accesses a non-CMP field
void setShippingMode(java.lang.Integer newValue)
This method accesses a non-CMP field
void setShippingMode(java.lang.String newValue)
This method accesses a non-CMP field
void 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 setStatus(java.lang.String newValue)
This method accesses a non-CMP field
void setStoreId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setStoreId(java.lang.String newValue)
This method accesses a non-CMP field
void setWinOption(java.lang.String newValue)
This method accesses a non-CMP field
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

AutoBidLogAccessBean

public AutoBidLogAccessBean()
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.AutoBidLog com.ibm.commerce.negotiation.objimpl.AutoBidLogHomeBase.findByPrimaryKey(com.ibm.commerce.negotiation.objects.AutoBidLogKey) 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 )

AutoBidLogAccessBean

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

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

getEncrypted

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

This method provides access to the AUTOBIDLOG.ENCRYPT column of DB2 type INTEGER.

The following is a description of this column:

Indicates if the credit card number is encrypted or not. Valid values are as follows:&l

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

getEncryptedInEJBType

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

This method provides access to the AUTOBIDLOG.ENCRYPT column of DB2 type INTEGER.

The following is a description of this column:

Indicates if the credit card number is encrypted or not. Valid values are as follows:&l

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

setEncrypted

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

setEncrypted

public void setEncrypted(int 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 AUTOBIDLOG.QUANTSCALE column of DB2 type INTEGER.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getScale in interface AutoBidLogAccessBeanData
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 AUTOBIDLOG.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 AutoBidLogAccessBeanData

setScale

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

getMaxBidLimit

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

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

The following is a description of this column:

The maximum bid amount.

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

getMaxBidLimitInEJBType

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

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

The following is a description of this column:

The maximum bid amount.

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

setMaxBidLimit

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

setMaxBidLimit

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

getCreationTime

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

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

The following is a description of this column:

Autobid date and time.

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

getCreationTimeInEJBType

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

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

The following is a description of this column:

Autobid date and time.

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

setCreationTime

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

setCreationTime

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

getAuctionId

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

This method provides access to the AUTOBIDLOG.AUCT_ID column of DB2 type BIGINT.

The following is a description of this column:

Auction ID of the auction that the autobid is based on.

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

getAuctionIdInEJBType

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

This method provides access to the AUTOBIDLOG.AUCT_ID column of DB2 type BIGINT.

The following is a description of this column:

Auction ID of the auction that the autobid is based on.

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

setAuctionId

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

setAuctionId

public void setAuctionId(java.lang.Long 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 AUTOBIDLOG.STARTTIME column of DB2 type TIMESTAMP.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getStartTime in interface AutoBidLogAccessBeanData
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 AUTOBIDLOG.STARTTIME column of DB2 type TIMESTAMP.

The following is a description of this column:

Reserved for IBM internal use.

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 AutoBidLogAccessBeanData

setStartTime

public void setStartTime(java.sql.Timestamp 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 AUTOBIDLOG.OWNER_ID column of DB2 type BIGINT.

The following is a description of this column:

ID of the user submitting the autobid.

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

The following is a description of this column:

ID of the user submitting the autobid.

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 AutoBidLogAccessBeanData

setOwnerId

public void setOwnerId(java.lang.Long 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 AUTOBIDLOG.ADMIN_ID column of DB2 type BIGINT.

The following is a description of this column:

ID of the administrator who retracted the autobid.

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

The following is a description of this column:

ID of the administrator who retracted the autobid.

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 AutoBidLogAccessBeanData

setAdminId

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

getFirstBidId

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

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

The following is a description of this column:

Bid ID generated for the autobid.

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

getFirstBidIdInEJBType

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

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

The following is a description of this column:

Bid ID generated for the autobid.

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

setFirstBidId

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

setFirstBidId

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

getBidQuantity

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

This method provides access to the AUTOBIDLOG.ABQUANT column of DB2 type FLOAT.

The following is a description of this column:

Autobid quantity.

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

getBidQuantityInEJBType

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

This method provides access to the AUTOBIDLOG.ABQUANT column of DB2 type FLOAT.

The following is a description of this column:

Autobid quantity.

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

setBidQuantity

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

setBidQuantity

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

getShippingMode

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

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

The following is a description of this column:

The shipping mode specified by the user submitting the bid.

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

getShippingModeInEJBType

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

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

The following is a description of this column:

The shipping mode specified by the user submitting the bid.

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

setShippingMode

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

setShippingMode

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

getWinOption

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

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

The following is a description of this column:

Indicates if bidder will accept a partial quantity. Valid values are as follows:&l

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

setWinOption

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

getDeviceNumber

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

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

The following is a description of this column:

The credit card number used for this autobid.

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

setDeviceNumber

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

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 AUTOBIDLOG.ACTIONMSG column of DB2 type VARCHAR(254).

The following is a description of this column:

Description of the change to the autobid.

Specified by:
getActionComment in interface AutoBidLogAccessBeanData
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 AutoBidLogAccessBeanData

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 AUTOBIDLOG.ABFIELD3 column of DB2 type VARCHAR(254).

The following is a description of this column:

Customizable.

Specified by:
getField3 in interface AutoBidLogAccessBeanData
Returns:
java.lang.String
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 AutoBidLogAccessBeanData

getPayDeviceType

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

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

The following is a description of this column:

Payment type. Valid values are as follows: &l

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

setPayDeviceType

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

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 AUTOBIDLOG.ABFIELD2 column of DB2 type DECIMAL(20 5).

The following is a description of this column:

Customizable.

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

getField2InEJBType

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

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

setField2

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

setField2

public void setField2(java.math.BigDecimal 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 AUTOBIDLOG.ACTIONTYPE column of DB2 type INTEGER.

The following is a description of this column:

Type of change made to the autobid.

Specified by:
getActionType in interface AutoBidLogAccessBeanData
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 AUTOBIDLOG.ACTIONTYPE column of DB2 type INTEGER.

The following is a description of this column:

Type of change made to the autobid.

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 AutoBidLogAccessBeanData

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

The following is a description of this column:

Customizable.

Specified by:
getField1 in interface AutoBidLogAccessBeanData
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 AUTOBIDLOG.ABFIELD1 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 AutoBidLogAccessBeanData

setField1

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

getCommentFlag

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

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

The following is a description of this column:

Reserved for IBM internal use.

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

getCommentFlagInEJBType

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

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

setCommentFlag

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

setCommentFlag

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

getStoreId

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

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

The following is a description of this column:

The ID of the store conducting the auction.

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

getStoreIdInEJBType

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

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

The following is a description of this column:

The ID of the store conducting the auction.

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

setStoreId

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

setStoreId

public void setStoreId(java.lang.Integer 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 AUTOBIDLOG.ENDTIME column of DB2 type TIMESTAMP.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getEndTime in interface AutoBidLogAccessBeanData
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 AUTOBIDLOG.ENDTIME column of DB2 type TIMESTAMP.

The following is a description of this column:

Reserved for IBM internal use.

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 AutoBidLogAccessBeanData

setEndTime

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

getBidComment

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

This method provides access to the AUTOBIDLOG.BIDMSG column of DB2 type VARCHAR(254).

The following is a description of this column:

Reserved for IBM internal use.

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

setBidComment

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

getBillingAddressId

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

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

The following is a description of this column:

The billing address specified by the user submitting the bid.

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

getBillingAddressIdInEJBType

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

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

The following is a description of this column:

The billing address specified by the user submitting the bid.

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

setBillingAddressId

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

setBillingAddressId

public void setBillingAddressId(java.lang.Long 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 AUTOBIDLOG.ABSTATUS column of DB2 type CHAR(4).

The following is a description of this column:

Autobid status. Valid values are as follows:&l

Specified by:
getStatus in interface AutoBidLogAccessBeanData
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 AutoBidLogAccessBeanData

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

The following is a description of this column:

Date and time of the change to the autobid.

Specified by:
getActionTime in interface AutoBidLogAccessBeanData
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 AUTOBIDLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

Date and time of the change to the autobid.

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 AutoBidLogAccessBeanData

setActionTime

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

getBankInfo

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

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

The following is a description of this column:

Bank name associated with credit card number in DEVICE column.

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

setBankInfo

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

getInitialBidPrice

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

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

The following is a description of this column:

Initial bid value.

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

getInitialBidPriceInEJBType

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

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

The following is a description of this column:

Initial bid value.

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

setInitialBidPrice

public void setInitialBidPrice(java.lang.String newValue)

Set the primary key for this object

Specified by:
setInitialBidPrice in interface AutoBidLogAccessBeanData
Parameters:
newValue - String
Returns:
void

setInitialBidPrice

public void setInitialBidPrice(java.math.BigDecimal newValue)

Set the primary key for this object

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

getDeviceExpiration

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

This method provides access to the AUTOBIDLOG.EXPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

Expiration date of the credit card.

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

getDeviceExpirationInEJBType

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

This method provides access to the AUTOBIDLOG.EXPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

Expiration date of the credit card.

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

setDeviceExpiration

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

setDeviceExpiration

public void setDeviceExpiration(java.sql.Timestamp 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 AUTOBIDLOG.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 AutoBidLogAccessBeanData
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 AutoBidLogAccessBeanData

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

The following is a description of this column:

ID of autobid that was changed.

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

The following is a description of this column:

ID of autobid that was changed.

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 AutoBidLogAccessBeanData

setId

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

getLastBidId

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

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

The following is a description of this column:

Reserved for IBM internal use.

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

getLastBidIdInEJBType

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

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

setLastBidId

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

setLastBidId

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

getShippingAddressId

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

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

The following is a description of this column:

The shipping address specified by the user submitting the bid.

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

getShippingAddressIdInEJBType

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

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

The following is a description of this column:

The shipping address specified by the user submitting the bid.

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

setShippingAddressId

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

setShippingAddressId

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

Feedback