com.ibm.commerce.tools.campaigns
Class CampaignInitiativeCache.CachedEMarketingSpot

java.lang.Object
  com.ibm.commerce.tools.campaigns.CampaignInitiativeCache.CachedEMarketingSpot
Enclosing class:
CampaignInitiativeCache

public static final class CampaignInitiativeCache.CachedEMarketingSpot
extends java.lang.Object

The inner class CachedEMarketingSpot contains the content of the cached e-Marketing Spot.


Field Summary
java.lang.Integer _eMarketingSpotId
E-Marketing Spot ID.
java.lang.String _eMarketingSpotName
E-Marketing Spot name.
java.util.Vector _schedule
List of schedules associated with the e-Marketing Spot.
java.lang.Integer _storeId
E-Marketing Spot store ID.
Constructor Summary
CampaignInitiativeCache.CachedEMarketingSpot(java.lang.Integer eMarketingSpotId, java.lang.String eMarketingSpotName, java.lang.Integer storeId, java.util.Vector schedule)
This constructor takes the content of a cached e-Marketing Spot.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail

_eMarketingSpotId

public java.lang.Integer _eMarketingSpotId
E-Marketing Spot ID.

_eMarketingSpotName

public java.lang.String _eMarketingSpotName
E-Marketing Spot name.

_storeId

public java.lang.Integer _storeId
E-Marketing Spot store ID.

_schedule

public java.util.Vector _schedule
List of schedules associated with the e-Marketing Spot.
Constructor Detail

CampaignInitiativeCache.CachedEMarketingSpot

public CampaignInitiativeCache.CachedEMarketingSpot(java.lang.Integer eMarketingSpotId,
                                                    java.lang.String eMarketingSpotName,
                                                    java.lang.Integer storeId,
                                                    java.util.Vector schedule)
This constructor takes the content of a cached e-Marketing Spot.
Parameters:
eMarketingSpotId - The ID of the cached e-Marketing Spot.
eMarketingSpotName - The name of the cached e-Marketing Spot.
storeId - The ID of the store that the cached e-Marketing Spot.
schedule - The list of schedules associated with the cached e-Marketing Spot.

Feedback