|
||||||||
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.AuctionStyleAccessBean
This bean provides access to the AUCTSTYLE table.
The following is a description of this table:
This table stores information about available auction styles.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
AuctionStyleAccessBean()
Zero argument constructor used to initialize the access bean. |
|
AuctionStyleAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
AuctionStyleAccessBean(java.lang.String name,
java.lang.Long ownerId,
java.lang.String type)
Creates an access bean with the specified attributes. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findAllAuctionStyles(com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all auction styles. |
java.util.Enumeration |
findAuctionStylesByBidRule(java.lang.Long ruleId,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all auction styles with the specified bid control rule. |
java.util.Enumeration |
findAuctionStylesByOwner(java.lang.Long ownerId,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all auction styles with the specified owner. |
java.util.Enumeration |
findAuctionStylesByOwnerAndType(java.lang.Long ownerId,
java.lang.String type,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all auction styles, for the auction type, with the specified owner. |
java.util.Enumeration |
findAuctionStylesByType(java.lang.String type,
com.ibm.commerce.negotiation.util.SortingAttribute sort)
Retrieves all auction styles for the specified auction type. |
boolean |
fulfills(java.lang.Long aFills1,
java.lang.String aFills2)
IBM internal use only. |
java.lang.String |
getAdminId()
This method provides access to the AUCTSTYLE.ADMIN_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getAdminIdInEJBType()
This method provides access to the AUCTSTYLE.ADMIN_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getAuctionType()
This method provides access to the AUCTSTYLE.ASTYPE column of DB2 type CHAR(4) NOT NULL. |
java.lang.String |
getBidRuleId()
This method provides access to the AUCTSTYLE.RULE_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getBidRuleIdInEJBType()
This method provides access to the AUCTSTYLE.RULE_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getClosePriceRule()
This method provides access to the AUCTSTYLE.CLOSEPR column of DB2 type CHAR(4) NULL. |
java.lang.String |
getCloseType()
This method provides access to the AUCTSTYLE.CLOSETYPE column of DB2 type INTEGER NULL. |
int |
getCloseTypeInEJBType()
This method provides access to the AUCTSTYLE.CLOSETYPE column of DB2 type INTEGER NULL. |
java.lang.String |
getCurrency()
This method provides access to the AUCTSTYLE.ASCUR column of DB2 type CHAR(4) NULL. |
java.lang.String |
getDeposit()
This method provides access to the AUCTSTYLE.DEPOSIT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getDepositInEJBType()
This method provides access to the AUCTSTYLE.DEPOSIT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getDuration()
This method provides access to the AUCTSTYLE.ASDURATION column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getDurationDays()
This method provides access to the AUCTSTYLE.DURDAYS column of DB2 type INTEGER NULL. |
int |
getDurationDaysInEJBType()
This method provides access to the AUCTSTYLE.DURDAYS column of DB2 type INTEGER NULL. |
java.sql.Timestamp |
getDurationInEJBType()
This method provides access to the AUCTSTYLE.ASDURATION column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getEndDays()
This method provides access to the AUCTSTYLE.ENDDAYS column of DB2 type INTEGER NULL. |
int |
getEndDaysInEJBType()
This method provides access to the AUCTSTYLE.ENDDAYS column of DB2 type INTEGER NULL. |
java.lang.String |
getEndTime()
This method provides access to the AUCTSTYLE.ENDTIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getEndTimeInEJBType()
This method provides access to the AUCTSTYLE.ENDTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getItemPage()
This method provides access to the AUCTSTYLE.ITEMPAGE column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getName()
This method provides access to the AUCTSTYLE.ASNAME column of DB2 type CHAR(38) NOT NULL. |
java.lang.String |
getOpenPrice()
This method provides access to the AUCTSTYLE.OPENPRICE column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getOpenPriceInEJBType()
This method provides access to the AUCTSTYLE.OPENPRICE column of DB2 type DECIMAL(20,5) NULL. |
java.lang.Long |
getOwner()
This method provides access to the AUCTSTYLE.OWNER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOwnerId()
This method provides access to the AUCTSTYLE.OWNER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOwnerIdInEJBType()
This method provides access to the AUCTSTYLE.OWNER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getQuantity()
This method provides access to the AUCTSTYLE.AUQUANT column of DB2 type FLOAT NOT NULL. |
java.lang.Double |
getQuantityInEJBType()
This method provides access to the AUCTSTYLE.AUQUANT column of DB2 type FLOAT NOT NULL. |
java.lang.String |
getReservePrice()
This method provides access to the AUCTSTYLE.RESERVPRICE column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getReservePriceInEJBType()
This method provides access to the AUCTSTYLE.RESERVPRICE column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getRulePage()
This method provides access to the AUCTSTYLE.RULEPAGE column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getStartDays()
This method provides access to the AUCTSTYLE.STARTDAYS column of DB2 type INTEGER NULL. |
int |
getStartDaysInEJBType()
This method provides access to the AUCTSTYLE.STARTDAYS column of DB2 type INTEGER NULL. |
java.lang.String |
getStartTime()
This method provides access to the AUCTSTYLE.STARTTIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getStartTimeInEJBType()
This method provides access to the AUCTSTYLE.STARTTIME column of DB2 type TIMESTAMP NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAdminId(java.lang.Long aAdminId1)
This method provides access to the AUCTSTYLE.ADMIN_ID column of DB2 type BIGINT NULL. |
void |
setAdminId(java.lang.String aAdminId1)
This method provides access to the AUCTSTYLE.ADMIN_ID column of DB2 type BIGINT NULL. |
void |
setAuctionType(java.lang.String aAuctionType1)
This method provides access to the AUCTSTYLE.ASTYPE column of DB2 type CHAR(4) NOT NULL. |
void |
setBidRuleId(java.lang.Long aBidRuleId1)
This method provides access to the AUCTSTYLE.RULE_ID column of DB2 type BIGINT NULL. |
void |
setBidRuleId(java.lang.String aBidRuleId1)
This method provides access to the AUCTSTYLE.RULE_ID column of DB2 type BIGINT NULL. |
void |
setClosePriceRule(java.lang.String aClosePriceRule1)
This method provides access to the AUCTSTYLE.CLOSEPR column of DB2 type CHAR(4) NULL. |
void |
setCloseType(int aCloseType1)
This method provides access to the AUCTSTYLE.CLOSETYPE column of DB2 type INTEGER NULL. |
void |
setCloseType(java.lang.String aCloseType1)
This method provides access to the AUCTSTYLE.CLOSETYPE column of DB2 type INTEGER NULL. |
void |
setCurrency(java.lang.String aCurrency1)
This method provides access to the AUCTSTYLE.ASCUR column of DB2 type CHAR(4) NULL. |
void |
setDeposit(java.math.BigDecimal aDeposit1)
This method provides access to the AUCTSTYLE.DEPOSIT column of DB2 type DECIMAL(20,5) NULL. |
void |
setDeposit(java.lang.String aDeposit1)
This method provides access to the AUCTSTYLE.DEPOSIT column of DB2 type DECIMAL(20,5) NULL. |
void |
setDuration(java.lang.String aDuration1)
This method provides access to the AUCTSTYLE.ASDURATION column of DB2 type TIMESTAMP NULL. |
void |
setDuration(java.sql.Timestamp aDuration1)
This method provides access to the AUCTSTYLE.ASDURATION column of DB2 type TIMESTAMP NULL. |
void |
setDurationDays(int aDurationDays1)
This method provides access to the AUCTSTYLE.DURDAYS column of DB2 type INTEGER NULL. |
void |
setDurationDays(java.lang.String aDurationDays1)
This method provides access to the AUCTSTYLE.DURDAYS column of DB2 type INTEGER NULL. |
void |
setEndDays(int aEndDays1)
This method provides access to the AUCTSTYLE.ENDDAYS column of DB2 type INTEGER NULL. |
void |
setEndDays(java.lang.String aEndDays1)
This method provides access to the AUCTSTYLE.ENDDAYS column of DB2 type INTEGER NULL. |
void |
setEndTime(java.lang.String aEndTime1)
This method provides access to the AUCTSTYLE.ENDTIME column of DB2 type TIMESTAMP NULL. |
void |
setEndTime(java.sql.Timestamp aEndTime1)
This method provides access to the AUCTSTYLE.ENDTIME column of DB2 type TIMESTAMP NULL. |
void |
setInitKey_name(java.lang.String aInitKey_name1)
Set the primary key for this object |
void |
setInitKey_ownerId(java.lang.Long aInitKey_ownerId1)
Set the primary key for this object |
void |
setItemPage(java.lang.String aItemPage1)
This method provides access to the AUCTSTYLE.ITEMPAGE column of DB2 type VARCHAR(254) NULL. |
void |
setName(java.lang.String aName1)
This method provides access to the AUCTSTYLE.ASNAME column of DB2 type CHAR(38) NOT NULL. |
void |
setOpenPrice(java.math.BigDecimal aOpenPrice1)
This method provides access to the AUCTSTYLE.OPENPRICE column of DB2 type DECIMAL(20,5) NULL. |
void |
setOpenPrice(java.lang.String aOpenPrice1)
This method provides access to the AUCTSTYLE.OPENPRICE column of DB2 type DECIMAL(20,5) NULL. |
void |
setOwnerId(java.lang.Long aOwnerId1)
This method provides access to the AUCTSTYLE.OWNER_ID column of DB2 type BIGINT NOT NULL. |
void |
setOwnerId(java.lang.String aOwnerId1)
This method provides access to the AUCTSTYLE.OWNER_ID column of DB2 type BIGINT NOT NULL. |
void |
setQuantity(java.lang.Double aQuantity1)
This method provides access to the AUCTSTYLE.AUQUANT column of DB2 type FLOAT NOT NULL. |
void |
setQuantity(java.lang.String aQuantity1)
This method provides access to the AUCTSTYLE.AUQUANT column of DB2 type FLOAT NOT NULL. |
void |
setReservePrice(java.math.BigDecimal aReservePrice1)
This method provides access to the AUCTSTYLE.RESERVPRICE column of DB2 type DECIMAL(20,5) NULL. |
void |
setReservePrice(java.lang.String aReservePrice1)
This method provides access to the AUCTSTYLE.RESERVPRICE column of DB2 type DECIMAL(20,5) NULL. |
void |
setRulePage(java.lang.String aRulePage1)
This method provides access to the AUCTSTYLE.RULEPAGE column of DB2 type VARCHAR(254) NULL. |
void |
setStartDays(int aStartDays1)
This method provides access to the AUCTSTYLE.STARTDAYS column of DB2 type INTEGER NULL. |
void |
setStartDays(java.lang.String aStartDays1)
This method provides access to the AUCTSTYLE.STARTDAYS column of DB2 type INTEGER NULL. |
void |
setStartTime(java.lang.String aStartTime1)
This method provides access to the AUCTSTYLE.STARTTIME column of DB2 type TIMESTAMP NULL. |
void |
setStartTime(java.sql.Timestamp aStartTime1)
This method provides access to the AUCTSTYLE.STARTTIME 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 AuctionStyleAccessBean()
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.AuctionStyle com.ibm.commerce.negotiation.objimpl.AuctionStyleHomeBase.findByPrimaryKey(com.ibm.commerce.negotiation.objects.AuctionStyleKey) 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 AuctionStyleAccessBean(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.public AuctionStyleAccessBean(java.lang.String name, java.lang.Long ownerId, java.lang.String type) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes.
name
- The auction style name.ownerId
- The owner of the auction style.type
- The auction type. Valid values: O=open cry, SB=sealed bid, D=dutch.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 findAllAuctionStyles(com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all auction styles.
The SQL query used to fetch all the required rows from the AUCTSTYLE table is:
SELECT * FROM AUCTSTYLE T1 WHERE 1=1
sort
- The sorting attribute. This is a set of column names and the order in which they are each to be
sorted (ascending, descending). This is used to build an ORDER BY clause.public java.util.Enumeration findAuctionStylesByBidRule(java.lang.Long ruleId, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all auction styles with the specified bid control rule.
The SQL query used to fetch all the required rows from the AUCTSTYLE table is:
SELECT * FROM AUCTSTYLE T1 WHERE T1.RULE_ID=?
ruleId
- The bid control rule id.sort
- The sorting attribute. This is a set of column names and the order in which they are each to be
sorted (ascending, descending). This is used to build an ORDER BY clause.public java.util.Enumeration findAuctionStylesByOwner(java.lang.Long ownerId, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all auction styles with the specified owner.
The SQL query used to fetch all the required rows from the AUCTSTYLE table is:
SELECT * FROM AUCTSTYLE T1 WHERE T1.OWNER_ID=?
ownerId
- The owner of the auction style.sort
- The sorting attribute. This is a set of column names and the order in which they are each to be
sorted (ascending, descending). This is used to build an ORDER BY clause.public java.util.Enumeration findAuctionStylesByOwnerAndType(java.lang.Long ownerId, java.lang.String type, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all auction styles, for the auction type, with the specified owner.
The SQL query used to fetch all the required rows from the AUCTSTYLE table is:
SELECT * FROM AUCTSTYLE T1 WHERE T1.OWNER_ID=? AND T1.ASTYPE=?
ownerId
- The owner of the auction style.type
- The auction type. Valid values: O=open cry, SB=sealed bid, D=dutch.sort
- The sorting attribute. This is a set of column names and the order in which they are each to be
sorted (ascending, descending). This is used to build an ORDER BY clause.public java.util.Enumeration findAuctionStylesByType(java.lang.String type, com.ibm.commerce.negotiation.util.SortingAttribute sort) throws javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException
Retrieves all auction styles for the specified auction type.
The SQL query used to fetch all the required rows from the AUCTSTYLE table is:
SELECT * FROM AUCTSTYLE T1 WHERE T1.ASTYPE=?
type
- The auction type. Valid values: O=open cry, SB=sealed bid, D=dutch.sort
- The sorting attribute. This is a set of column names and the order in which they are each to be
sorted (ascending, descending). This is used to build an ORDER BY clause.public boolean fulfills(java.lang.Long aFills1, java.lang.String aFills2) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
aFills1
- java.lang.LongaFills2
- java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjava.lang.Exception
- The java.lang.Exception 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 AUCTSTYLE.ADMIN_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the administrator who created the auction style.
getAdminId
in interface AuctionStyleAccessBeanData
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 AUCTSTYLE.ADMIN_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the administrator who created the auction style.
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 AUCTSTYLE.ASTYPE column of DB2 type CHAR(4) NOT NULL.
The following is a description of this column:
Auction type. Valid values: O=open cry, SB=sealed bid, D=dutch.
getAuctionType
in interface AuctionStyleAccessBeanData
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 AUCTSTYLE.RULE_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Bid control rule for this auction. Foreign key to the CONTRLRULE table.
getBidRuleId
in interface AuctionStyleAccessBeanData
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 AUCTSTYLE.RULE_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Bid control rule for this auction. Foreign key to the CONTRLRULE 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 getClosePriceRule() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.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 AuctionStyleAccessBeanData
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 AUCTSTYLE.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 AuctionStyleAccessBeanData
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 AUCTSTYLE.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 AUCTSTYLE.ASCUR column of DB2 type CHAR(4) NULL.
The following is a description of this column:
Currency code. This is a currency code as per ISO 4217 standards.
getCurrency
in interface AuctionStyleAccessBeanData
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 AUCTSTYLE.DEPOSIT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Deposit amount required for the auction.
getDeposit
in interface AuctionStyleAccessBeanData
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 AUCTSTYLE.DEPOSIT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Deposit amount 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 AUCTSTYLE.ASDURATION column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Auction duration.
getDuration
in interface AuctionStyleAccessBeanData
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 AUCTSTYLE.DURDAYS column of DB2 type INTEGER NULL.
The following is a description of this column:
Auction duration in days.
getDurationDays
in interface AuctionStyleAccessBeanData
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 AUCTSTYLE.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 AUCTSTYLE.ASDURATION 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 getEndDays() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.ENDDAYS column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
getEndDays
in interface AuctionStyleAccessBeanData
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 getEndDaysInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.ENDDAYS 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 getEndTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.ENDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Auction ending date and time.
getEndTime
in interface AuctionStyleAccessBeanData
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 AUCTSTYLE.ENDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Auction 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 getItemPage() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.ITEMPAGE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Name of the page used to display the item when it is on auction.
getItemPage
in interface AuctionStyleAccessBeanData
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 getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.ASNAME column of DB2 type CHAR(38) NOT NULL.
The following is a description of this column:
Auction style name.
getName
in interface AuctionStyleAccessBeanData
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 AUCTSTYLE.OPENPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Opening price. Used by Dutch auctions.
getOpenPrice
in interface AuctionStyleAccessBeanData
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 AUCTSTYLE.OPENPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Opening price. Used by 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.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID of the owner of the auction style.
java.lang.Exception
- The java.lang.Exception exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException 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 AUCTSTYLE.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID of the owner of the auction style.
getOwnerId
in interface AuctionStyleAccessBeanData
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 AUCTSTYLE.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID of the owner of the auction style.
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 AUCTSTYLE.AUQUANT column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Auction quantity.
getQuantity
in interface AuctionStyleAccessBeanData
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 AUCTSTYLE.AUQUANT column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Auction quantity.
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 AUCTSTYLE.RESERVPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserve price for the auction.
getReservePrice
in interface AuctionStyleAccessBeanData
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 AUCTSTYLE.RESERVPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserve price 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 getRulePage() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.RULEPAGE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Rule page. The name of the JSP file used to display the auction rules.
getRulePage
in interface AuctionStyleAccessBeanData
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 getStartDays() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.STARTDAYS column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
getStartDays
in interface AuctionStyleAccessBeanData
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 getStartDaysInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the AUCTSTYLE.STARTDAYS 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 AUCTSTYLE.STARTTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Auction starting time.
getStartTime
in interface AuctionStyleAccessBeanData
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 AUCTSTYLE.STARTTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Auction starting 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 setAdminId(java.lang.Long aAdminId1)
This method provides access to the AUCTSTYLE.ADMIN_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the administrator who created the auction style.
aAdminId1
- java.lang.Longpublic void setAdminId(java.lang.String aAdminId1)
This method provides access to the AUCTSTYLE.ADMIN_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the administrator who created the auction style.
setAdminId
in interface AuctionStyleAccessBeanData
aAdminId1
- java.lang.Stringpublic void setAuctionType(java.lang.String aAuctionType1)
This method provides access to the AUCTSTYLE.ASTYPE column of DB2 type CHAR(4) NOT NULL.
The following is a description of this column:
Auction type. Valid values: O=open cry, SB=sealed bid, D=dutch.
setAuctionType
in interface AuctionStyleAccessBeanData
aAuctionType1
- java.lang.Stringpublic void setBidRuleId(java.lang.Long aBidRuleId1)
This method provides access to the AUCTSTYLE.RULE_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Bid control rule for this auction. Foreign key to the CONTRLRULE table.
aBidRuleId1
- java.lang.Longpublic void setBidRuleId(java.lang.String aBidRuleId1)
This method provides access to the AUCTSTYLE.RULE_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Bid control rule for this auction. Foreign key to the CONTRLRULE table.
setBidRuleId
in interface AuctionStyleAccessBeanData
aBidRuleId1
- java.lang.Stringpublic void setClosePriceRule(java.lang.String aClosePriceRule1)
This method provides access to the AUCTSTYLE.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 AuctionStyleAccessBeanData
aClosePriceRule1
- java.lang.Stringpublic void setCloseType(int aCloseType1)
This method provides access to the AUCTSTYLE.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 AUCTSTYLE.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 AuctionStyleAccessBeanData
aCloseType1
- java.lang.Stringpublic void setCurrency(java.lang.String aCurrency1)
This method provides access to the AUCTSTYLE.ASCUR column of DB2 type CHAR(4) NULL.
The following is a description of this column:
Currency code. This is a currency code as per ISO 4217 standards.
setCurrency
in interface AuctionStyleAccessBeanData
aCurrency1
- java.lang.Stringpublic void setDeposit(java.math.BigDecimal aDeposit1)
This method provides access to the AUCTSTYLE.DEPOSIT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Deposit amount required for the auction.
aDeposit1
- java.math.BigDecimalpublic void setDeposit(java.lang.String aDeposit1)
This method provides access to the AUCTSTYLE.DEPOSIT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Deposit amount required for the auction.
setDeposit
in interface AuctionStyleAccessBeanData
aDeposit1
- java.lang.Stringpublic void setDuration(java.lang.String aDuration1)
This method provides access to the AUCTSTYLE.ASDURATION column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Auction duration.
setDuration
in interface AuctionStyleAccessBeanData
aDuration1
- java.lang.Stringpublic void setDuration(java.sql.Timestamp aDuration1)
This method provides access to the AUCTSTYLE.ASDURATION 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 AUCTSTYLE.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 AUCTSTYLE.DURDAYS column of DB2 type INTEGER NULL.
The following is a description of this column:
Auction duration in days.
setDurationDays
in interface AuctionStyleAccessBeanData
aDurationDays1
- java.lang.Stringpublic void setEndDays(int aEndDays1)
This method provides access to the AUCTSTYLE.ENDDAYS column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
aEndDays1
- intpublic void setEndDays(java.lang.String aEndDays1)
This method provides access to the AUCTSTYLE.ENDDAYS column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
setEndDays
in interface AuctionStyleAccessBeanData
aEndDays1
- java.lang.Stringpublic void setEndTime(java.lang.String aEndTime1)
This method provides access to the AUCTSTYLE.ENDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Auction ending date and time.
setEndTime
in interface AuctionStyleAccessBeanData
aEndTime1
- java.lang.Stringpublic void setEndTime(java.sql.Timestamp aEndTime1)
This method provides access to the AUCTSTYLE.ENDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Auction ending date and time.
aEndTime1
- java.sql.Timestamppublic void setInitKey_name(java.lang.String aInitKey_name1)
Set the primary key for this object
aInitKey_name1
- java.lang.Stringpublic void setInitKey_ownerId(java.lang.Long aInitKey_ownerId1)
Set the primary key for this object
aInitKey_ownerId1
- java.lang.Longpublic void setItemPage(java.lang.String aItemPage1)
This method provides access to the AUCTSTYLE.ITEMPAGE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Name of the page used to display the item when it is on auction.
setItemPage
in interface AuctionStyleAccessBeanData
aItemPage1
- java.lang.Stringpublic void setName(java.lang.String aName1)
This method provides access to the AUCTSTYLE.ASNAME column of DB2 type CHAR(38) NOT NULL.
The following is a description of this column:
Auction style name.
setName
in interface AuctionStyleAccessBeanData
aName1
- java.lang.Stringpublic void setOpenPrice(java.math.BigDecimal aOpenPrice1)
This method provides access to the AUCTSTYLE.OPENPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Opening price. Used by Dutch auctions.
aOpenPrice1
- java.math.BigDecimalpublic void setOpenPrice(java.lang.String aOpenPrice1)
This method provides access to the AUCTSTYLE.OPENPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Opening price. Used by Dutch auctions.
setOpenPrice
in interface AuctionStyleAccessBeanData
aOpenPrice1
- java.lang.Stringpublic void setOwnerId(java.lang.Long aOwnerId1)
This method provides access to the AUCTSTYLE.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID of the owner of the auction style.
aOwnerId1
- java.lang.Longpublic void setOwnerId(java.lang.String aOwnerId1)
This method provides access to the AUCTSTYLE.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID of the owner of the auction style.
setOwnerId
in interface AuctionStyleAccessBeanData
aOwnerId1
- java.lang.Stringpublic void setQuantity(java.lang.Double aQuantity1)
This method provides access to the AUCTSTYLE.AUQUANT column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Auction quantity.
aQuantity1
- java.lang.Doublepublic void setQuantity(java.lang.String aQuantity1)
This method provides access to the AUCTSTYLE.AUQUANT column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
Auction quantity.
setQuantity
in interface AuctionStyleAccessBeanData
aQuantity1
- java.lang.Stringpublic void setReservePrice(java.math.BigDecimal aReservePrice1)
This method provides access to the AUCTSTYLE.RESERVPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserve price for the auction.
aReservePrice1
- java.math.BigDecimalpublic void setReservePrice(java.lang.String aReservePrice1)
This method provides access to the AUCTSTYLE.RESERVPRICE column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserve price for the auction.
setReservePrice
in interface AuctionStyleAccessBeanData
aReservePrice1
- java.lang.Stringpublic void setRulePage(java.lang.String aRulePage1)
This method provides access to the AUCTSTYLE.RULEPAGE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Rule page. The name of the JSP file used to display the auction rules.
setRulePage
in interface AuctionStyleAccessBeanData
aRulePage1
- java.lang.Stringpublic void setStartDays(int aStartDays1)
This method provides access to the AUCTSTYLE.STARTDAYS column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
aStartDays1
- intpublic void setStartDays(java.lang.String aStartDays1)
This method provides access to the AUCTSTYLE.STARTDAYS column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
setStartDays
in interface AuctionStyleAccessBeanData
aStartDays1
- java.lang.Stringpublic void setStartTime(java.lang.String aStartTime1)
This method provides access to the AUCTSTYLE.STARTTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Auction starting time.
setStartTime
in interface AuctionStyleAccessBeanData
aStartTime1
- java.lang.Stringpublic void setStartTime(java.sql.Timestamp aStartTime1)
This method provides access to the AUCTSTYLE.STARTTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Auction starting time.
aStartTime1
- java.sql.Timestamp
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |