public class ProductComparisonStatisticsBean
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Long | catGroupId
The category ID field in the PCSTATS table.
|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
java.lang.Integer | pcClicks
The product comparison clicks field in the PCSTATS table.
|
java.lang.Integer | pcViews
The product comparison views field in the PCSTATS table.
|
java.lang.Integer | storeId
The store ID field in the PCSTATS table.
|
Constructor and Description |
---|
ProductComparisonStatisticsBean()
Constructor for ProductComparisonStatisticsBean.
|
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 | getPcClicks()
Gets the number of product comparison clicks of this statistics.
|
java.lang.Integer | getPcClicksAsInteger()
Gets the number of product comparison clicks of this statistics, in EJB attribute type.
|
java.lang.String | getPcViews()
Gets the number of product comparison views of this statistics.
|
java.lang.Integer | getPcViewsAsInteger()
Gets the number of product comparison views 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(ProductComparisonStatisticsAccessBean 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 | setPcClicks(java.lang.String newPcClicks)
Sets the number of product comparison clicks of this statistics.
|
void | setPcClicksAsInteger(java.lang.Integer newPcClicks)
Sets the number of product comparison clicks of this statistics, in EJB attribute type.
|
void | setPcViews(java.lang.String newPcViews)
Sets the number of product comparison views of this statistics.
|
void | setPcViewsAsInteger(java.lang.Integer newPcViews)
Sets the number of product comparison views 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 static final java.lang.String COPYRIGHT
public java.lang.Integer pcViews
public java.lang.Integer storeId
public java.lang.Long catGroupId
public java.lang.Integer pcClicks
public ProductComparisonStatisticsBean()
public java.lang.String getCatGroupId()
public java.lang.Long getCatGroupIdAsLong()
public java.lang.String getPcClicks()
public java.lang.Integer getPcClicksAsInteger()
public java.lang.String getPcViews()
public java.lang.Integer getPcViewsAsInteger()
public java.lang.String getStoreId()
public java.lang.Integer getStoreIdAsInteger()
public void populate(ProductComparisonStatisticsAccessBean statsAB) throws java.lang.Exception
public void setCatGroupId(java.lang.String newCatGroupId)
public void setCatGroupIdAsLong(java.lang.Long newCatGroupId)
public void setPcClicks(java.lang.String newPcClicks)
public void setPcClicksAsInteger(java.lang.Integer newPcClicks)
public void setPcViews(java.lang.String newPcViews)
public void setPcViewsAsInteger(java.lang.Integer newPcViews)
public void setStoreId(java.lang.String newStoreId)
public void setStoreIdAsInteger(java.lang.Integer newStoreId)