public class BackOrderItemAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements BackOrderItemAccessBeanData
Constructor and Description |
---|
BackOrderItemAccessBean()
Zero argument constructor used to initialize the access bean.
|
BackOrderItemAccessBean(javax.ejb.EJBObject o) |
BackOrderItemAccessBean(java.lang.Long newOrderItemsId)
Maps to a corresponding ejbCreate method in the home interface of the EJB
|
Modifier and Type | Method and Description |
---|---|
void | commitCopyHelper() |
protected java.lang.String | defaultJNDIName() |
java.lang.String | getDateExpected() |
java.sql.Timestamp | getDateExpectedInEJBType() |
java.lang.String | getLastupdate() |
java.sql.Timestamp | getLastupdateInEJBType() |
java.lang.String | getOrderItemsId() |
java.lang.Long | getOrderItemsIdInEJBType() |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setDateExpected(java.lang.String newValue) |
void | setDateExpected(java.sql.Timestamp newValue) |
void | setInitKey_orderItemsId(java.lang.String newValue) |
void | setLastupdate(java.lang.String newValue) |
void | setLastupdate(java.sql.Timestamp newValue) |
void | setOrderItemsId(java.lang.Long newValue) |
void | setOrderItemsId(java.lang.String newValue) |
public BackOrderItemAccessBean()
public BackOrderItemAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public BackOrderItemAccessBean(java.lang.Long newOrderItemsId) 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
public void setInitKey_orderItemsId(java.lang.String newValue)
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
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getOrderItemsId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getOrderItemsIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setOrderItemsId(java.lang.String newValue)
public void setOrderItemsId(java.lang.Long newValue)
public java.lang.String getLastupdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.sql.Timestamp getLastupdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setLastupdate(java.lang.String newValue)
public void setLastupdate(java.sql.Timestamp newValue)
public java.lang.String getDateExpected() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.sql.Timestamp getDateExpectedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDateExpected(java.lang.String newValue)
public void setDateExpected(java.sql.Timestamp newValue)