com.ibm.commerce.negotiation.objects
Class AuctionLogAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.negotiation.objects.AuctionLogAccessBean
All Implemented Interfaces:
AuctionLogAccessBeanData, java.io.Serializable

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

This bean provides access to the AUCTIONLOG table.

The following is a description of this table:

This table contains the history of changes made to an auction. The auction row is stored in this table before it is changed.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
AuctionLogAccessBean()
          Zero argument constructor used to initialize the access bean.
AuctionLogAccessBean(AuctionAccessBean auctionAB)
          Creates an access bean with the specified attributes.
AuctionLogAccessBean(javax.ejb.EJBObject object)
          Creates an access bean for the specified EJB
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 java.util.Enumeration findByAuction(java.lang.Long auctionId)
          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) NULL.
 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 NULL.
 int getActionTypeInEJBType()
          This method provides access to the AUCTIONLOG.ACTIONTYPE column of DB2 type INTEGER NULL.
 java.lang.String getAdminId()
          This method provides access to the AUCTIONLOG.ADMIN_ID column of DB2 type BIGINT NULL.
 java.lang.Long getAdminIdInEJBType()
          This method provides access to the AUCTIONLOG.ADMIN_ID column of DB2 type BIGINT NULL.
 java.lang.String getAuctionType()
          This method provides access to the AUCTIONLOG.AUTYPE column of DB2 type CHAR(4) NULL.
 java.lang.String getBestBidId()
          This method provides access to the AUCTIONLOG.BESTBID_ID column of DB2 type BIGINT NULL.
 java.lang.Long getBestBidIdInEJBType()
          This method provides access to the AUCTIONLOG.BESTBID_ID column of DB2 type BIGINT NULL.
 java.lang.String getBidRuleId()
          This method provides access to the AUCTIONLOG.BIDRULE_ID column of DB2 type BIGINT NULL.
 java.lang.Long getBidRuleIdInEJBType()
          This method provides access to the AUCTIONLOG.BIDRULE_ID column of DB2 type BIGINT NULL.
 java.lang.String getBookKeepingTime()
          This method provides access to the AUCTIONLOG.LASTBKTIME column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getBookKeepingTimeInEJBType()
          This method provides access to the AUCTIONLOG.LASTBKTIME column of DB2 type TIMESTAMP NULL.
 java.lang.String getClosePriceRule()
          This method provides access to the AUCTIONLOG.CLOSEPR column of DB2 type CHAR(4) NULL.
 java.lang.String getCloseType()
          This method provides access to the AUCTIONLOG.CLOSETYPE column of DB2 type INTEGER NULL.
 int getCloseTypeInEJBType()
          This method provides access to the AUCTIONLOG.CLOSETYPE column of DB2 type INTEGER NULL.
 java.lang.String getCurrency()
          This method provides access to the AUCTIONLOG.CURRENCY column of DB2 type CHAR(4) NULL.
 java.lang.String getCurrentPrice()
          This method provides access to the AUCTIONLOG.CURRPRICE column of DB2 type DECIMAL(20,5) NULL.
 java.math.BigDecimal getCurrentPriceInEJBType()
          This method provides access to the AUCTIONLOG.CURRPRICE column of DB2 type DECIMAL(20,5) NULL.
 java.lang.String getCurrentQuantity()
          This method provides access to the AUCTIONLOG.CURRQUANT column of DB2 type FLOAT NULL.
 java.lang.Double getCurrentQuantityInEJBType()
          This method provides access to the AUCTIONLOG.CURRQUANT column of DB2 type FLOAT NULL.
 java.lang.String getDeposit()
          This method provides access to the AUCTIONLOG.DEPOSIT column of DB2 type DECIMAL(20,5) NULL.
 java.math.BigDecimal getDepositInEJBType()
          This method provides access to the AUCTIONLOG.DEPOSIT column of DB2 type DECIMAL(20,5) NULL.
 java.lang.String getDuration()
          This method provides access to the AUCTIONLOG.DURATION column of DB2 type TIMESTAMP NULL.
 java.lang.String getDurationDays()
          This method provides access to the AUCTIONLOG.DURDAYS column of DB2 type INTEGER NULL.
 int getDurationDaysInEJBType()
          This method provides access to the AUCTIONLOG.DURDAYS column of DB2 type INTEGER NULL.
 java.sql.Timestamp getDurationInEJBType()
          This method provides access to the AUCTIONLOG.DURATION column of DB2 type TIMESTAMP NULL.
 java.lang.String getEndTime()
          This method provides access to the AUCTIONLOG.ENDTIME column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getEndTimeInEJBType()
          This method provides access to the AUCTIONLOG.ENDTIME column of DB2 type TIMESTAMP NULL.
 java.lang.String getEntryId()
          This method provides access to the AUCTIONLOG.CATENTRY_ID column of DB2 type BIGINT NULL.
 java.lang.Long getEntryIdInEJBType()
          This method provides access to the AUCTIONLOG.CATENTRY_ID column of DB2 type BIGINT NULL.
 java.lang.String getField1()
          This method provides access to the AUCTIONLOG.FIELD1 column of DB2 type BIGINT NULL.
 java.lang.Long getField1InEJBType()
          This method provides access to the AUCTIONLOG.FIELD1 column of DB2 type BIGINT NULL.
 java.lang.String getField2()
          This method provides access to the AUCTIONLOG.FIELD2 column of DB2 type BIGINT NULL.
 java.lang.Long getField2InEJBType()
          This method provides access to the AUCTIONLOG.FIELD2 column of DB2 type BIGINT NULL.
 java.lang.String getField3()
          This method provides access to the AUCTIONLOG.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
 java.math.BigDecimal getField3InEJBType()
          This method provides access to the AUCTIONLOG.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
 java.lang.String getField4()
          This method provides access to the AUCTIONLOG.FIELD4 column of DB2 type DECIMAL(20,5) NULL.
 java.math.BigDecimal getField4InEJBType()
          This method provides access to the AUCTIONLOG.FIELD4 column of DB2 type DECIMAL(20,5) NULL.
 java.lang.String getField5()
          This method provides access to the AUCTIONLOG.FIELD5 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getField6()
          This method provides access to the AUCTIONLOG.FIELD6 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getFullfillmentCenterId()
          This method provides access to the AUCTIONLOG.FFMCENTER_ID column of DB2 type INTEGER NULL.
 java.lang.Integer getFullfillmentCenterIdInEJBType()
          This method provides access to the AUCTIONLOG.FFMCENTER_ID column of DB2 type INTEGER NULL.
 java.lang.String getHighestBidId()
          This method provides access to the AUCTIONLOG.HIGHBID_ID column of DB2 type BIGINT NULL.
 java.lang.Long getHighestBidIdInEJBType()
          This method provides access to the AUCTIONLOG.HIGHBID_ID column of DB2 type BIGINT NULL.
 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 NULL.
 java.lang.Long getInventoryReservationIdInEJBType()
          This method provides access to the AUCTIONLOG.INVRSRVID column of DB2 type BIGINT NULL.
 java.lang.String getLockFlag()
          This method provides access to the AUCTIONLOG.LOCKFLAG column of DB2 type INTEGER NULL.
 int getLockFlagInEJBType()
          This method provides access to the AUCTIONLOG.LOCKFLAG column of DB2 type INTEGER NULL.
 java.lang.String getMemberGroupId()
          This method provides access to the AUCTIONLOG.MBRGRP_ID column of DB2 type BIGINT NULL.
 java.lang.Long getMemberGroupIdInEJBType()
          This method provides access to the AUCTIONLOG.MBRGRP_ID column of DB2 type BIGINT NULL.
 java.lang.String getOpenPrice()
          This method provides access to the AUCTIONLOG.OPENPRICE column of DB2 type DECIMAL(20,5) NULL.
 java.math.BigDecimal getOpenPriceInEJBType()
          This method provides access to the AUCTIONLOG.OPENPRICE column of DB2 type DECIMAL(20,5) NULL.
 java.lang.String getOwnerId()
          This method provides access to the AUCTIONLOG.OWNER_ID column of DB2 type BIGINT NULL.
 java.lang.Long getOwnerIdInEJBType()
          This method provides access to the AUCTIONLOG.OWNER_ID column of DB2 type BIGINT NULL.
 java.lang.String getPaymentMethods()
          This method provides access to the AUCTIONLOG.PAYMETHODS column of DB2 type CHAR(254) NULL.
 java.lang.String getPrecedence()
          This method provides access to the AUCTIONLOG.PRECEDENCE column of DB2 type INTEGER NULL.
 int getPrecedenceInEJBType()
          This method provides access to the AUCTIONLOG.PRECEDENCE column of DB2 type INTEGER NULL.
 java.lang.String getQuantity()
          This method provides access to the AUCTIONLOG.AUQUANT column of DB2 type FLOAT NULL.
 java.lang.Double getQuantityInEJBType()
          This method provides access to the AUCTIONLOG.AUQUANT column of DB2 type FLOAT NULL.
 java.lang.String getRealEndTime()
          This method provides access to the AUCTIONLOG.REALENDTIME column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getRealEndTimeInEJBType()
          This method provides access to the AUCTIONLOG.REALENDTIME column of DB2 type TIMESTAMP NULL.
 java.lang.String getReferenceCode()
          This method provides access to the AUCTIONLOG.REFCODE column of DB2 type CHAR(36) NULL.
 java.lang.String getRefPrice()
          This method provides access to the AUCTIONLOG.REFPRICE column of DB2 type DECIMAL(20,5) NULL.
 java.math.BigDecimal getRefPriceInEJBType()
          This method provides access to the AUCTIONLOG.REFPRICE column of DB2 type DECIMAL(20,5) NULL.
 java.lang.String getReservePrice()
          This method provides access to the AUCTIONLOG.RESRVPRICE column of DB2 type DECIMAL(20,5) NULL.
 java.math.BigDecimal getReservePriceInEJBType()
          This method provides access to the AUCTIONLOG.RESRVPRICE column of DB2 type DECIMAL(20,5) NULL.
 java.lang.String getRetractBid()
          This method provides access to the AUCTIONLOG.RETRACT_BID column of DB2 type INTEGER NULL.
 int getRetractBidInEJBType()
          This method provides access to the AUCTIONLOG.RETRACT_BID column of DB2 type INTEGER NULL.
 java.lang.String getRulePage()
          This method provides access to the AUCTIONLOG.RULEPAGE column of DB2 type VARCHAR(254) NULL.
 java.lang.String getScale()
          This method provides access to the AUCTIONLOG.QUANTSCALE column of DB2 type INTEGER NULL.
 int getScaleInEJBType()
          This method provides access to the AUCTIONLOG.QUANTSCALE column of DB2 type INTEGER NULL.
 java.lang.String getStartTime()
          This method provides access to the AUCTIONLOG.STARTTIME column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getStartTimeInEJBType()
          This method provides access to the AUCTIONLOG.STARTTIME column of DB2 type TIMESTAMP NULL.
 java.lang.String getState()
          This method provides access to the AUCTIONLOG.STATE column of DB2 type INTEGER NULL.
 int getStateInEJBType()
          This method provides access to the AUCTIONLOG.STATE column of DB2 type INTEGER NULL.
 java.lang.String getStatus()
          This method provides access to the AUCTIONLOG.AUSTATUS column of DB2 type CHAR(4) NULL.
 java.lang.String getSupplierId()
          This method provides access to the AUCTIONLOG.SUPPLIER_ID column of DB2 type BIGINT NULL.
 java.lang.Long getSupplierIdInEJBType()
          This method provides access to the AUCTIONLOG.SUPPLIER_ID column of DB2 type BIGINT NULL.
 java.lang.String getUpdateTime()
          This method provides access to the AUCTIONLOG.UPDATETIME column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getUpdateTimeInEJBType()
          This method provides access to the AUCTIONLOG.UPDATETIME column of DB2 type TIMESTAMP NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setActionComment(java.lang.String aActionComment1)
          This method provides access to the AUCTIONLOG.ACTIONMSG column of DB2 type VARCHAR(254) NULL.
 void setActionTime(java.lang.String aActionTime1)
          This method provides access to the AUCTIONLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL.
 void setActionTime(java.sql.Timestamp aActionTime1)
          This method provides access to the AUCTIONLOG.ACTIONTIME column of DB2 type TIMESTAMP NOT NULL.
 void setActionType(int aActionType1)
          This method provides access to the AUCTIONLOG.ACTIONTYPE column of DB2 type INTEGER NULL.
 void setActionType(java.lang.String aActionType1)
          This method provides access to the AUCTIONLOG.ACTIONTYPE column of DB2 type INTEGER NULL.
 void setAdminId(java.lang.Long aAdminId1)
          This method provides access to the AUCTIONLOG.ADMIN_ID column of DB2 type BIGINT NULL.
 void setAdminId(java.lang.String aAdminId1)
          This method provides access to the AUCTIONLOG.ADMIN_ID column of DB2 type BIGINT NULL.
 void setAuctionType(java.lang.String aAuctionType1)
          This method provides access to the AUCTIONLOG.AUTYPE column of DB2 type CHAR(4) NULL.
 void setBestBidId(java.lang.Long aBestBidId1)
          This method provides access to the AUCTIONLOG.BESTBID_ID column of DB2 type BIGINT NULL.
 void setBestBidId(java.lang.String aBestBidId1)
          This method provides access to the AUCTIONLOG.BESTBID_ID column of DB2 type BIGINT NULL.
 void setBidRuleId(java.lang.Long aBidRuleId1)
          This method provides access to the AUCTIONLOG.BIDRULE_ID column of DB2 type BIGINT NULL.
 void setBidRuleId(java.lang.String aBidRuleId1)
          This method provides access to the AUCTIONLOG.BIDRULE_ID column of DB2 type BIGINT NULL.
 void setBookKeepingTime(java.lang.String aBookKeepingTime1)
          This method provides access to the AUCTIONLOG.LASTBKTIME column of DB2 type TIMESTAMP NULL.
 void setBookKeepingTime(java.sql.Timestamp aBookKeepingTime1)
          This method provides access to the AUCTIONLOG.LASTBKTIME column of DB2 type TIMESTAMP NULL.
 void setClosePriceRule(java.lang.String aClosePriceRule1)
          This method provides access to the AUCTIONLOG.CLOSEPR column of DB2 type CHAR(4) NULL.
 void setCloseType(int aCloseType1)
          This method provides access to the AUCTIONLOG.CLOSETYPE column of DB2 type INTEGER NULL.
 void setCloseType(java.lang.String aCloseType1)
          This method provides access to the AUCTIONLOG.CLOSETYPE column of DB2 type INTEGER NULL.
 void setCurrency(java.lang.String aCurrency1)
          This method provides access to the AUCTIONLOG.CURRENCY column of DB2 type CHAR(4) NULL.
 void setCurrentPrice(java.math.BigDecimal aCurrentPrice1)
          This method provides access to the AUCTIONLOG.CURRPRICE column of DB2 type DECIMAL(20,5) NULL.
 void setCurrentPrice(java.lang.String aCurrentPrice1)
          This method provides access to the AUCTIONLOG.CURRPRICE column of DB2 type DECIMAL(20,5) NULL.
 void setCurrentQuantity(java.lang.Double aCurrentQuantity1)
          This method provides access to the AUCTIONLOG.CURRQUANT column of DB2 type FLOAT NULL.
 void setCurrentQuantity(java.lang.String aCurrentQuantity1)
          This method provides access to the AUCTIONLOG.CURRQUANT column of DB2 type FLOAT NULL.
 void setDeposit(java.math.BigDecimal aDeposit1)
          This method provides access to the AUCTIONLOG.DEPOSIT column of DB2 type DECIMAL(20,5) NULL.
 void setDeposit(java.lang.String aDeposit1)
          This method provides access to the AUCTIONLOG.DEPOSIT column of DB2 type DECIMAL(20,5) NULL.
 void setDuration(java.lang.String aDuration1)
          This method provides access to the AUCTIONLOG.DURATION column of DB2 type TIMESTAMP NULL.
 void setDuration(java.sql.Timestamp aDuration1)
          This method provides access to the AUCTIONLOG.DURATION column of DB2 type TIMESTAMP NULL.
 void setDurationDays(int aDurationDays1)
          This method provides access to the AUCTIONLOG.DURDAYS column of DB2 type INTEGER NULL.
 void setDurationDays(java.lang.String aDurationDays1)
          This method provides access to the AUCTIONLOG.DURDAYS column of DB2 type INTEGER NULL.
 void setEndTime(java.lang.String aEndTime1)
          This method provides access to the AUCTIONLOG.ENDTIME column of DB2 type TIMESTAMP NULL.
 void setEndTime(java.sql.Timestamp aEndTime1)
          This method provides access to the AUCTIONLOG.ENDTIME column of DB2 type TIMESTAMP NULL.
 void setEntryId(java.lang.Long aEntryId1)
          This method provides access to the AUCTIONLOG.CATENTRY_ID column of DB2 type BIGINT NULL.
 void setEntryId(java.lang.String aEntryId1)
          This method provides access to the AUCTIONLOG.CATENTRY_ID column of DB2 type BIGINT NULL.
 void setField1(java.lang.Long aField11)
          This method provides access to the AUCTIONLOG.FIELD1 column of DB2 type BIGINT NULL.
 void setField1(java.lang.String aField11)
          This method provides access to the AUCTIONLOG.FIELD1 column of DB2 type BIGINT NULL.
 void setField2(java.lang.Long aField21)
          This method provides access to the AUCTIONLOG.FIELD2 column of DB2 type BIGINT NULL.
 void setField2(java.lang.String aField21)
          This method provides access to the AUCTIONLOG.FIELD2 column of DB2 type BIGINT NULL.
 void setField3(java.math.BigDecimal aField31)
          This method provides access to the AUCTIONLOG.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
 void setField3(java.lang.String aField31)
          This method provides access to the AUCTIONLOG.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
 void setField4(java.math.BigDecimal aField41)
          This method provides access to the AUCTIONLOG.FIELD4 column of DB2 type DECIMAL(20,5) NULL.
 void setField4(java.lang.String aField41)
          This method provides access to the AUCTIONLOG.FIELD4 column of DB2 type DECIMAL(20,5) NULL.
 void setField5(java.lang.String aField51)
          This method provides access to the AUCTIONLOG.FIELD5 column of DB2 type VARCHAR(254) NULL.
 void setField6(java.lang.String aField61)
          This method provides access to the AUCTIONLOG.FIELD6 column of DB2 type VARCHAR(254) NULL.
 void setFullfillmentCenterId(java.lang.Integer aFullfillmentCenterId1)
          This method provides access to the AUCTIONLOG.FFMCENTER_ID column of DB2 type INTEGER NULL.
 void setFullfillmentCenterId(java.lang.String aFullfillmentCenterId1)
          This method provides access to the AUCTIONLOG.FFMCENTER_ID column of DB2 type INTEGER NULL.
 void setHighestBidId(java.lang.Long aHighestBidId1)
          This method provides access to the AUCTIONLOG.HIGHBID_ID column of DB2 type BIGINT NULL.
 void setHighestBidId(java.lang.String aHighestBidId1)
          This method provides access to the AUCTIONLOG.HIGHBID_ID column of DB2 type BIGINT NULL.
 void setId(java.lang.Long aId1)
          This method provides access to the AUCTIONLOG.AUCT_ID column of DB2 type BIGINT NOT NULL.
 void setId(java.lang.String aId1)
          This method provides access to the AUCTIONLOG.AUCT_ID column of DB2 type BIGINT NOT NULL.
 void setInitKey_actionTime(java.sql.Timestamp aInitKey_actionTime1)
          Set the primary key for this object
 void setInitKey_id(java.lang.Long aInitKey_id1)
          Set the primary key for this object
 void setInventoryReservationId(java.lang.Long aInventoryReservationId1)
          This method provides access to the AUCTIONLOG.INVRSRVID column of DB2 type BIGINT NULL.
 void setInventoryReservationId(java.lang.String aInventoryReservationId1)
          This method provides access to the AUCTIONLOG.INVRSRVID column of DB2 type BIGINT NULL.
 void setLockFlag(int aLockFlag1)
          This method provides access to the AUCTIONLOG.LOCKFLAG column of DB2 type INTEGER NULL.
 void setLockFlag(java.lang.String aLockFlag1)
          This method provides access to the AUCTIONLOG.LOCKFLAG column of DB2 type INTEGER NULL.
 void setMemberGroupId(java.lang.Long aMemberGroupId1)
          This method provides access to the AUCTIONLOG.MBRGRP_ID column of DB2 type BIGINT NULL.
 void setMemberGroupId(java.lang.String aMemberGroupId1)
          This method provides access to the AUCTIONLOG.MBRGRP_ID column of DB2 type BIGINT NULL.
 void setOpenPrice(java.math.BigDecimal aOpenPrice1)
          This method provides access to the AUCTIONLOG.OPENPRICE column of DB2 type DECIMAL(20,5) NULL.
 void setOpenPrice(java.lang.String aOpenPrice1)
          This method provides access to the AUCTIONLOG.OPENPRICE column of DB2 type DECIMAL(20,5) NULL.
 void setOwnerId(java.lang.Long aOwnerId1)
          This method provides access to the AUCTIONLOG.OWNER_ID column of DB2 type BIGINT NULL.
 void setOwnerId(java.lang.String aOwnerId1)
          This method provides access to the AUCTIONLOG.OWNER_ID column of DB2 type BIGINT NULL.
 void setPaymentMethods(java.lang.String aPaymentMethods1)
          This method provides access to the AUCTIONLOG.PAYMETHODS column of DB2 type CHAR(254) NULL.
 void setPrecedence(int aPrecedence1)
          This method provides access to the AUCTIONLOG.PRECEDENCE column of DB2 type INTEGER NULL.
 void setPrecedence(java.lang.String aPrecedence1)
          This method provides access to the AUCTIONLOG.PRECEDENCE column of DB2 type INTEGER NULL.
 void setQuantity(java.lang.Double aQuantity1)
          This method provides access to the AUCTIONLOG.AUQUANT column of DB2 type FLOAT NULL.
 void setQuantity(java.lang.String aQuantity1)
          This method provides access to the AUCTIONLOG.AUQUANT column of DB2 type FLOAT NULL.
 void setRealEndTime(java.lang.String aRealEndTime1)
          This method provides access to the AUCTIONLOG.REALENDTIME column of DB2 type TIMESTAMP NULL.
 void setRealEndTime(java.sql.Timestamp aRealEndTime1)
          This method provides access to the AUCTIONLOG.REALENDTIME column of DB2 type TIMESTAMP NULL.
 void setReferenceCode(java.lang.String aReferenceCode1)
          This method provides access to the AUCTIONLOG.REFCODE column of DB2 type CHAR(36) NULL.
 void setRefPrice(java.math.BigDecimal aRefPrice1)
          This method provides access to the AUCTIONLOG.REFPRICE column of DB2 type DECIMAL(20,5) NULL.
 void setRefPrice(java.lang.String aRefPrice1)
          This method provides access to the AUCTIONLOG.REFPRICE column of DB2 type DECIMAL(20,5) NULL.
 void setReservePrice(java.math.BigDecimal aReservePrice1)
          This method provides access to the AUCTIONLOG.RESRVPRICE column of DB2 type DECIMAL(20,5) NULL.
 void setReservePrice(java.lang.String aReservePrice1)
          This method provides access to the AUCTIONLOG.RESRVPRICE column of DB2 type DECIMAL(20,5) NULL.
 void setRetractBid(int aRetractBid1)
          This method provides access to the AUCTIONLOG.RETRACT_BID column of DB2 type INTEGER NULL.
 void setRetractBid(java.lang.String aRetractBid1)
          This method provides access to the AUCTIONLOG.RETRACT_BID column of DB2 type INTEGER NULL.
 void setRulePage(java.lang.String aRulePage1)
          This method provides access to the AUCTIONLOG.RULEPAGE column of DB2 type VARCHAR(254) NULL.
 void setScale(int aScale1)
          This method provides access to the AUCTIONLOG.QUANTSCALE column of DB2 type INTEGER NULL.
 void setScale(java.lang.String aScale1)
          This method provides access to the AUCTIONLOG.QUANTSCALE column of DB2 type INTEGER NULL.
 void setStartTime(java.lang.String aStartTime1)
          This method provides access to the AUCTIONLOG.STARTTIME column of DB2 type TIMESTAMP NULL.
 void setStartTime(java.sql.Timestamp aStartTime1)
          This method provides access to the AUCTIONLOG.STARTTIME column of DB2 type TIMESTAMP NULL.
 void setState(int aState1)
          This method provides access to the AUCTIONLOG.STATE column of DB2 type INTEGER NULL.
 void setState(java.lang.String aState1)
          This method provides access to the AUCTIONLOG.STATE column of DB2 type INTEGER NULL.
 void setStatus(java.lang.String aStatus1)
          This method provides access to the AUCTIONLOG.AUSTATUS column of DB2 type CHAR(4) NULL.
 void setSupplierId(java.lang.Long aSupplierId1)
          This method provides access to the AUCTIONLOG.SUPPLIER_ID column of DB2 type BIGINT NULL.
 void setSupplierId(java.lang.String aSupplierId1)
          This method provides access to the AUCTIONLOG.SUPPLIER_ID column of DB2 type BIGINT NULL.
 void setUpdateTime(java.lang.String aUpdateTime1)
          This method provides access to the AUCTIONLOG.UPDATETIME column of DB2 type TIMESTAMP NULL.
 void setUpdateTime(java.sql.Timestamp aUpdateTime1)
          This method provides access to the AUCTIONLOG.UPDATETIME column of DB2 type TIMESTAMP NULL.
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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:


AuctionLogAccessBean

public AuctionLogAccessBean(AuctionAccessBean auctionAB)
                     throws javax.ejb.CreateException,
                            java.rmi.RemoteException,
                            javax.naming.NamingException

Creates an access bean with the specified attributes.

Parameters:
auctionAB - The auction which will be copied to the auction log.

AuctionLogAccessBean

public AuctionLogAccessBean(javax.ejb.EJBObject object)
                     throws java.rmi.RemoteException

Creates an access bean for the specified EJB

Parameters:
object - The EJB Object used for the access bean construction.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception.
Method Detail

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

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByAuction

public java.util.Enumeration findByAuction(java.lang.Long auctionId)
                                    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:
auctionId - The auction id.
Returns:
An Enumeration of all the AuctionLogAccessBeans representing rows that match the search criteria.

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) NULL.

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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

The following is a description of this column:

The type of change made to the auction.

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

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

The following is a description of this column:

The type of change made to the auction.

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

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

The following is a description of this column:

The ID of the administrator who changed the auction.

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

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

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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) NULL.

The following is a description of this column:

Auction type. Valid values: O=open cry, SB=sealed bid, D=dutch.

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

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

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:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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

The following is a description of this column:

ID of the bid rule used for this auction.

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

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

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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

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:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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) NULL.

The following is a description of this column:

Auction closing price rule. Valid values: D=discriminative, ND=non-discriminative.

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

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

The following is a description of this column:

Auction closing rule. Valid values: 1=at a fixed end time, 2=if a specified amount of time has elapsed since the last bid, 3=based on logical OR 1 and 2, 4=based on logical AND 1 and 2.

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

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

The following is a description of this column:

Auction closing rule. Valid values: 1=at a fixed end time, 2=if a specified amount of time has elapsed since the last bid, 3=based on logical OR 1 and 2, 4=based on logical AND 1 and 2.

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

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) NULL.

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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) NULL.

The following is a description of this column:

Current auction price. Used for Dutch auctions.

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

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) NULL.

The following is a description of this column:

Current auction price. Used for Dutch auctions.

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

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

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:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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) NULL.

The following is a description of this column:

The amount of deposit required for the auction.

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

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) NULL.

The following is a description of this column:

The amount of deposit required for the auction.

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

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

The following is a description of this column:

Auction duration.

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

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

The following is a description of this column:

Auction duration in days.

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

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

The following is a description of this column:

Auction duration in days.

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

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

The following is a description of this column:

Auction duration.

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

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

The following is a description of this column:

Auction ending time.

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

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

The following is a description of this column:

Auction ending time.

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

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

The following is a description of this column:

ID of the item that is on auction.

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

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

The following is a description of this column:

ID of the item that is on auction.

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

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

The following is a description of this column:

Customizable.

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

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

The following is a description of this column:

Customizable.

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

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

The following is a description of this column:

Customizable.

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

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

The following is a description of this column:

Customizable.

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

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) NULL.

The following is a description of this column:

Customizable.

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

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) NULL.

The following is a description of this column:

Customizable.

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

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) NULL.

The following is a description of this column:

Customizable.

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

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) NULL.

The following is a description of this column:

Customizable.

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

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) NULL.

The following is a description of this column:

Customizable.

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

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) NULL.

The following is a description of this column:

Customizable.

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

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

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:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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

The following is a description of this column:

ID of the bid with the highest price.

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

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

The following is a description of this column:

ID of the bid with the highest price.

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

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. AUCT_ID from AUCTION table.

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

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. AUCT_ID from AUCTION table.

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

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

The following is a description of this column:

Inventory reservation ID.

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

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

The following is a description of this column:

Inventory reservation ID.

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

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

The following is a description of this column:

Lock flag. Valid values: 0=unlocked, 1=locked.

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

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

The following is a description of this column:

Lock flag. Valid values: 0=unlocked, 1=locked.

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

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

The following is a description of this column:

Reserved for IBM internal use.

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

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

The following is a description of this column:

Reserved for IBM internal use.

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

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) NULL.

The following is a description of this column:

Opening price.

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

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) NULL.

The following is a description of this column:

Opening price.

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

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

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:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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) NULL.

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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

The following is a description of this column:

Reserved for IBM internal use.

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

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

The following is a description of this column:

Reserved for IBM internal use.

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

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

The following is a description of this column:

Quantity available on auction.

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

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

The following is a description of this column:

Quantity available on auction.

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

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

The following is a description of this column:

Ending date and time.

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

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

The following is a description of this column:

Ending date and time.

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

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) NULL.

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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) NULL.

The following is a description of this column:

Reserved for IBM internal use.

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

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) NULL.

The following is a description of this column:

Reserved for IBM internal use.

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

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) NULL.

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:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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) NULL.

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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

The following is a description of this column:

Reserved for IBM internal use.

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

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

The following is a description of this column:

Reserved for IBM internal use.

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

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) NULL.

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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

The following is a description of this column:

Reserved for IBM internal use.

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

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

The following is a description of this column:

Reserved for IBM internal use.

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

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

The following is a description of this column:

Auction start time.

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

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

The following is a description of this column:

Auction start time.

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

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

The following is a description of this column:

Reserved for IBM internal use.

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

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

The following is a description of this column:

Reserved for IBM internal use.

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

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) NULL.

The following is a description of this column:

Auction status. Valid values: BC=bidding closed, SC=settlement closed, C=current, F=future, and R=retracted or deleted.

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

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

The following is a description of this column:

Reserved for IBM internal use.

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

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

The following is a description of this column:

Reserved for IBM internal use.

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

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

The following is a description of this column:

Auction end time.

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

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

The following is a description of this column:

Auction end time.

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

refreshCopyHelper

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

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setActionComment

public void setActionComment(java.lang.String aActionComment1)

This method provides access to the AUCTIONLOG.ACTIONMSG column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

An explanation of the change made to the auction.

Specified by:
setActionComment in interface AuctionLogAccessBeanData
Parameters:
aActionComment1 - java.lang.String
Returns:
void

setActionTime

public void setActionTime(java.lang.String aActionTime1)

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:
setActionTime in interface AuctionLogAccessBeanData
Parameters:
aActionTime1 - java.lang.String
Returns:
void

setActionTime

public void setActionTime(java.sql.Timestamp aActionTime1)

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.

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

setActionType

public void setActionType(int aActionType1)

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

The following is a description of this column:

The type of change made to the auction.

Parameters:
aActionType1 - int
Returns:
void

setActionType

public void setActionType(java.lang.String aActionType1)

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

The following is a description of this column:

The type of change made to the auction.

Specified by:
setActionType in interface AuctionLogAccessBeanData
Parameters:
aActionType1 - java.lang.String
Returns:
void

setAdminId

public void setAdminId(java.lang.Long aAdminId1)

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

The following is a description of this column:

The ID of the administrator who changed the auction.

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

setAdminId

public void setAdminId(java.lang.String aAdminId1)

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

The following is a description of this column:

The ID of the administrator who changed the auction.

Specified by:
setAdminId in interface AuctionLogAccessBeanData
Parameters:
aAdminId1 - java.lang.String
Returns:
void

setAuctionType

public void setAuctionType(java.lang.String aAuctionType1)

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

The following is a description of this column:

Auction type. Valid values: O=open cry, SB=sealed bid, D=dutch.

Specified by:
setAuctionType in interface AuctionLogAccessBeanData
Parameters:
aAuctionType1 - java.lang.String
Returns:
void

setBestBidId

public void setBestBidId(java.lang.Long aBestBidId1)

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

The following is a description of this column:

ID of the best bid for this auction. Only used for open cry auctions.

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

setBestBidId

public void setBestBidId(java.lang.String aBestBidId1)

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

The following is a description of this column:

ID of the best bid for this auction. Only used for open cry auctions.

Specified by:
setBestBidId in interface AuctionLogAccessBeanData
Parameters:
aBestBidId1 - java.lang.String
Returns:
void

setBidRuleId

public void setBidRuleId(java.lang.Long aBidRuleId1)

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

The following is a description of this column:

ID of the bid rule used for this auction.

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

setBidRuleId

public void setBidRuleId(java.lang.String aBidRuleId1)

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

The following is a description of this column:

ID of the bid rule used for this auction.

Specified by:
setBidRuleId in interface AuctionLogAccessBeanData
Parameters:
aBidRuleId1 - java.lang.String
Returns:
void

setBookKeepingTime

public void setBookKeepingTime(java.lang.String aBookKeepingTime1)

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

The following is a description of this column:

Updated when best bid is calculated by way of schedule task.

Specified by:
setBookKeepingTime in interface AuctionLogAccessBeanData
Parameters:
aBookKeepingTime1 - java.lang.String
Returns:
void

setBookKeepingTime

public void setBookKeepingTime(java.sql.Timestamp aBookKeepingTime1)

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

The following is a description of this column:

Updated when best bid is calculated by way of schedule task.

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

setClosePriceRule

public void setClosePriceRule(java.lang.String aClosePriceRule1)

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

The following is a description of this column:

Auction closing price rule. Valid values: D=discriminative, ND=non-discriminative.

Specified by:
setClosePriceRule in interface AuctionLogAccessBeanData
Parameters:
aClosePriceRule1 - java.lang.String
Returns:
void

setCloseType

public void setCloseType(int aCloseType1)

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

The following is a description of this column:

Auction closing rule. Valid values: 1=at a fixed end time, 2=if a specified amount of time has elapsed since the last bid, 3=based on logical OR 1 and 2, 4=based on logical AND 1 and 2.

Parameters:
aCloseType1 - int
Returns:
void

setCloseType

public void setCloseType(java.lang.String aCloseType1)

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

The following is a description of this column:

Auction closing rule. Valid values: 1=at a fixed end time, 2=if a specified amount of time has elapsed since the last bid, 3=based on logical OR 1 and 2, 4=based on logical AND 1 and 2.

Specified by:
setCloseType in interface AuctionLogAccessBeanData
Parameters:
aCloseType1 - java.lang.String
Returns:
void

setCurrency

public void setCurrency(java.lang.String aCurrency1)

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

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:
setCurrency in interface AuctionLogAccessBeanData
Parameters:
aCurrency1 - java.lang.String
Returns:
void

setCurrentPrice

public void setCurrentPrice(java.math.BigDecimal aCurrentPrice1)

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

The following is a description of this column:

Current auction price. Used for Dutch auctions.

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

setCurrentPrice

public void setCurrentPrice(java.lang.String aCurrentPrice1)

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

The following is a description of this column:

Current auction price. Used for Dutch auctions.

Specified by:
setCurrentPrice in interface AuctionLogAccessBeanData
Parameters:
aCurrentPrice1 - java.lang.String
Returns:
void

setCurrentQuantity

public void setCurrentQuantity(java.lang.Double aCurrentQuantity1)

This method provides access to the AUCTIONLOG.CURRQUANT column of DB2 type FLOAT NULL.

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.

Parameters:
aCurrentQuantity1 - java.lang.Double
Returns:
void

setCurrentQuantity

public void setCurrentQuantity(java.lang.String aCurrentQuantity1)

This method provides access to the AUCTIONLOG.CURRQUANT column of DB2 type FLOAT NULL.

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:
setCurrentQuantity in interface AuctionLogAccessBeanData
Parameters:
aCurrentQuantity1 - java.lang.String
Returns:
void

setDeposit

public void setDeposit(java.math.BigDecimal aDeposit1)

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

The following is a description of this column:

The amount of deposit required for the auction.

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

setDeposit

public void setDeposit(java.lang.String aDeposit1)

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

The following is a description of this column:

The amount of deposit required for the auction.

Specified by:
setDeposit in interface AuctionLogAccessBeanData
Parameters:
aDeposit1 - java.lang.String
Returns:
void

setDuration

public void setDuration(java.lang.String aDuration1)

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

The following is a description of this column:

Auction duration.

Specified by:
setDuration in interface AuctionLogAccessBeanData
Parameters:
aDuration1 - java.lang.String
Returns:
void

setDuration

public void setDuration(java.sql.Timestamp aDuration1)

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

The following is a description of this column:

Auction duration.

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

setDurationDays

public void setDurationDays(int aDurationDays1)

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

The following is a description of this column:

Auction duration in days.

Parameters:
aDurationDays1 - int
Returns:
void

setDurationDays

public void setDurationDays(java.lang.String aDurationDays1)

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

The following is a description of this column:

Auction duration in days.

Specified by:
setDurationDays in interface AuctionLogAccessBeanData
Parameters:
aDurationDays1 - java.lang.String
Returns:
void

setEndTime

public void setEndTime(java.lang.String aEndTime1)

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

The following is a description of this column:

Auction ending time.

Specified by:
setEndTime in interface AuctionLogAccessBeanData
Parameters:
aEndTime1 - java.lang.String
Returns:
void

setEndTime

public void setEndTime(java.sql.Timestamp aEndTime1)

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

The following is a description of this column:

Auction ending time.

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

setEntryId

public void setEntryId(java.lang.Long aEntryId1)

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

The following is a description of this column:

ID of the item that is on auction.

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

setEntryId

public void setEntryId(java.lang.String aEntryId1)

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

The following is a description of this column:

ID of the item that is on auction.

Specified by:
setEntryId in interface AuctionLogAccessBeanData
Parameters:
aEntryId1 - java.lang.String
Returns:
void

setField1

public void setField1(java.lang.Long aField11)

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

The following is a description of this column:

Customizable.

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

setField1

public void setField1(java.lang.String aField11)

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

The following is a description of this column:

Customizable.

Specified by:
setField1 in interface AuctionLogAccessBeanData
Parameters:
aField11 - java.lang.String
Returns:
void

setField2

public void setField2(java.lang.Long aField21)

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

The following is a description of this column:

Customizable.

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

setField2

public void setField2(java.lang.String aField21)

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

The following is a description of this column:

Customizable.

Specified by:
setField2 in interface AuctionLogAccessBeanData
Parameters:
aField21 - java.lang.String
Returns:
void

setField3

public void setField3(java.math.BigDecimal aField31)

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

The following is a description of this column:

Customizable.

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

setField3

public void setField3(java.lang.String aField31)

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

The following is a description of this column:

Customizable.

Specified by:
setField3 in interface AuctionLogAccessBeanData
Parameters:
aField31 - java.lang.String
Returns:
void

setField4

public void setField4(java.math.BigDecimal aField41)

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

The following is a description of this column:

Customizable.

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

setField4

public void setField4(java.lang.String aField41)

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

The following is a description of this column:

Customizable.

Specified by:
setField4 in interface AuctionLogAccessBeanData
Parameters:
aField41 - java.lang.String
Returns:
void

setField5

public void setField5(java.lang.String aField51)

This method provides access to the AUCTIONLOG.FIELD5 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Specified by:
setField5 in interface AuctionLogAccessBeanData
Parameters:
aField51 - java.lang.String
Returns:
void

setField6

public void setField6(java.lang.String aField61)

This method provides access to the AUCTIONLOG.FIELD6 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Specified by:
setField6 in interface AuctionLogAccessBeanData
Parameters:
aField61 - java.lang.String
Returns:
void

setFullfillmentCenterId

public void setFullfillmentCenterId(java.lang.Integer aFullfillmentCenterId1)

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

The following is a description of this column:

Fulfillment center ID. The ID of the fulfillment center that provides the inventory for the auction.

Parameters:
aFullfillmentCenterId1 - java.lang.Integer
Returns:
void

setFullfillmentCenterId

public void setFullfillmentCenterId(java.lang.String aFullfillmentCenterId1)

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

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:
setFullfillmentCenterId in interface AuctionLogAccessBeanData
Parameters:
aFullfillmentCenterId1 - java.lang.String
Returns:
void

setHighestBidId

public void setHighestBidId(java.lang.Long aHighestBidId1)

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

The following is a description of this column:

ID of the bid with the highest price.

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

setHighestBidId

public void setHighestBidId(java.lang.String aHighestBidId1)

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

The following is a description of this column:

ID of the bid with the highest price.

Specified by:
setHighestBidId in interface AuctionLogAccessBeanData
Parameters:
aHighestBidId1 - java.lang.String
Returns:
void

setId

public void setId(java.lang.Long aId1)

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. AUCT_ID from AUCTION table.

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

setId

public void setId(java.lang.String aId1)

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. AUCT_ID from AUCTION table.

Specified by:
setId in interface AuctionLogAccessBeanData
Parameters:
aId1 - java.lang.String
Returns:
void

setInitKey_actionTime

public void setInitKey_actionTime(java.sql.Timestamp aInitKey_actionTime1)

Set the primary key for this object

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

setInitKey_id

public void setInitKey_id(java.lang.Long aInitKey_id1)

Set the primary key for this object

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

setInventoryReservationId

public void setInventoryReservationId(java.lang.Long aInventoryReservationId1)

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

The following is a description of this column:

Inventory reservation ID.

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

setInventoryReservationId

public void setInventoryReservationId(java.lang.String aInventoryReservationId1)

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

The following is a description of this column:

Inventory reservation ID.

Specified by:
setInventoryReservationId in interface AuctionLogAccessBeanData
Parameters:
aInventoryReservationId1 - java.lang.String
Returns:
void

setLockFlag

public void setLockFlag(int aLockFlag1)

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

The following is a description of this column:

Lock flag. Valid values: 0=unlocked, 1=locked.

Parameters:
aLockFlag1 - int
Returns:
void

setLockFlag

public void setLockFlag(java.lang.String aLockFlag1)

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

The following is a description of this column:

Lock flag. Valid values: 0=unlocked, 1=locked.

Specified by:
setLockFlag in interface AuctionLogAccessBeanData
Parameters:
aLockFlag1 - java.lang.String
Returns:
void

setMemberGroupId

public void setMemberGroupId(java.lang.Long aMemberGroupId1)

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

The following is a description of this column:

Reserved for IBM internal use.

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

setMemberGroupId

public void setMemberGroupId(java.lang.String aMemberGroupId1)

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

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setMemberGroupId in interface AuctionLogAccessBeanData
Parameters:
aMemberGroupId1 - java.lang.String
Returns:
void

setOpenPrice

public void setOpenPrice(java.math.BigDecimal aOpenPrice1)

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

The following is a description of this column:

Opening price.

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

setOpenPrice

public void setOpenPrice(java.lang.String aOpenPrice1)

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

The following is a description of this column:

Opening price.

Specified by:
setOpenPrice in interface AuctionLogAccessBeanData
Parameters:
aOpenPrice1 - java.lang.String
Returns:
void

setOwnerId

public void setOwnerId(java.lang.Long aOwnerId1)

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

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.

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

setOwnerId

public void setOwnerId(java.lang.String aOwnerId1)

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

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:
setOwnerId in interface AuctionLogAccessBeanData
Parameters:
aOwnerId1 - java.lang.String
Returns:
void

setPaymentMethods

public void setPaymentMethods(java.lang.String aPaymentMethods1)

This method provides access to the AUCTIONLOG.PAYMETHODS column of DB2 type CHAR(254) NULL.

The following is a description of this column:

Allowable payment methods.

Specified by:
setPaymentMethods in interface AuctionLogAccessBeanData
Parameters:
aPaymentMethods1 - java.lang.String
Returns:
void

setPrecedence

public void setPrecedence(int aPrecedence1)

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

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aPrecedence1 - int
Returns:
void

setPrecedence

public void setPrecedence(java.lang.String aPrecedence1)

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

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setPrecedence in interface AuctionLogAccessBeanData
Parameters:
aPrecedence1 - java.lang.String
Returns:
void

setQuantity

public void setQuantity(java.lang.Double aQuantity1)

This method provides access to the AUCTIONLOG.AUQUANT column of DB2 type FLOAT NULL.

The following is a description of this column:

Quantity available on auction.

Parameters:
aQuantity1 - java.lang.Double
Returns:
void

setQuantity

public void setQuantity(java.lang.String aQuantity1)

This method provides access to the AUCTIONLOG.AUQUANT column of DB2 type FLOAT NULL.

The following is a description of this column:

Quantity available on auction.

Specified by:
setQuantity in interface AuctionLogAccessBeanData
Parameters:
aQuantity1 - java.lang.String
Returns:
void

setRealEndTime

public void setRealEndTime(java.lang.String aRealEndTime1)

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

The following is a description of this column:

Ending date and time.

Specified by:
setRealEndTime in interface AuctionLogAccessBeanData
Parameters:
aRealEndTime1 - java.lang.String
Returns:
void

setRealEndTime

public void setRealEndTime(java.sql.Timestamp aRealEndTime1)

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

The following is a description of this column:

Ending date and time.

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

setReferenceCode

public void setReferenceCode(java.lang.String aReferenceCode1)

This method provides access to the AUCTIONLOG.REFCODE column of DB2 type CHAR(36) NULL.

The following is a description of this column:

Reference code. A unique code that identifies the auction.

Specified by:
setReferenceCode in interface AuctionLogAccessBeanData
Parameters:
aReferenceCode1 - java.lang.String
Returns:
void

setRefPrice

public void setRefPrice(java.math.BigDecimal aRefPrice1)

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

The following is a description of this column:

Reserved for IBM internal use.

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

setRefPrice

public void setRefPrice(java.lang.String aRefPrice1)

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

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setRefPrice in interface AuctionLogAccessBeanData
Parameters:
aRefPrice1 - java.lang.String
Returns:
void

setReservePrice

public void setReservePrice(java.math.BigDecimal aReservePrice1)

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

The following is a description of this column:

Reserve price. Bids below the reserve price will be ignored when winning bids are determined.

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

setReservePrice

public void setReservePrice(java.lang.String aReservePrice1)

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

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:
setReservePrice in interface AuctionLogAccessBeanData
Parameters:
aReservePrice1 - java.lang.String
Returns:
void

setRetractBid

public void setRetractBid(int aRetractBid1)

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

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aRetractBid1 - int
Returns:
void

setRetractBid

public void setRetractBid(java.lang.String aRetractBid1)

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

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setRetractBid in interface AuctionLogAccessBeanData
Parameters:
aRetractBid1 - java.lang.String
Returns:
void

setRulePage

public void setRulePage(java.lang.String aRulePage1)

This method provides access to the AUCTIONLOG.RULEPAGE column of DB2 type VARCHAR(254) NULL.

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:
setRulePage in interface AuctionLogAccessBeanData
Parameters:
aRulePage1 - java.lang.String
Returns:
void

setScale

public void setScale(int aScale1)

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

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aScale1 - int
Returns:
void

setScale

public void setScale(java.lang.String aScale1)

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

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setScale in interface AuctionLogAccessBeanData
Parameters:
aScale1 - java.lang.String
Returns:
void

setStartTime

public void setStartTime(java.lang.String aStartTime1)

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

The following is a description of this column:

Auction start time.

Specified by:
setStartTime in interface AuctionLogAccessBeanData
Parameters:
aStartTime1 - java.lang.String
Returns:
void

setStartTime

public void setStartTime(java.sql.Timestamp aStartTime1)

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

The following is a description of this column:

Auction start time.

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

setState

public void setState(int aState1)

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

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aState1 - int
Returns:
void

setState

public void setState(java.lang.String aState1)

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

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setState in interface AuctionLogAccessBeanData
Parameters:
aState1 - java.lang.String
Returns:
void

setStatus

public void setStatus(java.lang.String aStatus1)

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

The following is a description of this column:

Auction status. Valid values: BC=bidding closed, SC=settlement closed, C=current, F=future, and R=retracted or deleted.

Specified by:
setStatus in interface AuctionLogAccessBeanData
Parameters:
aStatus1 - java.lang.String
Returns:
void

setSupplierId

public void setSupplierId(java.lang.Long aSupplierId1)

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

The following is a description of this column:

Reserved for IBM internal use.

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

setSupplierId

public void setSupplierId(java.lang.String aSupplierId1)

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

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setSupplierId in interface AuctionLogAccessBeanData
Parameters:
aSupplierId1 - java.lang.String
Returns:
void

setUpdateTime

public void setUpdateTime(java.lang.String aUpdateTime1)

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

The following is a description of this column:

Auction end time.

Specified by:
setUpdateTime in interface AuctionLogAccessBeanData
Parameters:
aUpdateTime1 - java.lang.String
Returns:
void

setUpdateTime

public void setUpdateTime(java.sql.Timestamp aUpdateTime1)

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

The following is a description of this column:

Auction end time.

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