The CampaignEmsUpdateCmd interface must be implemented to provide a task command that updates an e-Marketing Spot. Different implementations of this interface can be provided for different stores.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright. |
static java.lang.String |
defaultCommandClassName defaultCommandClassName is the default implementation class used by command factory to instantiate this command if the interface com.ibm.commerce.tools.campaigns.CampaignEmsUpdateCmd is not defined in the CMDREG table. |
static java.lang.String |
Name The name of this interface. |
Method Summary | |
---|---|
void |
setEmsDescription(java.lang.String description) Sets the description of the e-Marketing Spot. |
void |
setEmsId(java.lang.Integer id) Sets the ID of the e-Marketing Spot. |
void |
setEmsName(java.lang.String name) Sets the name of the e-Marketing Spot. |
void |
setSupportedTypes(java.lang.String supportedTypes)
Sets the supported types of the e-Marketing Spot. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String Name
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setEmsDescription(java.lang.String description)
description
- The description of the e-Marketing
Spot.public void setEmsId(java.lang.Integer id)
id
- The ID of the e-Marketing Spot.public void setEmsName(java.lang.String name)
name
- The name of the e-Marketing Spot.public void setSupportedTypes(java.lang.String supportedTypes)
supportedTypes
- The supported types of the e-Marketing
Spot.