public class CurrencyConversionAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements CurrencyConversionAccessBeanData
Constructor and Description |
---|
CurrencyConversionAccessBean()
Zero argument constructor used to initialize the access bean.
|
CurrencyConversionAccessBean(javax.ejb.EJBObject o)
constructor
|
Modifier and Type | Method and Description |
---|---|
void | commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage).
|
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findAll()
Retrieves all CurrencyConversionAccessBeans
|
java.lang.String | getBidirectional()
This method accesses a non-CMP field
|
java.lang.String | getConversionFactor()
This method accesses a non-CMP field
|
java.math.BigDecimal | getConversionFactorInEJBType()
This method accesses a non-CMP field
|
java.lang.String | getCurrencyConversionId()
This method accesses a non-CMP field
|
java.lang.Integer | getCurrencyConversionIdInEJBType()
This method accesses a non-CMP field
|
java.lang.String | getFromCurrency()
This method accesses a non-CMP field
|
java.lang.String | getMultiplyOrDivide()
This method accesses a non-CMP field
|
java.lang.String | getStoreEntityId()
This method accesses a non-CMP field
|
java.lang.Integer | getStoreEntityIdInEJBType()
This method accesses a non-CMP field
|
java.lang.String | getToCurrency()
This method accesses a non-CMP field
|
java.lang.String | getUpdatable()
This method accesses a non-CMP field
|
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper()
Load data from the EJBObject.
|
void | setBidirectional(java.lang.String newValue)
This method accesses a non-CMP field
|
void | setConversionFactor(java.math.BigDecimal newValue)
This method accesses a non-CMP field
|
void | setConversionFactor(java.lang.String newValue)
This method accesses a non-CMP field
|
void | setCurrencyConversionId(java.lang.Integer newValue)
This method accesses a non-CMP field
|
void | setCurrencyConversionId(java.lang.String newValue)
This method accesses a non-CMP field
|
void | setFromCurrency(java.lang.String newValue)
This method accesses a non-CMP field
|
void | setInitKey_currencyConversionId(java.lang.String newValue)
Set the primary key for this object
|
void | setMultiplyOrDivide(java.lang.String newValue)
This method accesses a non-CMP field
|
void | setToCurrency(java.lang.String newValue)
This method accesses a non-CMP field
|
void | setUpdatable(java.lang.String newValue)
This method accesses a non-CMP field
|
public CurrencyConversionAccessBean()
public CurrencyConversionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all CurrencyConversionAccessBeans
The SQL query used to fetch the requested row from the CURCONVERT table is:
SELECT * FROM CURCONVERT T1 WHERE 1 = 1
public void setInitKey_currencyConversionId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws 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).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getToCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setToCurrency(java.lang.String newValue)
public java.lang.String getFromCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setFromCurrency(java.lang.String newValue)
public java.lang.String getBidirectional() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setBidirectional(java.lang.String newValue)
public java.lang.String getConversionFactor() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.math.BigDecimal getConversionFactorInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setConversionFactor(java.lang.String newValue)
public void setConversionFactor(java.math.BigDecimal newValue)
public java.lang.String getUpdatable() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setUpdatable(java.lang.String newValue)
public java.lang.String getMultiplyOrDivide() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMultiplyOrDivide(java.lang.String newValue)
public java.lang.String getStoreEntityId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getStoreEntityIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getCurrencyConversionId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getCurrencyConversionIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setCurrencyConversionId(java.lang.String newValue)
public void setCurrencyConversionId(java.lang.Integer newValue)