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

All Known Implementing Classes:
ProductExplorerStatisticsAccessBean

public interface ProductExplorerStatisticsAccessBeanData


Method Summary
 java.lang.String getCatGroupId()
           
 java.lang.String getFeatureId()
           
 java.lang.String getPeCount()
           
 java.lang.String getPeFeatureName()
           
 java.lang.String getStoreId()
           
 void setCatGroupId(java.lang.String newValue)
           
 void setFeatureId(java.lang.String newValue)
           
 void setPeCount(java.lang.String newValue)
           
 void setPeFeatureName(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

getFeatureId

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

getPeCount

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

getPeFeatureName

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

setFeatureId

public void setFeatureId(java.lang.String newValue)

setPeCount

public void setPeCount(java.lang.String newValue)

setPeFeatureName

public void setPeFeatureName(java.lang.String newValue)

setStoreId

public void setStoreId(java.lang.String newValue)