com.ibm.commerce.tools.campaigns

Class CampaignDataBean.EmailActivity

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


    public static final class CampaignDataBean.EmailActivity
    extends java.lang.Object
    This class contains information about the e-mail activity assigned to this campaign.
    • Constructor Summary

      Constructors 
      Constructor and Description
      EmailActivity()
      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 on this e-mail activity.
      java.lang.Integer getId()
      Gets the ID of the e-mail activity.
      java.lang.String getName()
      Gets the name of the e-mail activity.
      java.lang.Integer getStoreId()
      Gets the store ID of the e-mail activity.
      void setActionFlag(java.lang.String actionFlag)
      Sets the flag that is used to indicate the action to be performed on this e-mail activity.
      void setId(java.lang.Integer id)
      Sets the ID of the e-mail activity.
      void setName(java.lang.String name)
      Sets the name of the e-mail activity.
      void setStoreId(java.lang.Integer storeId)
      Sets the store ID of the e-mail activity.
      • Methods inherited from class java.lang.Object

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

      • EmailActivity

        public EmailActivity()
        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 on this e-mail activity.
        Returns:
        The flag that is used to indicate the action to be performed on this e-mail activity.
      • getId

        public java.lang.Integer getId()
        Gets the ID of the e-mail activity.
        Returns:
        The ID of the e-mail activity.
      • getName

        public java.lang.String getName()
        Gets the name of the e-mail activity.
        Returns:
        The name of the e-mail activity.
      • getStoreId

        public java.lang.Integer getStoreId()
        Gets the store ID of the e-mail activity.
        Returns:
        The store ID of the e-mail activity.
      • setActionFlag

        public void setActionFlag(java.lang.String actionFlag)
        Sets the flag that is used to indicate the action to be performed on this e-mail activity.
        Parameters:
        actionFlag - The flag that is used to indicate the action be performed on this e-mail activity.
      • setId

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

        public void setName(java.lang.String name)
        Sets the name of the e-mail activity.
        Parameters:
        name - The name of the e-mail activity.
      • setStoreId

        public void setStoreId(java.lang.Integer storeId)
        Sets the store ID of the e-mail activity.
        Parameters:
        storeId - The store ID of the e-mail activity.