public class MemberGroupConditionAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements MemberGroupConditionAccessBeanData
Constructor and Description |
---|
MemberGroupConditionAccessBean()
Zero argument constructor used to initialize the access bean.
|
MemberGroupConditionAccessBean(javax.ejb.EJBObject o) |
MemberGroupConditionAccessBean(EntityBeanCreationData ecd)
Contructor for the object that maps to a corresponding ejbCreate method in the home interface of the EJB.
|
MemberGroupConditionAccessBean(java.lang.Long aMbrGrpId)
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 | getConditions() |
java.lang.String | getField1() |
java.lang.String | getField2() |
java.lang.String | getMbrGrpId() |
java.lang.Long | getMbrGrpIdInEJBType() |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setConditions(java.lang.String newValue) |
void | setField1(java.lang.String newValue) |
void | setField2(java.lang.String newValue) |
void | setInitKey_iMbrGrpId(java.lang.String newValue) |
void | setMbrGrpId(java.lang.Long newValue) |
void | setMbrGrpId(java.lang.String newValue) |
public MemberGroupConditionAccessBean()
public MemberGroupConditionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public MemberGroupConditionAccessBean(java.lang.Long aMbrGrpId) 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 MemberGroupConditionAccessBean(EntityBeanCreationData ecd) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
Contructor for the object that maps to a corresponding ejbCreate method in the home interface of the EJB. Creates an access to the MemberGroupCondition entry according to the MemberGroupConditionEntityCreationData.
public void setInitKey_iMbrGrpId(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 getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setField2(java.lang.String newValue)
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 getMbrGrpId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getMbrGrpIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMbrGrpId(java.lang.String newValue)
public void setMbrGrpId(java.lang.Long newValue)
public java.lang.String getConditions() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setConditions(java.lang.String newValue)