java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.contract.objects.PurchaseLimitAccessBean
This table stores information on stipulations or limitations on how much a customer can purchase based on a Contract.
Constructor Summary | |
---|---|
PurchaseLimitAccessBean() constructor | |
PurchaseLimitAccessBean(javax.ejb.EJBObject o) constructor | |
PurchaseLimitAccessBean(java.lang.Long arg0, java.lang.Long arg1,
java.lang.Long arg2, java.lang.String arg3) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByTC(java.lang.Long arg0) Retrieves the PurchaseLimitAccessBean representing purchase limit with the specified term condition ID. |
PurchaseLimitAccessBean |
findByTCTradingPositionContainerAndCatEntry(java.lang.Long arg0,
java.lang.Long arg1, java.lang.Long arg2) 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). |
java.lang.String |
getCurrentAmount() This method provides access to the PURCHASELT.CURRENTAMOUNT column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal |
getCurrentAmountInEJBType() This method provides access to the PURCHASELT.CURRENTAMOUNT column of DB2 type DECIMAL(20 5). |
java.lang.String |
getCurrentQuantity() This method provides access to the PURCHASELT.CURRENTQUANTITY column of DB2 type DOUBLE. |
java.lang.Double |
getCurrentQuantityInEJBType() This method provides access to the PURCHASELT.CURRENTQUANTITY column of DB2 type DOUBLE. |
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). |
java.math.BigDecimal |
getMaxAmountInEJBType() This method provides access to the PURCHASELT.MAXAMOUNT column of DB2 type DECIMAL(20 5). |
java.lang.String |
getMaxQuantity() This method provides access to the PURCHASELT.MAXQUANTITY column of DB2 type DOUBLE. |
java.lang.Double |
getMaxQuantityInEJBType() This method provides access to the PURCHASELT.MAXQUANTITY column of DB2 type DOUBLE. |
java.lang.String |
getMinAmount() This method provides access to the PURCHASELT.MINAMOUNT column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal |
getMinAmountInEJBType() This method provides access to the PURCHASELT.MINAMOUNT column of DB2 type DECIMAL(20 5). |
java.lang.String |
getMinQuantity() This method provides access to the PURCHASELT.MINQUANTITY column of DB2 type DOUBLE. |
java.lang.Double |
getMinQuantityInEJBType() This method provides access to the PURCHASELT.MINQUANTITY column of DB2 type DOUBLE. |
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. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setCatEntryId(java.lang.Long newValue) This method provides access to the PURCHASELT.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatEntryId(java.lang.String newValue) This method provides access to the PURCHASELT.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCurrency(java.lang.String newValue) This method provides access to the PURCHASELT.CURRENCY column of DB2 type CHAR(3). |
void |
setCurrentAmount(java.math.BigDecimal newValue) This method provides access to the PURCHASELT.CURRENTAMOUNT column of DB2 type DECIMAL(20 5). |
void |
setCurrentAmount(java.lang.String newValue) This method provides access to the PURCHASELT.CURRENTAMOUNT column of DB2 type DECIMAL(20 5). |
void |
setCurrentQuantity(java.lang.Double newValue) This method provides access to the PURCHASELT.CURRENTQUANTITY column of DB2 type DOUBLE. |
void |
setCurrentQuantity(java.lang.String newValue) This method provides access to the PURCHASELT.CURRENTQUANTITY column of DB2 type DOUBLE. |
void |
setInitKey_purchaseLimitId(java.lang.String newValue) Set the primary key for this object |
void |
setLimitType(java.lang.String newValue) This method provides access to the PURCHASELT.LIMITTYPE column of DB2 type CHAR(1) NOT NULL. |
void |
setMaxAmount(java.math.BigDecimal newValue) This method provides access to the PURCHASELT.MAXAMOUNT column of DB2 type DECIMAL(20 5). |
void |
setMaxAmount(java.lang.String newValue) This method provides access to the PURCHASELT.MAXAMOUNT column of DB2 type DECIMAL(20 5). |
void |
setMaxQuantity(java.lang.Double newValue) This method provides access to the PURCHASELT.MAXQUANTITY column of DB2 type DOUBLE. |
void |
setMaxQuantity(java.lang.String newValue) This method provides access to the PURCHASELT.MAXQUANTITY column of DB2 type DOUBLE. |
void |
setMinAmount(java.math.BigDecimal newValue) This method provides access to the PURCHASELT.MINAMOUNT column of DB2 type DECIMAL(20 5). |
void |
setMinAmount(java.lang.String newValue) This method provides access to the PURCHASELT.MINAMOUNT column of DB2 type DECIMAL(20 5). |
void |
setMinQuantity(java.lang.Double newValue) This method provides access to the PURCHASELT.MINQUANTITY column of DB2 type DOUBLE. |
void |
setMinQuantity(java.lang.String newValue) This method provides access to the PURCHASELT.MINQUANTITY column of DB2 type DOUBLE. |
void |
setPurchaseLimitId(java.lang.Long newValue) This method provides access to the PURCHASELT.PURCHASELT_ID column of DB2 type BIGINT NOT NULL. |
void |
setPurchaseLimitId(java.lang.String newValue) This method provides access to the PURCHASELT.PURCHASELT_ID column of DB2 type BIGINT NOT NULL. |
void |
setTcId(java.lang.Long newValue) This method provides access to the PURCHASELT.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
void |
setTcId(java.lang.String newValue) This method provides access to the PURCHASELT.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
void |
setTradingPositionContainerId(java.lang.Long newValue) This method provides access to the PURCHASELT.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL. |
void |
setTradingPositionContainerId(java.lang.String newValue) This method provides access to the PURCHASELT.TRADEPOSCN_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public PurchaseLimitAccessBean()
public PurchaseLimitAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public PurchaseLimitAccessBean(java.lang.Long arg0, java.lang.Long arg1, java.lang.Long arg2, java.lang.String arg3) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
arg0
- java.lang.Longarg1
- java.lang.Longarg2
- java.lang.Longarg3
- java.lang.Stringjavax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
Method Detail |
---|
public PurchaseLimitAccessBean findByTCTradingPositionContainerAndCatEntry(java.lang.Long arg0, java.lang.Long arg1, java.lang.Long arg2) 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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByTC(java.lang.Long arg0) 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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_purchaseLimitId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTradingPositionContainerId(java.lang.String newValue)
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
newValue
- Stringpublic void setTradingPositionContainerId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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).
The following is a description of this column:
Minimum purchase amount.
getMinAmount
in interface
PurchaseLimitAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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).
The following is a description of this column:
Minimum purchase amount.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMinAmount(java.lang.String newValue)
This method provides access to the PURCHASELT.MINAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Minimum purchase amount.
setMinAmount
in interface
PurchaseLimitAccessBeanData
newValue
- Stringpublic void setMinAmount(java.math.BigDecimal newValue)
This method provides access to the PURCHASELT.MINAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Minimum purchase amount.
newValue
- java.math.BigDecimalpublic 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:&l
getLimitType
in interface
PurchaseLimitAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLimitType(java.lang.String newValue)
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:&l
setLimitType
in interface
PurchaseLimitAccessBeanData
newValue
- java.lang.Stringpublic 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTcId(java.lang.String newValue)
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
newValue
- Stringpublic void setTcId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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.
The following is a description of this column:
Current purchase quantity.
getCurrentQuantity
in interface
PurchaseLimitAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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.
The following is a description of this column:
Current purchase quantity.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCurrentQuantity(java.lang.String newValue)
This method provides access to the PURCHASELT.CURRENTQUANTITY column of DB2 type DOUBLE.
The following is a description of this column:
Current purchase quantity.
setCurrentQuantity
in interface
PurchaseLimitAccessBeanData
newValue
- Stringpublic void setCurrentQuantity(java.lang.Double newValue)
This method provides access to the PURCHASELT.CURRENTQUANTITY column of DB2 type DOUBLE.
The following is a description of this column:
Current purchase quantity.
newValue
- java.lang.Doublepublic 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCatEntryId(java.lang.String newValue)
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
newValue
- Stringpublic void setCatEntryId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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.
The following is a description of this column:
Maximum purchase quantity.
getMaxQuantity
in interface
PurchaseLimitAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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.
The following is a description of this column:
Maximum purchase quantity.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMaxQuantity(java.lang.String newValue)
This method provides access to the PURCHASELT.MAXQUANTITY column of DB2 type DOUBLE.
The following is a description of this column:
Maximum purchase quantity.
setMaxQuantity
in interface
PurchaseLimitAccessBeanData
newValue
- Stringpublic void setMaxQuantity(java.lang.Double newValue)
This method provides access to the PURCHASELT.MAXQUANTITY column of DB2 type DOUBLE.
The following is a description of this column:
Maximum purchase quantity.
newValue
- java.lang.Doublepublic 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).
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCurrency(java.lang.String newValue)
This method provides access to the PURCHASELT.CURRENCY column of DB2 type CHAR(3).
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
newValue
- java.lang.Stringpublic 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).
The following is a description of this column:
Maximum purchase amount.
getMaxAmount
in interface
PurchaseLimitAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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).
The following is a description of this column:
Maximum purchase amount.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMaxAmount(java.lang.String newValue)
This method provides access to the PURCHASELT.MAXAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Maximum purchase amount.
setMaxAmount
in interface
PurchaseLimitAccessBeanData
newValue
- Stringpublic void setMaxAmount(java.math.BigDecimal newValue)
This method provides access to the PURCHASELT.MAXAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Maximum purchase amount.
newValue
- java.math.BigDecimalpublic 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.
The following is a description of this column:
Minimum purchase quantity.
getMinQuantity
in interface
PurchaseLimitAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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.
The following is a description of this column:
Minimum purchase quantity.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMinQuantity(java.lang.String newValue)
This method provides access to the PURCHASELT.MINQUANTITY column of DB2 type DOUBLE.
The following is a description of this column:
Minimum purchase quantity.
setMinQuantity
in interface
PurchaseLimitAccessBeanData
newValue
- Stringpublic void setMinQuantity(java.lang.Double newValue)
This method provides access to the PURCHASELT.MINQUANTITY column of DB2 type DOUBLE.
The following is a description of this column:
Minimum purchase quantity.
newValue
- java.lang.Doublepublic 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. This is a primary key.
getPurchaseLimitId
in interface
PurchaseLimitAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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. This is a primary key.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPurchaseLimitId(java.lang.String newValue)
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. This is a primary key.
setPurchaseLimitId
in interface
PurchaseLimitAccessBeanData
newValue
- Stringpublic void setPurchaseLimitId(java.lang.Long newValue)
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. This is a primary key.
newValue
- java.lang.Longpublic 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).
The following is a description of this column:
Current purchase amount.
getCurrentAmount
in interface
PurchaseLimitAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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).
The following is a description of this column:
Current purchase amount.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCurrentAmount(java.lang.String newValue)
This method provides access to the PURCHASELT.CURRENTAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Current purchase amount.
setCurrentAmount
in interface
PurchaseLimitAccessBeanData
newValue
- Stringpublic void setCurrentAmount(java.math.BigDecimal newValue)
This method provides access to the PURCHASELT.CURRENTAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
Current purchase amount.
newValue
- java.math.BigDecimal