com.ibm.commerce.accesscontrol.objects
Interface ResourceGroupAccessBeanData

All Known Implementing Classes:
ResourceGroupAccessBean

public interface ResourceGroupAccessBeanData


Method Summary
 java.lang.String getConditions()
           
 java.lang.String getCustomField1()
           
 java.lang.String getCustomField2()
           
 java.lang.String getDescription()
           
 java.lang.String getGroupName()
           
 java.lang.String getOwnerId()
           
 java.lang.String getResourceGrpId()
           
 void setConditions(java.lang.String newValue)
           
 void setCustomField1(java.lang.String newValue)
           
 void setCustomField2(java.lang.String newValue)
           
 void setDescription(java.lang.String newValue)
           
 void setGroupName(java.lang.String newValue)
           
 void setOwnerId(java.lang.String newValue)
           
 void setResourceGrpId(java.lang.String newValue)
           
 

Method Detail

getConditions

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

getCustomField1

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

getCustomField2

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

getGroupName

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

getOwnerId

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

getResourceGrpId

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

setConditions

public void setConditions(java.lang.String newValue)

setCustomField1

public void setCustomField1(java.lang.String newValue)

setCustomField2

public void setCustomField2(java.lang.String newValue)

setDescription

public void setDescription(java.lang.String newValue)

setGroupName

public void setGroupName(java.lang.String newValue)

setOwnerId

public void setOwnerId(java.lang.String newValue)

setResourceGrpId

public void setResourceGrpId(java.lang.String newValue)