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

All Known Implementing Classes:
ProductComparisonStatisticsAccessBean

public interface ProductComparisonStatisticsAccessBeanData

This table captures statistics related to the Product Comparison Product Advisor metaphor.


Method Summary
 java.lang.String getCatGroupId()
           
 java.lang.String getPcClicks()
           
 java.lang.String getPcViews()
           
 java.lang.String getStoreId()
           
 void setCatGroupId(java.lang.String newValue)
           
 void setPcClicks(java.lang.String newValue)
           
 void setPcViews(java.lang.String newValue)
           
 void setStoreId(java.lang.String newValue)            
 

Method Detail

getPcViews

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

setPcViews

public void setPcViews(java.lang.String newValue)

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)

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)

getPcClicks

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

setPcClicks

public void setPcClicks(java.lang.String newValue)