The interface to a TaskCommand that is used to save e-mail promotion entries.
Field Summary | |
static java.lang.String | COPYRIGHT Copyright. |
Method Summary | |
java.lang.Integer | getEmailPromotionId() Gets the emailPromotionId of the e-mail activity |
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 profile that will receive the e-mail activity. |
void | setModifiedBy(java.lang.String modifiedBy) Sets the user logon name of the person who modified/created the e-mail activity. |
void | setModifiedDate(java.sql.Timestamp modifiedDate) Sets the date when this e-mail activity is modified |
void | setName(java.lang.String name) Sets the name of the e-mail activity. |
void | setStatus(java.lang.Integer argStatus) 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. |
Field Detail |
public static final java.lang.String COPYRIGHT
Method Detail |
public java.lang.Integer getEmailPromotionId()
public void setEmailPromotionId(java.lang.Integer emailPromotionId)
public void setEmailMessageId(java.lang.Integer emailMessageId)
public void setJobReferenceNumber(java.lang.Long jobReferenceNumber)
public void setMemberGroupId(java.lang.Long memberGroupId)
public void setModifiedBy(java.lang.String modifiedBy)
public void setModifiedDate(java.sql.Timestamp modifiedDate)
public void setStatus(java.lang.Integer argStatus)
public void setStoreEntityId(java.lang.Integer storeEntityId)
public void setName(java.lang.String name)
public void setDescription(java.lang.String description)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.