com.ibm.commerce.marketing.beans
Class EMarketingSpot.Collateral

com.ibm.commerce.marketingcenter.campaign.objects.CollateralAccessBean
  |
  +--com.ibm.commerce.marketing.beans.CollateralDataBean
        |
        +--com.ibm.commerce.marketing.beans.EMarketingSpot.Collateral
All Implemented Interfaces:
CollateralInputDataBean, CollateralSmartDataBean, DataBean, InputDataBean, java.io.Serializable, SmartDataBean
Enclosing class:
EMarketingSpot

public static final class EMarketingSpot.Collateral
extends CollateralDataBean

Extends CollateralDataBean to provide a class that also contains information about the intitiative that recommended the item.

See Also:
Serialized Form

Fields inherited from interface com.ibm.commerce.beans.InputDataBean
COPYRIGHT
 
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
 
Fields inherited from interface com.ibm.commerce.beans.SmartDataBean
COPYRIGHT
 
Constructor Summary
EMarketingSpot.Collateral()
           
 
Method Summary
 java.lang.Integer getInitiativeId()
          Gets the initiative ID.
 void setInitiativeId(java.lang.Integer initiativeId)
          Sets the initiative ID.
 
Methods inherited from class com.ibm.commerce.marketing.beans.CollateralDataBean
getCollateralID, getCommandContext, getCustomerField1, getCustomerField2, getDescriptionCustomerField1, getDescriptionCustomerField2, getLanguageId, getLocation, getMarketingText, getName, getRequestProperties, getStoreID, getTypeID, getTypeName, getUrlLink, populate, setCollateralID, setCommandContext, setCustomerField1, setCustomerField2, setDescriptionCustomerField1, setDescriptionCustomerField2, setLanguageId, setLocation, setMarketingText, setName, setRequestProperties, setStoreID, setType, setTypeName, setUrlLink
 
Methods inherited from class com.ibm.commerce.marketingcenter.campaign.objects.CollateralAccessBean
commitCopyHelper, defaultJNDIName, findByStore, findByStoreAndName, findByStoreAndType, findByStoreAndTypeWithOrder, findByStoreSortedByName, findByStoreSortedByType, findByStoreWithOrder, fulfills, getCollateralId, getCollateralIdInEJBType, getOwner, getStoreId, getStoreIdInEJBType, getType, getTypeInEJBType, instantiateEJB, instantiateEJBByPrimaryKey, refreshCopyHelper, setCollateralId, setCollateralId, setInitKey_collateralId, setStoreId, setStoreId, setType
 

Constructor Detail

EMarketingSpot.Collateral

public EMarketingSpot.Collateral()
Method Detail

getInitiativeId

public java.lang.Integer getInitiativeId()
Gets the initiative ID.
Returns:
The initiative ID.

setInitiativeId

public void setInitiativeId(java.lang.Integer initiativeId)
Sets the initiative ID.
Parameters:
initiativeId - The initiative ID.