com.ibm.commerce.user.objects
Interface MemberAttributeAccessBeanData

All Known Implementing Classes:
MemberAttributeAccessBean

public interface MemberAttributeAccessBeanData

This table contains an attribute definition dictionary for members.


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

getDescription

public java.lang.String getDescription()
                                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

setDescription

public void setDescription(java.lang.String newValue)

getAttributeTypeId

public java.lang.String getAttributeTypeId()
                                    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

setAttributeTypeId

public void setAttributeTypeId(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

getName

public java.lang.String getName()
                         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

setName

public void setName(java.lang.String newValue)

Feedback