com.ibm.commerce.user.objects
Interface MemberGroupTypeAccessBeanData

All Known Implementing Classes:
MemberGroupTypeAccessBean

public interface MemberGroupTypeAccessBeanData


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getMbrGrpTypeId()
           
 java.lang.String getName()
           
 java.lang.String getProperties()
           
 void setDescription(java.lang.String newValue)
           
 void setName(java.lang.String newValue)
           
 void setProperties(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

getMbrGrpTypeId

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

getProperties

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

setDescription

public void setDescription(java.lang.String newValue)

setName

public void setName(java.lang.String newValue)

setProperties

public void setProperties(java.lang.String newValue)