com.ibm.commerce.emarketing.beans

Class EmailActivityListEntry

  • java.lang.Object
    • com.ibm.commerce.emarketing.beans.EmailActivityListEntry


  • public class EmailActivityListEntry
    extends java.lang.Object
    Represents a UI entry in a list of e-mail activities. Objects of this class will be returned by EmailActivityListDataBean.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright.
    • Constructor Summary

      Constructors 
      Constructor and Description
      EmailActivityListEntry(java.lang.Integer id, java.lang.String name, java.lang.Integer status, java.lang.String description, java.lang.String modifiedBy, java.sql.Timestamp lastUpdate)
      Constructor.
      EmailActivityListEntry(java.lang.Integer id, java.lang.String name, java.lang.Integer status, java.lang.String description, java.lang.String modifiedBy, java.sql.Timestamp lastUpdate, java.lang.String customerSegmentName, java.sql.Timestamp sendDate, java.lang.String campaignName, java.lang.String storeId)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getCampaignName()
      Gets the name of the campaign with which the e-mail activity associates.
      java.lang.String getCustomerSegmentName()
      Gets the name of the customer segment which the e-mail activity targets.
      java.lang.String getDescription()
      Gets the description of the e-mail activity the entry represents.
      java.lang.Integer getId()
      Gets the ID of the e-mail activity the entry represents.
      java.sql.Timestamp getLastUpdate()
      Gets the last time the e-mail activity was modified.
      java.lang.String getModifiedBy()
      Gets the ID of the user that last modified the e-mail activity.
      java.lang.String getName()
      Gets the name of the e-mail activity the entry represents.
      java.sql.Timestamp getSendDate()
      Gets the time when the e-mail activity are sent/or scheduled to send.
      java.lang.Integer getStatus()
      Gets the status of the e-mail activity the entry represents as a number.
      java.lang.String getStatusString()
      Gets the status of the e-mail activity the entry represents as a string for display.
      java.lang.String getStoreId()
      Gets the store entity ID the e-mail activity belongs to.
      • Methods inherited from class java.lang.Object

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

    • Constructor Detail

      • EmailActivityListEntry

        public EmailActivityListEntry(java.lang.Integer id,
                                      java.lang.String name,
                                      java.lang.Integer status,
                                      java.lang.String description,
                                      java.lang.String modifiedBy,
                                      java.sql.Timestamp lastUpdate)
        Constructor.
        Parameters:
        id - The ID of the e-mail activity.
        name - The name of the e-mail activity.
        status - The ID of the e-mail activity.
        description - The ID of the e-mail activity.
        modifiedBy - The ID of the user that last updated the e-mail activity.
        lastUpdate - The last time that the e-mail activity was updated.
      • EmailActivityListEntry

        public EmailActivityListEntry(java.lang.Integer id,
                                      java.lang.String name,
                                      java.lang.Integer status,
                                      java.lang.String description,
                                      java.lang.String modifiedBy,
                                      java.sql.Timestamp lastUpdate,
                                      java.lang.String customerSegmentName,
                                      java.sql.Timestamp sendDate,
                                      java.lang.String campaignName,
                                      java.lang.String storeId)
        Constructor.
        Parameters:
        id - The ID of the e-mail activity.
        name - The name of the e-mail activity.
        status - The ID of the e-mail activity.
        description - The ID of the e-mail activity.
        modifiedBy - The ID of the user that last updated the e-mail activity.
        lastUpdate - The last time that the e-mail activity was updated.
        customerSegmentName - The name of the customer segment to which the e-mail activity targets.
        sendDate - The time when the e-mail activity are sent/or scheduled to send.
        campaignName - The name of the campaign with which the e-mail activity associates.
        storeId - the ID of the store to which the e-mail activity belongs
    • Method Detail

      • getCampaignName

        public java.lang.String getCampaignName()
        Gets the name of the campaign with which the e-mail activity associates.
        Returns:
        the name of the campaign.
      • getCustomerSegmentName

        public java.lang.String getCustomerSegmentName()
        Gets the name of the customer segment which the e-mail activity targets.
        Returns:
        the name of customer segment.
      • getDescription

        public java.lang.String getDescription()
        Gets the description of the e-mail activity the entry represents.
        Returns:
        the description of the e-mail activity.
      • getId

        public java.lang.Integer getId()
        Gets the ID of the e-mail activity the entry represents.
        Returns:
        the ID of the e-mail activity.
      • getLastUpdate

        public java.sql.Timestamp getLastUpdate()
        Gets the last time the e-mail activity was modified.
        Returns:
        the time the e-mail activity was last modified.
      • getModifiedBy

        public java.lang.String getModifiedBy()
        Gets the ID of the user that last modified the e-mail activity.
        Returns:
        the user ID of the person that modified this e-mail activity last.
      • getName

        public java.lang.String getName()
        Gets the name of the e-mail activity the entry represents.
        Returns:
        the name of the e-mail activity.
      • getSendDate

        public java.sql.Timestamp getSendDate()
        Gets the time when the e-mail activity are sent/or scheduled to send.
        Returns:
        the time when the e-mail activity are sent/or scheduled to send.
      • getStatus

        public java.lang.Integer getStatus()
        Gets the status of the e-mail activity the entry represents as a number.
        Returns:
        the status of the e-mail activity as a number.
      • getStatusString

        public java.lang.String getStatusString()
        Gets the status of the e-mail activity the entry represents as a string for display.
        Returns:
        the status of the e-mail activity as a string.
      • getStoreId

        public java.lang.String getStoreId()
        Gets the store entity ID the e-mail activity belongs to.
        Returns:
        the store entity ID the e-mail activity belongs to.