com.ibm.commerce.negotiation.objects
Class AuctionStyleAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.negotiation.objects.AuctionStyleAccessBean
All Implemented Interfaces:
AuctionStyleAccessBeanData, java.io.Serializable
Direct Known Subclasses:
AuctionStyleDataBean

public class AuctionStyleAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements AuctionStyleAccessBeanData

This bean provides access to the AUCTSTYLE table.

The following is a description of this table:

This table stores information about available auction styles.

See Also:
Serialized Form

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

AuctionStyleAccessBean

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:


AuctionStyleAccessBean

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

Creates an access bean for the specified EJB

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

AuctionStyleAccessBean

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.

Parameters:
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

commitCopyHelper

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

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

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

findAllAuctionStyles

public 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

Parameters:
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.
Returns:
An Enumeration of all the AuctionStyleAccessBeans representing rows that match the search criteria.

findAuctionStylesByBidRule

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

Parameters:
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.
Returns:
An Enumeration of all the AuctionStyleAccessBeans representing rows that match the search criteria.

findAuctionStylesByOwner

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

Parameters:
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.
Returns:
An Enumeration of all the AuctionStyleAccessBeans representing rows that match the search criteria.

findAuctionStylesByOwnerAndType

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

Parameters:
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.
Returns:
An Enumeration of all the AuctionStyleAccessBeans representing rows that match the search criteria.

findAuctionStylesByType

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

Parameters:
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.
Returns:
An Enumeration of all the AuctionStyleAccessBeans representing rows that match the search criteria.

fulfills

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.

Parameters:
aFills1 - java.lang.Long
aFills2 - java.lang.String
Returns:
boolean
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
java.lang.Exception - The java.lang.Exception exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAdminId

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

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

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

getAdminIdInEJBType

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

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

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

getAuctionType

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

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

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

getBidRuleId

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

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

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

getBidRuleIdInEJBType

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

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

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

getClosePriceRule

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

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

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

getCloseType

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

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

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

getCloseTypeInEJBType

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

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

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

getCurrency

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

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

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

getDeposit

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

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

The following is a description of this column:

Deposit amount required for the auction.

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

getDepositInEJBType

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

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

The following is a description of this column:

Deposit amount required for the auction.

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

getDuration

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

This method provides access to the AUCTSTYLE.ASDURATION column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Auction duration.

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

getDurationDays

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

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

The following is a description of this column:

Auction duration in days.

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

getDurationDaysInEJBType

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

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

The following is a description of this column:

Auction duration in days.

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

getDurationInEJBType

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

This method provides access to the AUCTSTYLE.ASDURATION column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Auction duration.

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

getEndDays

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

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

getEndDaysInEJBType

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

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

getEndTime

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

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

The following is a description of this column:

Auction ending date and time.

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

getEndTimeInEJBType

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

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

The following is a description of this column:

Auction ending date and time.

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

getItemPage

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

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

getName

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

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

getOpenPrice

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

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

The following is a description of this column:

Opening price. Used by Dutch auctions.

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

getOpenPriceInEJBType

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

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

The following is a description of this column:

Opening price. Used by Dutch auctions.

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

getOwner

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

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

getOwnerId

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

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

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

getOwnerIdInEJBType

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

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

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

getQuantity

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

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

The following is a description of this column:

Auction quantity.

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

getQuantityInEJBType

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

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

The following is a description of this column:

Auction quantity.

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

getReservePrice

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

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

The following is a description of this column:

Reserve price for the auction.

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

getReservePriceInEJBType

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

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

The following is a description of this column:

Reserve price for the auction.

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

getRulePage

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

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

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

getStartDays

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

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

getStartDaysInEJBType

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

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

getStartTime

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

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

The following is a description of this column:

Auction starting time.

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

getStartTimeInEJBType

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

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

The following is a description of this column:

Auction starting time.

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

refreshCopyHelper

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

Load data from the EJBObject.

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

setAdminId

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

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

setAdminId

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

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

setAuctionType

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

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

setBidRuleId

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

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

setBidRuleId

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

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

setClosePriceRule

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

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

setCloseType

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

Parameters:
aCloseType1 - int
Returns:
void

setCloseType

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

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

setCurrency

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

Specified by:
setCurrency in interface AuctionStyleAccessBeanData
Parameters:
aCurrency1 - java.lang.String
Returns:
void

setDeposit

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

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

setDeposit

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

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

setDuration

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

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

setDuration

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

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

setDurationDays

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

Parameters:
aDurationDays1 - int
Returns:
void

setDurationDays

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

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

setEndDays

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

Parameters:
aEndDays1 - int
Returns:
void

setEndDays

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

Specified by:
setEndDays in interface AuctionStyleAccessBeanData
Parameters:
aEndDays1 - java.lang.String
Returns:
void

setEndTime

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

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

setEndTime

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

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

setInitKey_name

public void setInitKey_name(java.lang.String aInitKey_name1)

Set the primary key for this object

Parameters:
aInitKey_name1 - java.lang.String
Returns:
void

setInitKey_ownerId

public void setInitKey_ownerId(java.lang.Long aInitKey_ownerId1)

Set the primary key for this object

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

setItemPage

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

Specified by:
setItemPage in interface AuctionStyleAccessBeanData
Parameters:
aItemPage1 - java.lang.String
Returns:
void

setName

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

Specified by:
setName in interface AuctionStyleAccessBeanData
Parameters:
aName1 - java.lang.String
Returns:
void

setOpenPrice

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

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

setOpenPrice

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

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

setOwnerId

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

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

setOwnerId

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

Specified by:
setOwnerId in interface AuctionStyleAccessBeanData
Parameters:
aOwnerId1 - java.lang.String
Returns:
void

setQuantity

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

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

setQuantity

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

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

setReservePrice

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

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

setReservePrice

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

Specified by:
setReservePrice in interface AuctionStyleAccessBeanData
Parameters:
aReservePrice1 - java.lang.String
Returns:
void

setRulePage

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

Specified by:
setRulePage in interface AuctionStyleAccessBeanData
Parameters:
aRulePage1 - java.lang.String
Returns:
void

setStartDays

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

Parameters:
aStartDays1 - int
Returns:
void

setStartDays

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

Specified by:
setStartDays in interface AuctionStyleAccessBeanData
Parameters:
aStartDays1 - java.lang.String
Returns:
void

setStartTime

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

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

setStartTime

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

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