java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.marketingcenter.events.objects.CampaignLogAccessBean
This table records the relevant data of a recommendation event. It captures which campaign was run, which initiative was run, the e-Marketing Spot, which customer profiles were involved, and what was recommended to the customer.
Constructor Summary | |
---|---|
CampaignLogAccessBean() constructor | |
CampaignLogAccessBean(javax.ejb.EJBObject o) constructor | |
CampaignLogAccessBean(java.lang.Long arg0, java.lang.Integer arg1,
java.lang.Integer arg2, java.lang.Integer arg3) constructor | |
CampaignLogAccessBean(java.lang.Long arg0, java.lang.Integer arg1,
java.lang.Integer arg2, java.lang.Integer arg3, java.lang.Integer arg4,
java.lang.Integer arg5, java.lang.String arg6, java.lang.String arg7,
java.lang.String arg8, java.lang.String arg9, java.lang.String arg10,
java.lang.String arg11) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.lang.String |
getCampaignId() This method provides access to the CPGNLOG.CAMPAIGN_ID column of DB2 type INTEGER. |
java.lang.Integer |
getCampaignIdInEJBType() This method provides access to the CPGNLOG.CAMPAIGN_ID column of DB2 type INTEGER. |
java.lang.String |
getCampaignName() This method provides access to the CPGNLOG.CAMPAIGNNAME column of DB2 type VARCHAR(64). |
java.lang.String |
getInitiativeId() This method provides access to the CPGNLOG.INITIATIVE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getInitiativeIdInEJBType() This method provides access to the CPGNLOG.INITIATIVE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getInitiativeName() This method provides access to the CPGNLOG.INITIATIVENAME column of DB2 type VARCHAR(64). |
java.lang.String |
getMarketingPageElementId() This method provides access to the CPGNLOG.MPE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getMarketingPageElementIdInEJBType() This method provides access to the CPGNLOG.MPE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getMarketingPageElementName() This method provides access to the CPGNLOG.MPENAME column of DB2 type VARCHAR(64). |
java.lang.String |
getMarketingPageElementTypeId() This method provides access to the CPGNLOG.MPETYPE_ID column of DB2 type INTEGER. |
java.lang.Integer |
getMarketingPageElementTypeIdInEJBType() This method provides access to the CPGNLOG.MPETYPE_ID column of DB2 type INTEGER. |
java.lang.String |
getMarketingPageElementTypeName() This method provides access to the CPGNLOG.MPETYPENAME column of DB2 type VARCHAR(64). |
java.lang.String |
getResults() This method provides access to the CPGNLOG.RESULTS column of DB2 type VARCHAR(254). |
java.lang.String |
getSegments() This method provides access to the CPGNLOG.SHOPSEGMENTS column of DB2 type VARCHAR(254). |
java.lang.String |
getStoreId() This method provides access to the CPGNLOG.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreIdInEJBType() This method provides access to the CPGNLOG.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getUserTrafficId() This method provides access to the CPGNLOG.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getUserTrafficIdInEJBType() This method provides access to the CPGNLOG.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setCampaignId(java.lang.Integer newValue) This method provides access to the CPGNLOG.CAMPAIGN_ID column of DB2 type INTEGER. |
void |
setCampaignId(java.lang.String newValue) This method provides access to the CPGNLOG.CAMPAIGN_ID column of DB2 type INTEGER. |
void |
setCampaignName(java.lang.String newValue) This method provides access to the CPGNLOG.CAMPAIGNNAME column of DB2 type VARCHAR(64). |
void |
setInitiativeId(java.lang.Integer newValue) Set the primary key for this object |
void |
setInitiativeId(java.lang.String newValue) Set the primary key for this object |
void |
setInitiativeName(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_initiativeId(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_marketingPageElementId(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_userTrafficId(java.lang.String newValue) Set the primary key for this object |
void |
setMarketingPageElementId(java.lang.Integer newValue) This method provides access to the CPGNLOG.MPE_ID column of DB2 type INTEGER NOT NULL. |
void |
setMarketingPageElementId(java.lang.String newValue) This method provides access to the CPGNLOG.MPE_ID column of DB2 type INTEGER NOT NULL. |
void |
setMarketingPageElementName(java.lang.String newValue) This method provides access to the CPGNLOG.MPENAME column of DB2 type VARCHAR(64). |
void |
setMarketingPageElementTypeId(java.lang.Integer newValue) This method provides access to the CPGNLOG.MPETYPE_ID column of DB2 type INTEGER. |
void |
setMarketingPageElementTypeId(java.lang.String newValue) This method provides access to the CPGNLOG.MPETYPE_ID column of DB2 type INTEGER. |
void |
setMarketingPageElementTypeName(java.lang.String newValue) This method provides access to the CPGNLOG.MPETYPENAME column of DB2 type VARCHAR(64). |
void |
setResults(java.lang.String newValue) This method provides access to the CPGNLOG.RESULTS column of DB2 type VARCHAR(254). |
void |
setSegments(java.lang.String newValue) This method provides access to the CPGNLOG.SHOPSEGMENTS column of DB2 type VARCHAR(254). |
void |
setStoreId(java.lang.Integer newValue) This method provides access to the CPGNLOG.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreId(java.lang.String newValue) This method provides access to the CPGNLOG.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setUserTrafficId(java.lang.Long newValue) This method provides access to the CPGNLOG.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL. |
void |
setUserTrafficId(java.lang.String newValue) This method provides access to the CPGNLOG.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public CampaignLogAccessBean()
public CampaignLogAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public CampaignLogAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Integer arg2, java.lang.Integer arg3) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
arg0
- java.lang.Longarg1
- java.lang.Integerarg2
- java.lang.Integerarg3
- java.lang.Integerjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
public CampaignLogAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Integer arg2, java.lang.Integer arg3, java.lang.Integer arg4, java.lang.Integer arg5, java.lang.String arg6, java.lang.String arg7, java.lang.String arg8, java.lang.String arg9, java.lang.String arg10, java.lang.String arg11) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
arg0
- java.lang.Longarg1
- java.lang.Integerarg2
- java.lang.Integerarg3
- java.lang.Integerarg4
- java.lang.Integerarg5
- java.lang.Integerarg6
- java.lang.Stringarg7
- java.lang.Stringarg8
- java.lang.Stringarg9
- java.lang.Stringarg10
- java.lang.Stringarg11
- java.lang.Stringjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
Method Detail |
---|
public void setInitKey_userTrafficId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_marketingPageElementId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_initiativeId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getSegments() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNLOG.SHOPSEGMENTS column of DB2 type VARCHAR(254).
The following is a description of this column:
A comma-delimited list of customer profile names in which the customer fell into when a recommendation was run.
getSegments
in interface
CampaignLogAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setSegments(java.lang.String newValue)
This method provides access to the CPGNLOG.SHOPSEGMENTS column of DB2 type VARCHAR(254).
The following is a description of this column:
A comma-delimited list of customer profile names in which the customer fell into when a recommendation was run.
setSegments
in interface
CampaignLogAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getCampaignName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNLOG.CAMPAIGNNAME column of DB2 type VARCHAR(64).
The following is a description of this column:
The name of a campaign as described in the NAME column of the CAMPAIGN table.
getCampaignName
in interface
CampaignLogAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCampaignName(java.lang.String newValue)
This method provides access to the CPGNLOG.CAMPAIGNNAME column of DB2 type VARCHAR(64).
The following is a description of this column:
The name of a campaign as described in the NAME column of the CAMPAIGN table.
setCampaignName
in interface
CampaignLogAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getMarketingPageElementTypeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNLOG.MPETYPE_ID column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
getMarketingPageElementTypeId
in interface
CampaignLogAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getMarketingPageElementTypeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNLOG.MPETYPE_ID column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMarketingPageElementTypeId(java.lang.String newValue)
This method provides access to the CPGNLOG.MPETYPE_ID column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
setMarketingPageElementTypeId
in interface
CampaignLogAccessBeanData
newValue
- Stringpublic void setMarketingPageElementTypeId(java.lang.Integer newValue)
This method provides access to the CPGNLOG.MPETYPE_ID column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.lang.Integerpublic java.lang.String getInitiativeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNLOG.INITIATIVE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The initiative identifier as described in the INITIATIVE_ID column of the INITIATIVE table.
getInitiativeId
in interface
CampaignLogAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getInitiativeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNLOG.INITIATIVE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The initiative identifier as described in the INITIATIVE_ID column of the INITIATIVE table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setInitiativeId(java.lang.String newValue)
Set the primary key for this object
setInitiativeId
in interface
CampaignLogAccessBeanData
newValue
- Stringpublic void setInitiativeId(java.lang.Integer newValue)
Set the primary key for this object
newValue
- java.lang.Integerpublic java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNLOG.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The store entity identifier as described in the STOREENT_ID column of the STOREENT table.
getStoreId
in interface
CampaignLogAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNLOG.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The store entity identifier as described in the STOREENT_ID column of the STOREENT table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStoreId(java.lang.String newValue)
This method provides access to the CPGNLOG.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The store entity identifier as described in the STOREENT_ID column of the STOREENT table.
setStoreId
in interface
CampaignLogAccessBeanData
newValue
- Stringpublic void setStoreId(java.lang.Integer newValue)
This method provides access to the CPGNLOG.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The store entity identifier as described in the STOREENT_ID column of the STOREENT table.
newValue
- java.lang.Integerpublic java.lang.String getResults() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNLOG.RESULTS column of DB2 type VARCHAR(254).
The following is a description of this column:
A comma-delimited list of category entry identifiers (for suggestive selling) or ad copy identifiers (for awareness advertisements). This column stores what was recommended to the customer.
getResults
in interface
CampaignLogAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setResults(java.lang.String newValue)
This method provides access to the CPGNLOG.RESULTS column of DB2 type VARCHAR(254).
The following is a description of this column:
A comma-delimited list of category entry identifiers (for suggestive selling) or ad copy identifiers (for awareness advertisements). This column stores what was recommended to the customer.
setResults
in interface
CampaignLogAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getUserTrafficId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNLOG.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The user traffic identifier as described in the USRTRAFFIC_ID column of the USRTRAFFIC table.
getUserTrafficId
in interface
CampaignLogAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getUserTrafficIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNLOG.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The user traffic identifier as described in the USRTRAFFIC_ID column of the USRTRAFFIC table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setUserTrafficId(java.lang.String newValue)
This method provides access to the CPGNLOG.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The user traffic identifier as described in the USRTRAFFIC_ID column of the USRTRAFFIC table.
setUserTrafficId
in interface
CampaignLogAccessBeanData
newValue
- Stringpublic void setUserTrafficId(java.lang.Long newValue)
This method provides access to the CPGNLOG.USRTRAFFIC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The user traffic identifier as described in the USRTRAFFIC_ID column of the USRTRAFFIC table.
newValue
- java.lang.Longpublic java.lang.String getMarketingPageElementId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNLOG.MPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The e-Marketing Spot identifier as described in the EMSPOT_ID column of the EMSPOT table.
getMarketingPageElementId
in interface
CampaignLogAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getMarketingPageElementIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNLOG.MPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The e-Marketing Spot identifier as described in the EMSPOT_ID column of the EMSPOT table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMarketingPageElementId(java.lang.String newValue)
This method provides access to the CPGNLOG.MPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The e-Marketing Spot identifier as described in the EMSPOT_ID column of the EMSPOT table.
setMarketingPageElementId
in interface
CampaignLogAccessBeanData
newValue
- Stringpublic void setMarketingPageElementId(java.lang.Integer newValue)
This method provides access to the CPGNLOG.MPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The e-Marketing Spot identifier as described in the EMSPOT_ID column of the EMSPOT table.
newValue
- java.lang.Integerpublic java.lang.String getMarketingPageElementName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNLOG.MPENAME column of DB2 type VARCHAR(64).
The following is a description of this column:
The name of the e-Marketing Spot as described in the NAME column of the EMSPOT table.
getMarketingPageElementName
in interface
CampaignLogAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMarketingPageElementName(java.lang.String newValue)
This method provides access to the CPGNLOG.MPENAME column of DB2 type VARCHAR(64).
The following is a description of this column:
The name of the e-Marketing Spot as described in the NAME column of the EMSPOT table.
setMarketingPageElementName
in interface
CampaignLogAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getInitiativeName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNLOG.INITIATIVENAME column of DB2 type VARCHAR(64).
The following is a description of this column:
The name of the initiative as described in the NAME column of the INITIATIVE table.
getInitiativeName
in interface
CampaignLogAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setInitiativeName(java.lang.String newValue)
Set the primary key for this object
setInitiativeName
in interface
CampaignLogAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getCampaignId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNLOG.CAMPAIGN_ID column of DB2 type INTEGER.
The following is a description of this column:
The campaign identifier as described in the CAMPAIGN_ID column of the CAMPAIGN table.
getCampaignId
in interface
CampaignLogAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getCampaignIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNLOG.CAMPAIGN_ID column of DB2 type INTEGER.
The following is a description of this column:
The campaign identifier as described in the CAMPAIGN_ID column of the CAMPAIGN table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCampaignId(java.lang.String newValue)
This method provides access to the CPGNLOG.CAMPAIGN_ID column of DB2 type INTEGER.
The following is a description of this column:
The campaign identifier as described in the CAMPAIGN_ID column of the CAMPAIGN table.
setCampaignId
in interface
CampaignLogAccessBeanData
newValue
- Stringpublic void setCampaignId(java.lang.Integer newValue)
This method provides access to the CPGNLOG.CAMPAIGN_ID column of DB2 type INTEGER.
The following is a description of this column:
The campaign identifier as described in the CAMPAIGN_ID column of the CAMPAIGN table.
newValue
- java.lang.Integerpublic java.lang.String getMarketingPageElementTypeName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CPGNLOG.MPETYPENAME column of DB2 type VARCHAR(64).
The following is a description of this column:
The name of the e-Marketing Spot type as described in the NAME column of the MPETYPE table.
getMarketingPageElementTypeName
in interface
CampaignLogAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMarketingPageElementTypeName(java.lang.String newValue)
This method provides access to the CPGNLOG.MPETYPENAME column of DB2 type VARCHAR(64).
The following is a description of this column:
The name of the e-Marketing Spot type as described in the NAME column of the MPETYPE table.
setMarketingPageElementTypeName
in interface
CampaignLogAccessBeanData
newValue
- java.lang.String