|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.negotiation.objects.AuctionLogAccessBean
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.
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 |
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:
public AuctionLogAccessBean(AuctionAccessBean auctionAB) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes.
auctionAB
- The auction which will be copied to the auction log.public AuctionLogAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exception.Method Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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=?
auctionId
- The auction id.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.
getActionComment
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getActionTime
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getActionType
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getAdminId
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getAuctionType
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getBestBidId
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getBidRuleId
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getBookKeepingTime
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getClosePriceRule
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getCloseType
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getCurrency
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getCurrentPrice
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getCurrentQuantity
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getDeposit
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getDuration
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getDurationDays
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getEndTime
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getEntryId
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getField1
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getField2
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getField3
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getField4
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getField5
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getField6
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getFullfillmentCenterId
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getHighestBidId
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getId
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getInventoryReservationId
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getLockFlag
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getMemberGroupId
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getOpenPrice
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getOwnerId
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getPaymentMethods
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getPrecedence
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getQuantity
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getRealEndTime
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getReferenceCode
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getRefPrice
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getReservePrice
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getRetractBid
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getRulePage
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getScale
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getStartTime
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getState
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getStatus
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getSupplierId
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getUpdateTime
in interface AuctionLogAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
setActionComment
in interface AuctionLogAccessBeanData
aActionComment1
- java.lang.Stringpublic 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.
setActionTime
in interface AuctionLogAccessBeanData
aActionTime1
- java.lang.Stringpublic 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.
aActionTime1
- java.sql.Timestamppublic 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.
aActionType1
- intpublic 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.
setActionType
in interface AuctionLogAccessBeanData
aActionType1
- java.lang.Stringpublic 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.
aAdminId1
- java.lang.Longpublic 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.
setAdminId
in interface AuctionLogAccessBeanData
aAdminId1
- java.lang.Stringpublic 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.
setAuctionType
in interface AuctionLogAccessBeanData
aAuctionType1
- java.lang.Stringpublic 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.
aBestBidId1
- java.lang.Longpublic 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.
setBestBidId
in interface AuctionLogAccessBeanData
aBestBidId1
- java.lang.Stringpublic 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.
aBidRuleId1
- java.lang.Longpublic 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.
setBidRuleId
in interface AuctionLogAccessBeanData
aBidRuleId1
- java.lang.Stringpublic 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.
setBookKeepingTime
in interface AuctionLogAccessBeanData
aBookKeepingTime1
- java.lang.Stringpublic 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.
aBookKeepingTime1
- java.sql.Timestamppublic 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.
setClosePriceRule
in interface AuctionLogAccessBeanData
aClosePriceRule1
- java.lang.Stringpublic 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.
aCloseType1
- intpublic 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.
setCloseType
in interface AuctionLogAccessBeanData
aCloseType1
- java.lang.Stringpublic 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.
setCurrency
in interface AuctionLogAccessBeanData
aCurrency1
- java.lang.Stringpublic 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.
aCurrentPrice1
- java.math.BigDecimalpublic 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.
setCurrentPrice
in interface AuctionLogAccessBeanData
aCurrentPrice1
- java.lang.Stringpublic 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.
aCurrentQuantity1
- java.lang.Doublepublic 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.
setCurrentQuantity
in interface AuctionLogAccessBeanData
aCurrentQuantity1
- java.lang.Stringpublic 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.
aDeposit1
- java.math.BigDecimalpublic 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.
setDeposit
in interface AuctionLogAccessBeanData
aDeposit1
- java.lang.Stringpublic 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.
setDuration
in interface AuctionLogAccessBeanData
aDuration1
- java.lang.Stringpublic 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.
aDuration1
- java.sql.Timestamppublic 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.
aDurationDays1
- intpublic 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.
setDurationDays
in interface AuctionLogAccessBeanData
aDurationDays1
- java.lang.Stringpublic 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.
setEndTime
in interface AuctionLogAccessBeanData
aEndTime1
- java.lang.Stringpublic 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.
aEndTime1
- java.sql.Timestamppublic 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.
aEntryId1
- java.lang.Longpublic 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.
setEntryId
in interface AuctionLogAccessBeanData
aEntryId1
- java.lang.Stringpublic 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.
aField11
- java.lang.Longpublic 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.
setField1
in interface AuctionLogAccessBeanData
aField11
- java.lang.Stringpublic 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.
aField21
- java.lang.Longpublic 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.
setField2
in interface AuctionLogAccessBeanData
aField21
- java.lang.Stringpublic 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.
aField31
- java.math.BigDecimalpublic 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.
setField3
in interface AuctionLogAccessBeanData
aField31
- java.lang.Stringpublic 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.
aField41
- java.math.BigDecimalpublic 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.
setField4
in interface AuctionLogAccessBeanData
aField41
- java.lang.Stringpublic 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.
setField5
in interface AuctionLogAccessBeanData
aField51
- java.lang.Stringpublic 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.
setField6
in interface AuctionLogAccessBeanData
aField61
- java.lang.Stringpublic 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.
aFullfillmentCenterId1
- java.lang.Integerpublic 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.
setFullfillmentCenterId
in interface AuctionLogAccessBeanData
aFullfillmentCenterId1
- java.lang.Stringpublic 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.
aHighestBidId1
- java.lang.Longpublic 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.
setHighestBidId
in interface AuctionLogAccessBeanData
aHighestBidId1
- java.lang.Stringpublic 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.
aId1
- java.lang.Longpublic 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.
setId
in interface AuctionLogAccessBeanData
aId1
- java.lang.Stringpublic void setInitKey_actionTime(java.sql.Timestamp aInitKey_actionTime1)
Set the primary key for this object
aInitKey_actionTime1
- java.sql.Timestamppublic void setInitKey_id(java.lang.Long aInitKey_id1)
Set the primary key for this object
aInitKey_id1
- java.lang.Longpublic 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.
aInventoryReservationId1
- java.lang.Longpublic 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.
setInventoryReservationId
in interface AuctionLogAccessBeanData
aInventoryReservationId1
- java.lang.Stringpublic 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.
aLockFlag1
- intpublic 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.
setLockFlag
in interface AuctionLogAccessBeanData
aLockFlag1
- java.lang.Stringpublic 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.
aMemberGroupId1
- java.lang.Longpublic 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.
setMemberGroupId
in interface AuctionLogAccessBeanData
aMemberGroupId1
- java.lang.Stringpublic 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.
aOpenPrice1
- java.math.BigDecimalpublic 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.
setOpenPrice
in interface AuctionLogAccessBeanData
aOpenPrice1
- java.lang.Stringpublic 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.
aOwnerId1
- java.lang.Longpublic 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.
setOwnerId
in interface AuctionLogAccessBeanData
aOwnerId1
- java.lang.Stringpublic 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.
setPaymentMethods
in interface AuctionLogAccessBeanData
aPaymentMethods1
- java.lang.Stringpublic 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.
aPrecedence1
- intpublic 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.
setPrecedence
in interface AuctionLogAccessBeanData
aPrecedence1
- java.lang.Stringpublic 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.
aQuantity1
- java.lang.Doublepublic 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.
setQuantity
in interface AuctionLogAccessBeanData
aQuantity1
- java.lang.Stringpublic 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.
setRealEndTime
in interface AuctionLogAccessBeanData
aRealEndTime1
- java.lang.Stringpublic 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.
aRealEndTime1
- java.sql.Timestamppublic 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.
setReferenceCode
in interface AuctionLogAccessBeanData
aReferenceCode1
- java.lang.Stringpublic 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.
aRefPrice1
- java.math.BigDecimalpublic 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.
setRefPrice
in interface AuctionLogAccessBeanData
aRefPrice1
- java.lang.Stringpublic 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.
aReservePrice1
- java.math.BigDecimalpublic 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.
setReservePrice
in interface AuctionLogAccessBeanData
aReservePrice1
- java.lang.Stringpublic 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.
aRetractBid1
- intpublic 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.
setRetractBid
in interface AuctionLogAccessBeanData
aRetractBid1
- java.lang.Stringpublic 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.
setRulePage
in interface AuctionLogAccessBeanData
aRulePage1
- java.lang.Stringpublic 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.
aScale1
- intpublic 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.
setScale
in interface AuctionLogAccessBeanData
aScale1
- java.lang.Stringpublic 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.
setStartTime
in interface AuctionLogAccessBeanData
aStartTime1
- java.lang.Stringpublic 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.
aStartTime1
- java.sql.Timestamppublic 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.
aState1
- intpublic 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.
setState
in interface AuctionLogAccessBeanData
aState1
- java.lang.Stringpublic 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.
setStatus
in interface AuctionLogAccessBeanData
aStatus1
- java.lang.Stringpublic 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.
aSupplierId1
- java.lang.Longpublic 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.
setSupplierId
in interface AuctionLogAccessBeanData
aSupplierId1
- java.lang.Stringpublic 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.
setUpdateTime
in interface AuctionLogAccessBeanData
aUpdateTime1
- java.lang.Stringpublic 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.
aUpdateTime1
- java.sql.Timestamp
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |