java.lang.Objectcom.ibm.commerce.marketingcenter.events.databeans.CampaignStatisticsBean
This class represents an entry of the campaign statistics in the database, with getters and setters to access the fields in the CPGNSTATS table.
Field Summary | |
static java.lang.String | COPYRIGHT IBM copyright notice field. |
Constructor Summary | |
CampaignStatisticsBean() Constructor for CampaignStatisticsBean. |
Method Summary | |
java.lang.String | getClickCount() Gets the click count of this statistics. |
java.lang.Integer | getClickCountAsInteger() Gets the click count of this statistics, in EJB attribute type. |
java.lang.String | getInitiativeId() Gets the initiative ID of this statistics. |
java.lang.Integer | getInitiativeIdAsInteger() Gets the initiative ID of this statistics, in EJB attribute type. |
java.lang.String | getInitiativeName() Gets the initiative name of this statistics. |
java.lang.String | getMpeId() Gets the marketing page element ID of this statistics. |
java.lang.Integer | getMpeIdAsInteger() Gets the marketing page element ID of this statistics, in EJB attribute type. |
java.lang.String | getMpeName() Gets the marketing page element name of this statistics. |
java.lang.String | getMpeTypeId() Gets the marketing page element type ID of this statistics. |
java.lang.Integer | getMpeTypeIdAsInteger() Gets the marketing page element type ID of this statistics, in EJB attribute type. |
java.lang.String | getMpeTypeName() Gets the marketing page element type name of this statistics. |
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. |
java.lang.String | getViewCount() Gets the view count of this statistics. |
java.lang.Integer | getViewCountAsInteger() Gets the view count of this statistics, in EJB attribute type. |
void | populate(CampaignStatisticsAccessBean statsAB) Populate the data bean that includes all the data related to this statistics. |
void | setClickCount(java.lang.String newClickCount) Sets the click count of this statistics. |
void | setClickCountAsInteger(java.lang.Integer newClickCountAsInteger) Sets the click count of this statistics, in EJB attribute type. |
void | setInitiativeId(java.lang.String newInitiativeId) Sets the initiative ID of this statistics. |
void | setInitiativeIdAsInteger(java.lang.Integer newInitiativeIdAsInteger) Sets the initiative ID of this statistics, in EJB attribute type. |
void | setInitiativeName(java.lang.String newInitiativeName) Sets the initiative name of this statistics. |
void | setMpeId(java.lang.String newMpeId) Sets the marketing page element ID of this statistics. |
void | setMpeIdAsInteger(java.lang.Integer newMpeIdAsInteger) Sets the marketing page element ID of this statistics, in EJB attribute type. |
void | setMpeName(java.lang.String newMpeName) Sets the marketing page element name of this statistics. |
void | setMpeTypeId(java.lang.String newMpeTypeId) Sets the marketing page element type ID of this statistics. |
void | setMpeTypeIdAsInteger(java.lang.Integer newMpeTypeIdAsInteger) Sets the marketing page element type ID of this statistics, in EJB attribute type. |
void | setMpeTypeName(java.lang.String newMpeTypeName) Sets the marketing page element type name of this statistics. |
void | setStoreId(java.lang.String newStoreId) Sets the store ID of this statistics. |
void | setStoreIdAsInteger(java.lang.Integer newStoreIdAsInteger) Sets the store ID of this statistics, in EJB attribute type. |
void | setViewCount(java.lang.String newViewCount) Sets the view count of this statistics. |
void | setViewCountAsInteger(java.lang.Integer newViewCountAsInteger) Sets the view count 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
Constructor Detail |
public CampaignStatisticsBean()
Method Detail |
public java.lang.String getClickCount()
public java.lang.Integer getClickCountAsInteger()
public java.lang.String getInitiativeId()
public java.lang.Integer getInitiativeIdAsInteger()
public java.lang.String getInitiativeName()
public java.lang.String getMpeId()
public java.lang.Integer getMpeIdAsInteger()
public java.lang.String getMpeName()
public java.lang.String getMpeTypeId()
public java.lang.Integer getMpeTypeIdAsInteger()
public java.lang.String getMpeTypeName()
public java.lang.String getStoreId()
public java.lang.Integer getStoreIdAsInteger()
public java.lang.String getViewCount()
public java.lang.Integer getViewCountAsInteger()
public void populate(CampaignStatisticsAccessBean statsAB) throws java.lang.Exception
public void setClickCount(java.lang.String newClickCount)
public void setClickCountAsInteger(java.lang.Integer newClickCountAsInteger)
public void setInitiativeId(java.lang.String newInitiativeId)
public void setInitiativeIdAsInteger(java.lang.Integer newInitiativeIdAsInteger)
public void setInitiativeName(java.lang.String newInitiativeName)
public void setMpeId(java.lang.String newMpeId)
public void setMpeIdAsInteger(java.lang.Integer newMpeIdAsInteger)
public void setMpeName(java.lang.String newMpeName)
public void setMpeTypeId(java.lang.String newMpeTypeId)
public void setMpeTypeIdAsInteger(java.lang.Integer newMpeTypeIdAsInteger)
public void setMpeTypeName(java.lang.String newMpeTypeName)
public void setStoreId(java.lang.String newStoreId)
public void setStoreIdAsInteger(java.lang.Integer newStoreIdAsInteger)
public void setViewCount(java.lang.String newViewCount)
public void setViewCountAsInteger(java.lang.Integer newViewCountAsInteger)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.