public class OperatorDescriptionAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements OperatorDescriptionAccessBeanData
Constructor and Description |
---|
OperatorDescriptionAccessBean()
Zero argument constructor used to initialize the access bean.
|
OperatorDescriptionAccessBean(javax.ejb.EJBObject o) |
OperatorDescriptionAccessBean(java.lang.Integer aOperatorId, java.lang.Integer aLanguageId)
Contructor for the object that 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.util.Enumeration | findByLanguage(java.lang.Integer argLanguageId)
This method returns an enumeration of OperatorDescription Access Beans with the specified Language reference number.
|
java.lang.String | getDescription() |
java.lang.String | getLanguageId() |
java.lang.Integer | getLanguageIdInEJBType() |
java.lang.String | getOperatorId() |
java.lang.Integer | getOperatorIdInEJBType() |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setDescription(java.lang.String newValue) |
void | setInitKey_languageId(java.lang.String newValue) |
void | setInitKey_operatorId(java.lang.String newValue) |
void | setLanguageId(java.lang.Integer newValue) |
void | setLanguageId(java.lang.String newValue) |
void | setOperatorId(java.lang.Integer newValue) |
void | setOperatorId(java.lang.String newValue) |
public OperatorDescriptionAccessBean()
public OperatorDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public OperatorDescriptionAccessBean(java.lang.Integer aOperatorId, java.lang.Integer aLanguageId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Contructor for the object that maps to a corresponding ejbCreate method in the home interface of the EJB. Creates an access to the OperatorDescription according to the Operator reference number and the Language reference number.
public java.util.Enumeration findByLanguage(java.lang.Integer argLanguageId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an enumeration of OperatorDescription Access Beans with the specified Language reference number.
SQL:
SELECT * FROM OPERATRDSC WHERE OPERATRDSC.LANGUAGE_ID = argLanguageId
public void setInitKey_operatorId(java.lang.String newValue)
public void setInitKey_languageId(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 getOperatorId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getOperatorIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setOperatorId(java.lang.String newValue)
public void setOperatorId(java.lang.Integer newValue)
public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDescription(java.lang.String newValue)
public java.lang.String getLanguageId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getLanguageIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setLanguageId(java.lang.String newValue)
public void setLanguageId(java.lang.Integer newValue)