public class MemberAttributeFloatValueAccessBean extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean implements MemberAttributeFloatValueAccessBeanData
Constructor and Description |
---|
MemberAttributeFloatValueAccessBean()
Zero argument constructor used to initialize the access bean.
|
MemberAttributeFloatValueAccessBean(javax.ejb.EJBObject o) |
MemberAttributeFloatValueAccessBean(java.lang.Long newMemberId, java.lang.Long newMemberAttributeId)
Maps to a corresponding ejbCreate method in the home interface of the EJB
|
MemberAttributeFloatValueAccessBean(java.lang.Long newMemberId, java.lang.Long newMemberAttributeId, java.lang.Integer newStoreEntityId)
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 | findByMemberId(java.lang.Long aMemberId)
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?)"
|
java.util.Enumeration | findByMemberIdAndAttributeId(java.lang.Long aMemberId, java.lang.Long aAttributeId)
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?) AND (MBRATTR_ID = ?)
|
java.util.Enumeration | findByMemberIdAndStoreEntityId(java.lang.Long aMemberId, java.lang.Integer aStoreEntityId)
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?) AND (STOREENT_ID = ?)"
|
java.util.Enumeration | findByMemberIdAndStoreEntityIdAndValue(java.lang.Long aMemberId, java.lang.Integer aStoreEntityId, java.lang.Double aValue)
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?) AND (STOREENT_ID = ?) AND (FLOATVALUE = ?)".
|
java.util.Enumeration | findByMemberIdAndValue(java.lang.Long aMemberId, java.lang.Double aValue)
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?) AND (STOREENT_ID IS NULL) AND (FLOATVALUE = ?)"
|
java.lang.Object | getAttributeValue()
This method provides access to the MBRATTRVAL.FLOATVALUE column of DB2 type DOUBLE NULL.
|
java.lang.String | getMemberAttributeId() |
java.lang.Long | getMemberAttributeIdInEJBType() |
java.lang.String | getMemberAttributeType() |
java.lang.String | getMemberAttributeValueId() |
java.lang.Long | getMemberAttributeValueIdInEJBType() |
java.lang.String | getMemberId() |
java.lang.Long | getMemberIdInEJBType() |
java.lang.String | getStoreEntityId() |
java.lang.Integer | getStoreEntityIdInEJBType() |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() |
void | setAttributeValue(java.lang.Object aValue)
This method provides access to the MBRATTRVAL.FLOATVALUE column of DB2 type DOUBLE NULL.
|
void | setInitKey_memberAttributeValueId(java.lang.String newValue) |
void | setMemberAttributeId(java.lang.Long newValue) |
void | setMemberAttributeId(java.lang.String newValue) |
void | setMemberId(java.lang.Long newValue) |
void | setMemberId(java.lang.String newValue) |
void | setStoreEntityId(java.lang.Integer newValue) |
void | setStoreEntityId(java.lang.String newValue) |
public MemberAttributeFloatValueAccessBean()
public MemberAttributeFloatValueAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public MemberAttributeFloatValueAccessBean(java.lang.Long newMemberId, java.lang.Long newMemberAttributeId) 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 MemberAttributeFloatValueAccessBean(java.lang.Long newMemberId, java.lang.Long newMemberAttributeId, java.lang.Integer newStoreEntityId) 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 java.util.Enumeration findByMemberId(java.lang.Long aMemberId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?)"
public java.util.Enumeration findByMemberIdAndAttributeId(java.lang.Long aMemberId, java.lang.Long aAttributeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?) AND (MBRATTR_ID = ?)
public java.util.Enumeration findByMemberIdAndStoreEntityId(java.lang.Long aMemberId, java.lang.Integer aStoreEntityId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?) AND (STOREENT_ID = ?)"
public java.util.Enumeration findByMemberIdAndStoreEntityIdAndValue(java.lang.Long aMemberId, java.lang.Integer aStoreEntityId, java.lang.Double aValue) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?) AND (STOREENT_ID = ?) AND (FLOATVALUE = ?)".
public java.util.Enumeration findByMemberIdAndValue(java.lang.Long aMemberId, java.lang.Double aValue) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRATTRVAL WHERE (MEMBER_ID = ?) AND (STOREENT_ID IS NULL) AND (FLOATVALUE = ?)"
public void setInitKey_memberAttributeValueId(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 getMemberAttributeType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getMemberAttributeValueId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getMemberAttributeValueIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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 void setStoreEntityId(java.lang.String newValue)
public void setStoreEntityId(java.lang.Integer newValue)
public java.lang.String getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMemberId(java.lang.String newValue)
public void setMemberId(java.lang.Long newValue)
public java.lang.String getMemberAttributeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getMemberAttributeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMemberAttributeId(java.lang.String newValue)
public void setMemberAttributeId(java.lang.Long newValue)
public java.lang.Object getAttributeValue() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRATTRVAL.FLOATVALUE column of DB2 type DOUBLE NULL.
The following is a description of this column:
If the type of the attribute value is FLOAT, then this column will hold the attribute value. If the type is not FLOAT then this column will be NULL.
public void setAttributeValue(java.lang.Object aValue) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRATTRVAL.FLOATVALUE column of DB2 type DOUBLE NULL.
The following is a description of this column:
If the type of the attribute value is FLOAT, then this column will hold the attribute value. If the type is not FLOAT then this column will be NULL.