public class ProductExplorerStatisticsBean
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Long |
catGroupId
The category ID field in the PESTATS table.
|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
java.lang.Integer |
featureId
The feature ID field in the PESTATS table.
|
java.lang.String |
featureName
The feature name field in the PESTATS table.
|
java.lang.Integer |
peCount
The product explorer count field in the PESTATS table.
|
java.lang.Integer |
storeId
The store ID field in the PESTATS table.
|
Constructor and Description |
---|
ProductExplorerStatisticsBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCatGroupId()
Gets the category ID of this statistics.
|
java.lang.Long |
getCatGroupIdAsLong()
Gets the category ID of this statistics, in EJB attribute type.
|
java.lang.String |
getFeatureId()
Gets the feature ID of this statistics.
|
java.lang.Integer |
getFeatureIdAsInteger()
Gets the feature ID of this statistics, in EJB attribute type.
|
java.lang.String |
getFeatureName()
Gets the feature name of this statistics, in EJB attribute type.
|
java.lang.String |
getPeCount()
Gets the product explorer count of this statistics.
|
java.lang.Integer |
getPeCountAsInteger()
Gets the product explorer count of this statistics, in EJB attribute type.
|
java.lang.String |
getStoreId()
Gets the store ID of this statistics.
|
java.lang.Integer |
getStoreIdAsInteger()
Gets the store ID of this statistics, in EJB attribute type.
|
void |
populate(com.ibm.commerce.marketingcenter.events.objects.ProductExplorerStatisticsAccessBean statsAB)
Populate the databean that includes all the data related to this statistics.
|
void |
setCatGroupId(java.lang.String newCatGroupId)
Sets the category ID of this statistics.
|
void |
setCatGroupIdAsLong(java.lang.Long newCatGroupId)
Sets the category ID of this statistics, in EJB attribute type.
|
void |
setFeatureId(java.lang.Integer newFeatureId)
Sets the feature ID of this statistics, in EJB attribute type.
|
void |
setFeatureId(java.lang.String newFeatureId)
Sets the feature ID of this statistics.
|
void |
setFeatureIdAsInteger(java.lang.Integer newFeatureId)
Sets the feature ID of this statistics, in EJB attribute type.
|
void |
setFeatureName(java.lang.String newFeatureName)
Sets the feature name of this statistics.
|
void |
setPeCount(java.lang.String newPeCount)
Sets the product explorer count of this statistics.
|
void |
setPeCountAsInteger(java.lang.Integer newPeCount)
Sets the product explorer count of this statistics, in EJB attribute type.
|
void |
setStoreId(java.lang.String newStoreId)
Sets the store ID of this statistics.
|
void |
setStoreIdAsInteger(java.lang.Integer newStoreId)
Sets the store ID of this statistics, in EJB attribute type.
|
public java.lang.Long catGroupId
public static final java.lang.String COPYRIGHT
public java.lang.Integer featureId
public java.lang.String featureName
public java.lang.Integer peCount
public java.lang.Integer storeId
public java.lang.String getCatGroupId()
public java.lang.Long getCatGroupIdAsLong()
public java.lang.String getFeatureId()
public java.lang.Integer getFeatureIdAsInteger()
public java.lang.String getFeatureName()
public java.lang.String getPeCount()
public java.lang.Integer getPeCountAsInteger()
public java.lang.String getStoreId()
public java.lang.Integer getStoreIdAsInteger()
public void populate(com.ibm.commerce.marketingcenter.events.objects.ProductExplorerStatisticsAccessBean statsAB) throws java.lang.Exception
statsAB
- An instance of the product explorer object used to populate all the fields.java.lang.Exception
- Thrown whenever an exception is encountered.public void setCatGroupId(java.lang.String newCatGroupId)
newCatGroupId
- category IDpublic void setCatGroupIdAsLong(java.lang.Long newCatGroupId)
newCatGroupId
- category IDpublic void setFeatureId(java.lang.Integer newFeatureId)
newFeatureId
- feature IDpublic void setFeatureId(java.lang.String newFeatureId)
newFeatureId
- feature IDpublic void setFeatureIdAsInteger(java.lang.Integer newFeatureId)
newFeatureId
- feature IDpublic void setFeatureName(java.lang.String newFeatureName)
newFeatureName
- feature namepublic void setPeCount(java.lang.String newPeCount)
newPeCount
- product explorer countpublic void setPeCountAsInteger(java.lang.Integer newPeCount)
newPeCount
- product explorer countpublic void setStoreId(java.lang.String newStoreId)
newStoreId
- store IDpublic void setStoreIdAsInteger(java.lang.Integer newStoreId)
newStoreId
- store ID