com.ibm.commerce.tools.campaigns

Class CampaignDataBean.CampaignInitiative

  • java.lang.Object
    • com.ibm.commerce.tools.campaigns.CampaignDataBean.CampaignInitiative
  • Enclosing class:
    CampaignDataBean


    public static final class CampaignDataBean.CampaignInitiative
    extends java.lang.Object
    This class contains information about the initiative assigned to this campaign.
    • Constructor Summary

      Constructors 
      Constructor and Description
      CampaignInitiative()
      Default constructor for this class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getActionFlag()
      Gets the flag that is used to indicate the action to be performed to this campaign initiative.
      java.lang.String getContentType()
      Gets the content type of the campaign initiative.
      java.lang.String getDescription()
      Gets the description of the campaign initiative.
      java.lang.Integer getId()
      Gets the ID of the campaign initiative.
      java.lang.String getName()
      Gets the name of the campaign initiative.
      java.lang.String getStatus()
      Gets the status of the campaign initiative.
      java.lang.Integer getStoreId()
      Gets the store ID of the campaign initiative.
      void setActionFlag(java.lang.String actionFlag)
      Sets the flag that is used to indicate the action to be performed to this campaign initiative.
      void setContentType(java.lang.String contentType)
      Sets the content type of the campaign initiative.
      void setDescription(java.lang.String description)
      Sets the description of the campaign initiative.
      void setId(java.lang.Integer id)
      Sets the ID of the campaign initiative.
      void setName(java.lang.String name)
      Sets the name of the campaign initiative.
      void setStatus(java.lang.String status)
      Sets the status of the campaign initiative.
      void setStoreId(java.lang.Integer storeId)
      Sets the store ID of the campaign initiative.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CampaignInitiative

        public CampaignInitiative()
        Default constructor for this class.
    • Method Detail

      • getActionFlag

        public java.lang.String getActionFlag()
        Gets the flag that is used to indicate the action to be performed to this campaign initiative.
        Returns:
        The flag that is used to indicate the action to be performed to this campaign initiative.
      • getContentType

        public java.lang.String getContentType()
        Gets the content type of the campaign initiative.
        Returns:
        The content type of the campaign initiative.
      • getDescription

        public java.lang.String getDescription()
        Gets the description of the campaign initiative.
        Returns:
        The description of the campaign initiative.
      • getId

        public java.lang.Integer getId()
        Gets the ID of the campaign initiative.
        Returns:
        The ID of the campaign initiative.
      • getName

        public java.lang.String getName()
        Gets the name of the campaign initiative.
        Returns:
        The name of the campaign initiative.
      • getStatus

        public java.lang.String getStatus()
        Gets the status of the campaign initiative.
        Returns:
        The status of the campaign initiative.
      • getStoreId

        public java.lang.Integer getStoreId()
        Gets the store ID of the campaign initiative.
        Returns:
        The store ID of the campaign initiative.
      • setActionFlag

        public void setActionFlag(java.lang.String actionFlag)
        Sets the flag that is used to indicate the action to be performed to this campaign initiative.
        Parameters:
        actionFlag - The flag that is used to indicate the action to be performed to this campaign initiative.
      • setContentType

        public void setContentType(java.lang.String contentType)
        Sets the content type of the campaign initiative.
        Parameters:
        contentType - The content type of the campaign initiative.
      • setDescription

        public void setDescription(java.lang.String description)
        Sets the description of the campaign initiative.
        Parameters:
        description - The description of the campaign initiative.
      • setId

        public void setId(java.lang.Integer id)
        Sets the ID of the campaign initiative.
        Parameters:
        id - The ID of the campaign initiative.
      • setName

        public void setName(java.lang.String name)
        Sets the name of the campaign initiative.
        Parameters:
        name - The name of the campaign initiative.
      • setStatus

        public void setStatus(java.lang.String status)
        Sets the status of the campaign initiative.
        Parameters:
        status - The status of the campaign initiative.
      • setStoreId

        public void setStoreId(java.lang.Integer storeId)
        Sets the store ID of the campaign initiative.
        Parameters:
        storeId - The store ID of the campaign initiative.