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

All Known Implementing Classes:
ProductAdvisorStatisticsAccessBean

public interface ProductAdvisorStatisticsAccessBeanData


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

getMetaphorTypeId

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

getPaCount

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

getStoreId

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

setCatGroupId

public void setCatGroupId(java.lang.String newValue)

setMetaphorTypeId

public void setMetaphorTypeId(java.lang.String newValue)

setPaCount

public void setPaCount(java.lang.String newValue)

setStoreId

public void setStoreId(java.lang.String newValue)