com.ibm.commerce.catalog.objects
Interface CatalogGroupPageRelationAccessBeanData

All Known Implementing Classes:
CatalogGroupPageRelationAccessBean

public interface CatalogGroupPageRelationAccessBeanData


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getDevicetype_id()
           
 java.lang.String getField1()
           
 java.lang.String getField2()
           
 java.lang.String getLanguageId()
           
 java.lang.String getMemberGroupId()
           
 java.lang.String getOid()
           
 java.lang.String getPageName()
           
 java.lang.String getRank()
           
 java.lang.String getStoreent_id()
           
 void setDescription(java.lang.String newValue)
           
 void setDevicetype_id(java.lang.String newValue)
           
 void setField1(java.lang.String newValue)
           
 void setField2(java.lang.String newValue)
           
 void setLanguageId(java.lang.String newValue)
           
 void setMemberGroupId(java.lang.String newValue)
           
 void setOid(java.lang.String newValue)
           
 void setPageName(java.lang.String newValue)
           
 void setRank(java.lang.String newValue)
           
 void setStoreent_id(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

getDevicetype_id

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

getField1

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

getField2

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

getLanguageId

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

getMemberGroupId

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

getOid

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

getPageName

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

getRank

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

getStoreent_id

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

setDescription

public void setDescription(java.lang.String newValue)

setDevicetype_id

public void setDevicetype_id(java.lang.String newValue)

setField1

public void setField1(java.lang.String newValue)

setField2

public void setField2(java.lang.String newValue)

setLanguageId

public void setLanguageId(java.lang.String newValue)

setMemberGroupId

public void setMemberGroupId(java.lang.String newValue)

setOid

public void setOid(java.lang.String newValue)

setPageName

public void setPageName(java.lang.String newValue)

setRank

public void setRank(java.lang.String newValue)

setStoreent_id

public void setStoreent_id(java.lang.String newValue)