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

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      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 ad copy.

See Also:
Serialized Form

Field Summary
Fields inherited from class com.ibm.commerce.marketing.beans.CollateralDataBean
COPYRIGHT
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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.

Feedback