com.ibm.commerce.user.objects
Interface MemberAttributeAccessBeanData

All Known Implementing Classes:
MemberAttributeAccessBean

public interface MemberAttributeAccessBeanData


Method Summary
 java.lang.String getAttributeTypeId()
           
 java.lang.String getDescription()
           
 java.lang.String getMemberAttributeId()
           
 java.lang.String getName()
           
 void setAttributeTypeId(java.lang.String newValue)
           
 void setDescription(java.lang.String newValue)
           
 void setName(java.lang.String newValue)
           
 

Method Detail

getAttributeTypeId

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

getDescription

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

getMemberAttributeId

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

getName

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

setAttributeTypeId

public void setAttributeTypeId(java.lang.String newValue)

setDescription

public void setDescription(java.lang.String newValue)

setName

public void setName(java.lang.String newValue)