java.lang.Objectcom.ibm.commerce.tools.campaigns.CampaignInitiativeCache.CachedInitiative
The inner class CachedInitiative contains the content of the cached initiative.
Field Summary | |
java.lang.Integer | _campaignId ID of the campaign associated with this initiative. |
java.lang.String | _campaignName Name of the campaign associated with this initiative. |
java.lang.Integer | _initiativeId Initiative ID. |
java.lang.String | _initiativeName Initiative name. |
java.sql.Timestamp | _lastUpdateDate Initiative last updated date. |
java.lang.String | _resultType Initiative result type. |
Rule | _rule Initiative rule content. |
java.lang.String | _status Initiative status. |
java.lang.Integer | _storeId Initiative store ID. |
Constructor Summary | |
CampaignInitiativeCache.CachedInitiative(java.lang.Integer initiativeId, java.lang.String initiativeName, Rule rule, java.sql.Timestamp lastUpdateDate, java.lang.Integer campaignId, java.lang.String campaignName, java.lang.String resultType, java.lang.String status) This constructor takes the content of a cached initiative. |
|
CampaignInitiativeCache.CachedInitiative(java.lang.Integer initiativeId, java.lang.String initiativeName, Rule rule, java.sql.Timestamp lastUpdateDate, java.lang.Integer campaignId, java.lang.String campaignName, java.lang.String resultType, java.lang.String status, java.lang.Integer storeId) This constructor takes the content of a cached initiative. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.Integer _initiativeId
public java.lang.String _initiativeName
public Rule _rule
public java.sql.Timestamp _lastUpdateDate
public java.lang.Integer _campaignId
public java.lang.String _campaignName
public java.lang.String _resultType
public java.lang.String _status
public java.lang.Integer _storeId
Constructor Detail |
public CampaignInitiativeCache.CachedInitiative(java.lang.Integer initiativeId, java.lang.String initiativeName, Rule rule, java.sql.Timestamp lastUpdateDate, java.lang.Integer campaignId, java.lang.String campaignName, java.lang.String resultType, java.lang.String status)
public CampaignInitiativeCache.CachedInitiative(java.lang.Integer initiativeId, java.lang.String initiativeName, Rule rule, java.sql.Timestamp lastUpdateDate, java.lang.Integer campaignId, java.lang.String campaignName, java.lang.String resultType, java.lang.String status, java.lang.Integer storeId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.