public class QuantityUnitAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements QuantityUnitAccessBeanData
Constructor and Description |
---|
QuantityUnitAccessBean()
Zero argument constructor used to initialize the access bean.
|
QuantityUnitAccessBean(javax.ejb.EJBObject o)
constructor
|
QuantityUnitAccessBean(java.lang.String argQuantityUnitId)
Maps to a corresponding ejbCreate method in the home interface of the EJB
|
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 QuantityUnitAccessBeans
|
java.lang.String | getField1()
This method accesses a non-CMP field
|
java.lang.String | getQuantityUnitId()
This method accesses a non-CMP field
|
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper()
Load data from the EJBObject.
|
void | setField1(java.lang.String newValue)
This method accesses a non-CMP field
|
void | setInitKey_quantityUnitId(java.lang.String newValue)
Set the primary key for this object
|
void | setQuantityUnitId(java.lang.String newValue)
This method accesses a non-CMP field
|
public QuantityUnitAccessBean()
public QuantityUnitAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public QuantityUnitAccessBean(java.lang.String argQuantityUnitId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
Creates a QuantityUnitAccessBean with the specified quantity unit
public java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all QuantityUnitAccessBeans
The SQL query used to fetch the requested row from the QTYUNIT table is:
SELECT * FROM QTYUNIT T1 WHERE 1 = 1
public void setInitKey_quantityUnitId(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 getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setField1(java.lang.String newValue)
public java.lang.String getQuantityUnitId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setQuantityUnitId(java.lang.String newValue)