public abstract class EmailPromotionSaveTaskCmdImpl extends TaskCommandImpl implements EmailPromotionSaveTaskCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
Copyright.
|
Constructor and Description |
---|
EmailPromotionSaveTaskCmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer | getCampaignId()
Gets the campaign ID (campaign) to which the e-mail activity is associated.
|
java.lang.String | getDescription()
Gets the description of the e-mail activity.
|
java.lang.Integer | getEmailMessageId()
Gets the e-mail message ID of the e-mail message that will be sent by the e-mail activity.
|
java.lang.Integer | getEmailPromotionId()
Gets the e-mail promotion ID that acts as the key to the e-mail activity.
|
java.lang.Long | getJobReferenceNumber()
Gets the jobReferenceNumber that will launch the e-mail activity.
|
java.lang.Long | getMemberGroupId()
Gets the member group ID (customer segment) that will receive the e-mail activity.
|
java.lang.String | getModifiedBy()
Gets the logon name of the person who is modifying or creating the e-mail activity.
|
java.sql.Timestamp | getModifiedDate()
Gets the time when this e-mail activity was modified.
|
java.lang.String | getName()
Gets the name of the e-mail activity.
|
java.lang.String | getReplyTo()
Gets the reply-to e-mail address specified for this e-mail activity.
|
java.lang.Integer | getStatus()
Gets the status of the e-mail activity (unsent, sent, deleted).
|
java.lang.Integer | getStoreEntityId()
Gets the store ID associated with this e-mail activity.
|
void | setCampaignId(java.lang.Integer campaignId)
Sets the campaign ID of the campaign to which the e-mail activity is associated.
|
void | setDescription(java.lang.String description)
Sets the description of the e-mail activity.
|
void | setEmailMessageId(java.lang.Integer emailMessageId)
Sets the e-mail message ID of the message template sent by the e-mail activity.
|
void | setEmailPromotionId(java.lang.Integer emailPromotionId)
Sets the e-mail promotion ID of the e-mail activity.
|
void | setJobReferenceNumber(java.lang.Long jobReferenceNumber)
Sets the JobReferenceNumber of the scheduled job that will launch the e-mail activity.
|
void | setMemberGroupId(java.lang.Long memberGroupId)
Sets the member group ID of the customer segment that will receive the e-mail activity.
|
void | setModifiedBy(java.lang.String modifiedBy)
Sets the user logon name of the person who modified or created the e-mail activity.
|
void | setModifiedDate(java.sql.Timestamp modifiedDate)
Sets the date when this e-mail activity was modified.
|
void | setName(java.lang.String name)
Sets the name of the e-mail activity.
|
void | setReplyTo(java.lang.String replyTo)
Sets the reply-to email address of the email activity.
|
void | setStatus(java.lang.Integer status)
Sets the status of the e-mail activity (unsent, sent, deleted).
|
void | setStoreEntityId(java.lang.Integer storeEntityId)
Sets the store ID of the store to which the activity belongs.
|
public static final java.lang.String COPYRIGHT
public java.lang.String getDescription()
public java.lang.Integer getEmailMessageId()
public java.lang.Integer getEmailPromotionId()
public java.lang.Long getJobReferenceNumber()
public java.lang.Long getMemberGroupId()
public java.lang.Integer getCampaignId()
public java.lang.String getModifiedBy()
public java.sql.Timestamp getModifiedDate()
public java.lang.String getName()
public java.lang.Integer getStoreEntityId()
public java.lang.Integer getStatus()
public java.lang.String getReplyTo()
public void setEmailMessageId(java.lang.Integer emailMessageId)
public void setEmailPromotionId(java.lang.Integer emailPromotionId)
public void setJobReferenceNumber(java.lang.Long jobReferenceNumber)
public void setMemberGroupId(java.lang.Long memberGroupId)
public void setCampaignId(java.lang.Integer campaignId)
public void setModifiedBy(java.lang.String modifiedBy)
public void setModifiedDate(java.sql.Timestamp modifiedDate)
public void setStatus(java.lang.Integer status)
public void setStoreEntityId(java.lang.Integer storeEntityId)
public void setName(java.lang.String name)
public void setDescription(java.lang.String description)
public void setReplyTo(java.lang.String replyTo)