public class CampaignStatisticsBean
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
CampaignStatisticsBean()
Constructor for CampaignStatisticsBean.
|
Modifier and Type | Method and Description |
---|---|
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(com.ibm.commerce.marketingcenter.events.objects.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.
|
public static final java.lang.String COPYRIGHT
public CampaignStatisticsBean()
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(com.ibm.commerce.marketingcenter.events.objects.CampaignStatisticsAccessBean statsAB) throws java.lang.Exception
statsAB
- An instance of the campaign statistics object used to populate all the fields.java.lang.Exception
- Thrown whenever an exception is encountered.public void setClickCount(java.lang.String newClickCount)
newClickCount
- click countpublic void setClickCountAsInteger(java.lang.Integer newClickCountAsInteger)
newClickCountAsInteger
- click countpublic void setInitiativeId(java.lang.String newInitiativeId)
newInitiativeId
- initiative IDpublic void setInitiativeIdAsInteger(java.lang.Integer newInitiativeIdAsInteger)
newInitiativeIdAsInteger
- initiative IDpublic void setInitiativeName(java.lang.String newInitiativeName)
newInitiativeName
- initiative namepublic void setMpeId(java.lang.String newMpeId)
newMpeId
- marketing page element IDpublic void setMpeIdAsInteger(java.lang.Integer newMpeIdAsInteger)
newMpeIdAsInteger
- marketing page element IDpublic void setMpeName(java.lang.String newMpeName)
newMpeName
- marketing page element namepublic void setMpeTypeId(java.lang.String newMpeTypeId)
newMpeTypeId
- marketing page element type IDpublic void setMpeTypeIdAsInteger(java.lang.Integer newMpeTypeIdAsInteger)
newMpeTypeIdAsInteger
- marketing page element type IDpublic void setMpeTypeName(java.lang.String newMpeTypeName)
newMpeTypeName
- marketing page element type namepublic void setStoreId(java.lang.String newStoreId)
newStoreId
- store IDpublic void setStoreIdAsInteger(java.lang.Integer newStoreIdAsInteger)
newStoreIdAsInteger
- store IDpublic void setViewCount(java.lang.String newViewCount)
newViewCount
- view countpublic void setViewCountAsInteger(java.lang.Integer newViewCountAsInteger)
newViewCountAsInteger
- view count