com.ibm.commerce.catalog.objects
Interface StoreCatalogAccessBeanData

All Known Implementing Classes:
StoreCatalogAccessBean

public interface StoreCatalogAccessBeanData


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

getCatalogReferenceNumber

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

getLastUpdate

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

getMasterCatalog

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

getStoreEntryID

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

setCatalogReferenceNumber

public void setCatalogReferenceNumber(java.lang.String newValue)

setLastUpdate

public void setLastUpdate(java.lang.String newValue)

setMasterCatalog

public void setMasterCatalog(java.lang.String newValue)

setStoreEntryID

public void setStoreEntryID(java.lang.String newValue)