com.ibm.commerce.catalog.objects
Interface CatalogCatalogGroupRelationAccessBeanData

All Known Implementing Classes:
CatalogCatalogGroupRelationAccessBean

public interface CatalogCatalogGroupRelationAccessBeanData

This table identifies the root CatalogGroups (or root Categories) contained within a Catalog.


Method Summary
 java.lang.String getCatalogGroupReferenceNumber()
           
 java.lang.String getCatalogReferenceNumber()
           
 java.lang.String getLastUpdate()
           
 java.lang.String getSequence()
           
 void setCatalogGroupReferenceNumber(java.lang.String newValue)
           
 void setCatalogReferenceNumber(java.lang.String newValue)
           
 void setLastUpdate(java.lang.String newValue)
           
 void setSequence(java.lang.String newValue)            
 

Method Detail

getLastUpdate

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

setLastUpdate

public void setLastUpdate(java.lang.String newValue)

getCatalogGroupReferenceNumber

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

setCatalogGroupReferenceNumber

public void setCatalogGroupReferenceNumber(java.lang.String newValue)

getCatalogReferenceNumber

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

setCatalogReferenceNumber

public void setCatalogReferenceNumber(java.lang.String newValue)

getSequence

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

setSequence

public void setSequence(java.lang.String newValue)