com.ibm.commerce.catalog.objects
Interface StoreCatalogAccessBeanData

All Known Implementing Classes:
StoreCatalogAccessBean

public interface StoreCatalogAccessBeanData

This table holds the relationship between StoreEntities and the Catalogs that they offer.


Method Summary
 java.lang.String getCatalogReferenceNumber()
           
 java.lang.String getLastUpdate()
           
 java.lang.String getMasterCatalog()
           
 java.lang.String getStoreEntryID()
           
 void setCatalogReferenceNumber(java.lang.String newValue)
           
 void setLastUpdate(java.lang.String newValue)
           
 void setMasterCatalog(java.lang.String newValue)
           
 void setStoreEntryID(java.lang.String newValue)            
 

Method Detail

getMasterCatalog

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

setMasterCatalog

public void setMasterCatalog(java.lang.String newValue)

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)

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)

getStoreEntryID

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

setStoreEntryID

public void setStoreEntryID(java.lang.String newValue)