|
||||||||
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.contract.objects.PurchaseLimitAccessBean
This bean provides access to the PURCHASELT table.
The following is a description of this table:
The Purchase Limit table.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
PurchaseLimitAccessBean()
Default constructor. |
|
PurchaseLimitAccessBean(javax.ejb.EJBObject anObject)
Creates an access bean for the specified EJB |
|
PurchaseLimitAccessBean(java.lang.Long tcId,
java.lang.Long tpcId,
java.lang.Long catEntryId,
java.lang.String limitType)
Constructs an PurchaseLimitAccessBean object with the specified term condition ID, trading position container ID, catalog entry ID, ant the limit type. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByTC(java.lang.Long tcId)
Retrieves the PurchaseLimitAccessBean representing purchase limit with the specified term condition ID. |
PurchaseLimitAccessBean |
findByTCTradingPositionContainerAndCatEntry(java.lang.Long tcId,
java.lang.Long tpcId,
java.lang.Long catEntryId)
Retrieves the PurchaseLimitAccessBean representing purchase limit with the specified term condition ID, trading position container ID, and the catalog entry ID. |
java.lang.String |
getCatEntryId()
This method provides access to the PURCHASELT.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatEntryIdInEJBType()
This method provides access to the PURCHASELT.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getCurrency()
This method provides access to the PURCHASELT.CURRENCY column of DB2 type CHAR(3) NULL. |
java.lang.String |
getCurrentAmount()
This method provides access to the PURCHASELT.CURRENTAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getCurrentAmountInEJBType()
This method provides access to the PURCHASELT.CURRENTAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getCurrentQuantity()
This method provides access to the PURCHASELT.CURRENTQUANTITY column of DB2 type DOUBLE NULL. |
java.lang.Double |
getCurrentQuantityInEJBType()
This method provides access to the PURCHASELT.CURRENTQUANTITY column of DB2 type DOUBLE NULL. |
java.lang.String |
getLimitType()
This method provides access to the PURCHASELT.LIMITTYPE column of DB2 type CHAR(1) NOT NULL. |
java.lang.String |
getMaxAmount()
This method provides access to the PURCHASELT.MAXAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getMaxAmountInEJBType()
This method provides access to the PURCHASELT.MAXAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getMaxQuantity()
This method provides access to the PURCHASELT.MAXQUANTITY column of DB2 type DOUBLE NULL. |
java.lang.Double |
getMaxQuantityInEJBType()
This method provides access to the PURCHASELT.MAXQUANTITY column of DB2 type DOUBLE NULL. |
java.lang.String |
getMinAmount()
This method provides access to the PURCHASELT.MINAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getMinAmountInEJBType()
This method provides access to the PURCHASELT.MINAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getMinQuantity()
This method provides access to the PURCHASELT.MINQUANTITY column of DB2 type DOUBLE NULL. |
java.lang.Double |
getMinQuantityInEJBType()
This method provides access to the PURCHASELT.MINQUANTITY column of DB2 type DOUBLE NULL. |
java.lang.String |
getPurchaseLimitId()
This method provides access to the PURCHASELT.PURCHASELT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getPurchaseLimitIdInEJBType()
This method provides access to the PURCHASELT.PURCHASELT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getTcId()
This method provides access to the PURCHASELT.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getTcIdInEJBType()
This method provides access to the PURCHASELT.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getTradingPositionContainerId()
This method provides access to the PURCHASELT.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getTradingPositionContainerIdInEJBType()
This method provides access to the PURCHASELT.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCatEntryId(java.lang.Long aCatEntryId)
This method provides access to the PURCHASELT.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatEntryId(java.lang.String aCatEntryId)
This method provides access to the PURCHASELT.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCurrency(java.lang.String aCurrency)
This method provides access to the PURCHASELT.CURRENCY column of DB2 type CHAR(3) NULL. |
void |
setCurrentAmount(java.math.BigDecimal aCurrentAmount)
This method provides access to the PURCHASELT.CURRENTAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
void |
setCurrentAmount(java.lang.String aCurrentAmount)
This method provides access to the PURCHASELT.CURRENTAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
void |
setCurrentQuantity(java.lang.Double aCurrentQuantity)
This method provides access to the PURCHASELT.CURRENTQUANTITY column of DB2 type DOUBLE NULL. |
void |
setCurrentQuantity(java.lang.String aCurrentQuantity)
This method provides access to the PURCHASELT.CURRENTQUANTITY column of DB2 type DOUBLE NULL. |
void |
setInitKey_purchaseLimitId(java.lang.String aInitKey_purchaseLimitId)
Set the primary key for this object |
void |
setLimitType(java.lang.String aLimitType)
This method provides access to the PURCHASELT.LIMITTYPE column of DB2 type CHAR(1) NOT NULL. |
void |
setMaxAmount(java.math.BigDecimal aMaxAmount)
This method provides access to the PURCHASELT.MAXAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
void |
setMaxAmount(java.lang.String aMaxAmount)
This method provides access to the PURCHASELT.MAXAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
void |
setMaxQuantity(java.lang.Double aMaxQuantity)
This method provides access to the PURCHASELT.MAXQUANTITY column of DB2 type DOUBLE NULL. |
void |
setMaxQuantity(java.lang.String aMaxQuantity)
This method provides access to the PURCHASELT.MAXQUANTITY column of DB2 type DOUBLE NULL. |
void |
setMinAmount(java.math.BigDecimal aMinAmount)
This method provides access to the PURCHASELT.MINAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
void |
setMinAmount(java.lang.String aMinAmount)
This method provides access to the PURCHASELT.MINAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
void |
setMinQuantity(java.lang.Double aMinQuantity)
This method provides access to the PURCHASELT.MINQUANTITY column of DB2 type DOUBLE NULL. |
void |
setMinQuantity(java.lang.String aMinQuantity)
This method provides access to the PURCHASELT.MINQUANTITY column of DB2 type DOUBLE NULL. |
void |
setPurchaseLimitId(java.lang.Long aPurchaseLimitId)
This method provides access to the PURCHASELT.PURCHASELT_ID column of DB2 type BIGINT NOT NULL. |
void |
setPurchaseLimitId(java.lang.String aPurchaseLimitId)
This method provides access to the PURCHASELT.PURCHASELT_ID column of DB2 type BIGINT NOT NULL. |
void |
setTcId(java.lang.Long aTcId)
This method provides access to the PURCHASELT.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
void |
setTcId(java.lang.String aTcId)
This method provides access to the PURCHASELT.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
void |
setTradingPositionContainerId(java.lang.Long aTradingPositionContainerId)
This method provides access to the PURCHASELT.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL. |
void |
setTradingPositionContainerId(java.lang.String aTradingPositionContainerId)
This method provides access to the PURCHASELT.TRADEPOSCN_ID column of DB2 type BIGINT NOT 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 PurchaseLimitAccessBean()
Default constructor. Maps to findByPrimaryKey.
public PurchaseLimitAccessBean(javax.ejb.EJBObject anObject) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
anObject
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic PurchaseLimitAccessBean(java.lang.Long tcId, java.lang.Long tpcId, java.lang.Long catEntryId, java.lang.String limitType) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Constructs an PurchaseLimitAccessBean object with the specified term condition ID, trading position container ID, catalog entry ID, ant the limit type.
tcId
- java.lang.LongtpcId
- java.lang.LongcatEntryId
- java.lang.LonglimitType
- java.lang.Stringjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionMethod 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 findByTC(java.lang.Long tcId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the PurchaseLimitAccessBean representing purchase limit with the specified term condition ID.
The SQL query used to fetch the required rows from the PURCHASELT table is:
select * from PURCHASELT T1 where T1.termcond_id = ?
tcId
- java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic PurchaseLimitAccessBean findByTCTradingPositionContainerAndCatEntry(java.lang.Long tcId, java.lang.Long tpcId, java.lang.Long catEntryId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the PurchaseLimitAccessBean representing purchase limit with the specified term condition ID, trading position container ID, and the catalog entry ID.
The SQL query used to fetch the required rows from the PURCHASELT table is:
select * from PURCHASELT T1 where T1.termcond_id = ? and tradeposcn_id = ? and catentry_id = ?
tcId
- java.lang.LongtpcId
- java.lang.LongcatEntryId
- java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCatEntryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry offered for sale.
getCatEntryId
in interface PurchaseLimitAccessBeanData
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 getCatEntryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry offered for sale.
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 PURCHASELT.CURRENCY column of DB2 type CHAR(3) NULL.
The following is a description of this column:
The Currency of the minimum or maximum amount. This is a currency code as per ISO 4217 standards.
getCurrency
in interface PurchaseLimitAccessBeanData
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 getCurrentAmount() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.CURRENTAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Current purchase amount.
getCurrentAmount
in interface PurchaseLimitAccessBeanData
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 getCurrentAmountInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.CURRENTAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Current purchase amount.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCurrentQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.CURRENTQUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Current purchase quantity.
getCurrentQuantity
in interface PurchaseLimitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Double getCurrentQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.CURRENTQUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Current purchase 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 getLimitType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.LIMITTYPE column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
Indicates the type of limit:
0 = by quantity or 1 = by amount.
getLimitType
in interface PurchaseLimitAccessBeanData
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 getMaxAmount() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.MAXAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Maximum purchase amount.
getMaxAmount
in interface PurchaseLimitAccessBeanData
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 getMaxAmountInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.MAXAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Maximum purchase amount.
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 getMaxQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.MAXQUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Maximum purchase quantity.
getMaxQuantity
in interface PurchaseLimitAccessBeanData
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 getMaxQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.MAXQUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Maximum purchase 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 getMinAmount() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.MINAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Minimum purchase amount.
getMinAmount
in interface PurchaseLimitAccessBeanData
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 getMinAmountInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.MINAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Minimum purchase amount.
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 getMinQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.MINQUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Minimum purchase quantity.
getMinQuantity
in interface PurchaseLimitAccessBeanData
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 getMinQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.MINQUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Minimum purchase 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 getPurchaseLimitId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.PURCHASELT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number, and the Primary key.
getPurchaseLimitId
in interface PurchaseLimitAccessBeanData
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 getPurchaseLimitIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.PURCHASELT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number, and the Primary key.
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 getTcId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The TermAndCondition ID.
getTcId
in interface PurchaseLimitAccessBeanData
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 getTcIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The TermAndCondition ID.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getTradingPositionContainerId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The purchase limit is part of this TradingPositionContainer.
getTradingPositionContainerId
in interface PurchaseLimitAccessBeanData
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 getTradingPositionContainerIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PURCHASELT.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The purchase limit is part of this TradingPositionContainer.
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 setCatEntryId(java.lang.Long aCatEntryId)
This method provides access to the PURCHASELT.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry offered for sale.
aCatEntryId
- java.lang.Longpublic void setCatEntryId(java.lang.String aCatEntryId)
This method provides access to the PURCHASELT.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry offered for sale.
setCatEntryId
in interface PurchaseLimitAccessBeanData
aCatEntryId
- java.lang.Stringpublic void setCurrency(java.lang.String aCurrency)
This method provides access to the PURCHASELT.CURRENCY column of DB2 type CHAR(3) NULL.
The following is a description of this column:
The Currency of the minimum or maximum amount. This is a currency code as per ISO 4217 standards.
setCurrency
in interface PurchaseLimitAccessBeanData
aCurrency
- java.lang.Stringpublic void setCurrentAmount(java.math.BigDecimal aCurrentAmount)
This method provides access to the PURCHASELT.CURRENTAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Current purchase amount.
aCurrentAmount
- java.math.BigDecimalpublic void setCurrentAmount(java.lang.String aCurrentAmount)
This method provides access to the PURCHASELT.CURRENTAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Current purchase amount.
setCurrentAmount
in interface PurchaseLimitAccessBeanData
aCurrentAmount
- java.lang.Stringpublic void setCurrentQuantity(java.lang.Double aCurrentQuantity)
This method provides access to the PURCHASELT.CURRENTQUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Current purchase quantity.
aCurrentQuantity
- java.lang.Doublepublic void setCurrentQuantity(java.lang.String aCurrentQuantity)
This method provides access to the PURCHASELT.CURRENTQUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Current purchase quantity.
setCurrentQuantity
in interface PurchaseLimitAccessBeanData
aCurrentQuantity
- java.lang.Stringpublic void setInitKey_purchaseLimitId(java.lang.String aInitKey_purchaseLimitId)
Set the primary key for this object
aInitKey_purchaseLimitId
- java.lang.Stringpublic void setLimitType(java.lang.String aLimitType)
This method provides access to the PURCHASELT.LIMITTYPE column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
Indicates the type of limit:
0 = by quantity or 1 = by amount.
setLimitType
in interface PurchaseLimitAccessBeanData
aLimitType
- java.lang.Stringpublic void setMaxAmount(java.math.BigDecimal aMaxAmount)
This method provides access to the PURCHASELT.MAXAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Maximum purchase amount.
aMaxAmount
- java.math.BigDecimalpublic void setMaxAmount(java.lang.String aMaxAmount)
This method provides access to the PURCHASELT.MAXAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Maximum purchase amount.
setMaxAmount
in interface PurchaseLimitAccessBeanData
aMaxAmount
- java.lang.Stringpublic void setMaxQuantity(java.lang.Double aMaxQuantity)
This method provides access to the PURCHASELT.MAXQUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Maximum purchase quantity.
aMaxQuantity
- java.lang.Doublepublic void setMaxQuantity(java.lang.String aMaxQuantity)
This method provides access to the PURCHASELT.MAXQUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Maximum purchase quantity.
setMaxQuantity
in interface PurchaseLimitAccessBeanData
aMaxQuantity
- java.lang.Stringpublic void setMinAmount(java.math.BigDecimal aMinAmount)
This method provides access to the PURCHASELT.MINAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Minimum purchase amount.
aMinAmount
- java.math.BigDecimalpublic void setMinAmount(java.lang.String aMinAmount)
This method provides access to the PURCHASELT.MINAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Minimum purchase amount.
setMinAmount
in interface PurchaseLimitAccessBeanData
aMinAmount
- java.lang.Stringpublic void setMinQuantity(java.lang.Double aMinQuantity)
This method provides access to the PURCHASELT.MINQUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Minimum purchase quantity.
aMinQuantity
- java.lang.Doublepublic void setMinQuantity(java.lang.String aMinQuantity)
This method provides access to the PURCHASELT.MINQUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
Minimum purchase quantity.
setMinQuantity
in interface PurchaseLimitAccessBeanData
aMinQuantity
- java.lang.Stringpublic void setPurchaseLimitId(java.lang.Long aPurchaseLimitId)
This method provides access to the PURCHASELT.PURCHASELT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number, and the Primary key.
aPurchaseLimitId
- java.lang.Longpublic void setPurchaseLimitId(java.lang.String aPurchaseLimitId)
This method provides access to the PURCHASELT.PURCHASELT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number, and the Primary key.
setPurchaseLimitId
in interface PurchaseLimitAccessBeanData
aPurchaseLimitId
- java.lang.Stringpublic void setTcId(java.lang.Long aTcId)
This method provides access to the PURCHASELT.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The TermAndCondition ID.
aTcId
- java.lang.Longpublic void setTcId(java.lang.String aTcId)
This method provides access to the PURCHASELT.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The TermAndCondition ID.
setTcId
in interface PurchaseLimitAccessBeanData
aTcId
- java.lang.Stringpublic void setTradingPositionContainerId(java.lang.Long aTradingPositionContainerId)
This method provides access to the PURCHASELT.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The purchase limit is part of this TradingPositionContainer.
aTradingPositionContainerId
- java.lang.Longpublic void setTradingPositionContainerId(java.lang.String aTradingPositionContainerId)
This method provides access to the PURCHASELT.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The purchase limit is part of this TradingPositionContainer.
setTradingPositionContainerId
in interface PurchaseLimitAccessBeanData
aTradingPositionContainerId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |