java.lang.Objectcom.ibm.commerce.marketingcenter.events.databeans.ProductAdvisorStatisticsBean
This class represents an entry of the product advisor statistics in the database, with getters and setters to access the fields in the PASTATS table.
Field Summary | |
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 Summary | |
ProductAdvisorStatisticsBean() Constructor for ProductAdvisorStatisticsBean. |
Method Summary | |
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(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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
public java.lang.Integer metaphorTypeId
public java.lang.Integer storeId
public java.lang.Long catGroupId
public java.lang.Integer paCount
Constructor Detail |
public ProductAdvisorStatisticsBean()
Method Detail |
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(ProductAdvisorStatisticsAccessBean statsAB) throws java.lang.Exception
public void setCatGroupId(java.lang.String newCatGroupId)
public void setCatGroupIdAsLong(java.lang.Long newCatGroupId)
public void setMetaphorTypeId(java.lang.String newMetaphorTypeId)
public void setMetaphorTypeIdAsInteger(java.lang.Integer newMetaphorTypeId)
public void setPaCount(java.lang.String newPaCount)
public void setPaCountAsInteger(java.lang.Integer newPaCount)
public void setStoreId(java.lang.String newStoreId)
public void setStoreIdAsInteger(java.lang.Integer newStoreId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.