com.ibm.commerce.emarketing.commands
Interface SendEmailActivityTaskCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
SendEmailActivityTaskCmdImpl

public interface SendEmailActivityTaskCmd
extends TaskCommand

The interface for any TaskCommand that is to be used to send e-mail activities.


Field Summary
static java.lang.String COPYRIGHT
Copyright.
static java.lang.String defaultCommandClassName
Default implementation class for this command.
Method Summary
void setEmailPromotionId(java.lang.Integer newEmailPromotionId) Sets the EmailPromotionId for this command.
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
Default implementation class for this command.
Method Detail

setEmailPromotionId

public void setEmailPromotionId(java.lang.Integer newEmailPromotionId)
Sets the EmailPromotionId for this command.

Feedback