com.ibm.commerce.user.objects
Interface MemberAttributeIntegerValueAccessBeanData

All Known Implementing Classes:
MemberAttributeIntegerValueAccessBean

public interface MemberAttributeIntegerValueAccessBeanData

This table stores the values of attributes which are defined in the MBRATTR table for members.


Method Summary
java.lang.String getMemberAttributeId()
java.lang.String getMemberAttributeType()
java.lang.String getMemberAttributeValueId()
java.lang.String getMemberId()
java.lang.String getStoreEntityId()
void setMemberAttributeId(java.lang.String newValue)
void setMemberId(java.lang.String newValue)
void setStoreEntityId(java.lang.String newValue)

Method Detail

getMemberAttributeType

public java.lang.String getMemberAttributeType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getMemberAttributeValueId

public java.lang.String getMemberAttributeValueId()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getStoreEntityId

public java.lang.String getStoreEntityId()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStoreEntityId

public void setStoreEntityId(java.lang.String newValue)

getMemberId

public java.lang.String getMemberId()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMemberId

public void setMemberId(java.lang.String newValue)

getMemberAttributeId

public java.lang.String getMemberAttributeId()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMemberAttributeId

public void setMemberAttributeId(java.lang.String newValue)

Feedback