public class ProductAdvisorStatisticsBean
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Long |
catGroupId
The category ID field in the PASTATS table.
|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
java.lang.Integer |
metaphorTypeId
The metaphor type ID field in the PASTATS table.
|
java.lang.Integer |
paCount
The product advisor count field in the PASTATS table.
|
java.lang.Integer |
storeId
The store ID field in the PASTATS table.
|
Constructor and Description |
---|
ProductAdvisorStatisticsBean()
Constructor for ProductAdvisorStatisticsBean.
|
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 |
getMetaphorTypeId()
Gets the metaphor type ID of this statistics.
|
java.lang.Integer |
getMetaphorTypeIdAsInteger()
Gets the metaphor type ID of this statistics, in EJB attribute type.
|
java.lang.String |
getPaCount()
Gets the product advisor count of this statistics.
|
java.lang.Integer |
getPaCountAsInteger()
Gets the product advisor 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.ProductAdvisorStatisticsAccessBean 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 |
setMetaphorTypeId(java.lang.String newMetaphorTypeId)
Sets the metaphor type ID of this statistics.
|
void |
setMetaphorTypeIdAsInteger(java.lang.Integer newMetaphorTypeId)
Sets the metaphor type ID of this statistics, in EJB attribute type.
|
void |
setPaCount(java.lang.String newPaCount)
Sets the product advisor count of this statistics.
|
void |
setPaCountAsInteger(java.lang.Integer newPaCount)
Sets the product advisor 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 metaphorTypeId
public java.lang.Integer paCount
public java.lang.Integer storeId
public ProductAdvisorStatisticsBean()
public java.lang.String getCatGroupId()
public java.lang.Long getCatGroupIdAsLong()
public java.lang.String getMetaphorTypeId()
public java.lang.Integer getMetaphorTypeIdAsInteger()
public java.lang.String getPaCount()
public java.lang.Integer getPaCountAsInteger()
public java.lang.String getStoreId()
public java.lang.Integer getStoreIdAsInteger()
public void populate(com.ibm.commerce.marketingcenter.events.objects.ProductAdvisorStatisticsAccessBean statsAB) throws java.lang.Exception
statsAB
- An instance of the product advisor statistics 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 setMetaphorTypeId(java.lang.String newMetaphorTypeId)
newMetaphorTypeId
- metaphor type IDpublic void setMetaphorTypeIdAsInteger(java.lang.Integer newMetaphorTypeId)
newMetaphorTypeId
- metaphor type IDpublic void setPaCount(java.lang.String newPaCount)
newPaCount
- product advisor countpublic void setPaCountAsInteger(java.lang.Integer newPaCount)
newPaCount
- product advisor countpublic void setStoreId(java.lang.String newStoreId)
newStoreId
- store IDpublic void setStoreIdAsInteger(java.lang.Integer newStoreId)
newStoreId
- store ID