com.ibm.commerce.marketingcenter.events.objects
Interface ProductAdvisorStatisticsAccessBeanData

All Known Implementing Classes:
ProductAdvisorStatisticsAccessBean

public interface ProductAdvisorStatisticsAccessBeanData

This table captures the invocation statistics for each Product Advisor metaphor.


Method Summary
 java.lang.String getCatGroupId()
           
 java.lang.String getMetaphorTypeId()
           
 java.lang.String getPaCount()
           
 java.lang.String getStoreId()
           
 void setCatGroupId(java.lang.String newValue)
           
 void setMetaphorTypeId(java.lang.String newValue)
           
 void setPaCount(java.lang.String newValue)
           
 void setStoreId(java.lang.String newValue)            
 

Method Detail

getCatGroupId

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

setCatGroupId

public void setCatGroupId(java.lang.String newValue)

getMetaphorTypeId

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

setMetaphorTypeId

public void setMetaphorTypeId(java.lang.String newValue)

getPaCount

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

setPaCount

public void setPaCount(java.lang.String newValue)

getStoreId

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

setStoreId

public void setStoreId(java.lang.String newValue)