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

All Known Implementing Classes:
ProductComparisonStatisticsAccessBean

public interface ProductComparisonStatisticsAccessBeanData


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

getCatGroupId

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

getPcClicks

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

getPcViews

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

setPcClicks

public void setPcClicks(java.lang.String newValue)

setPcViews

public void setPcViews(java.lang.String newValue)

setStoreId

public void setStoreId(java.lang.String newValue)