com.ibm.commerce.tools.epromotion.commands
Interface CreateRLPromotionCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
CreateRLPromotionCmdImpl

public interface CreateRLPromotionCmd
extends TaskCommand

Interface for creating RLPromotion.


Field Summary
static java.lang.String COPYRIGHT
the copyright information
static java.lang.String defaultCommandClassName
the default implementation class for the command
static java.lang.String NAME
the classname
Method Summary
void setRLPromotion(RLPromotion newRLPromotion) set RLPromotion object
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
the copyright information
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
the default implementation class for the command

NAME

public static final java.lang.String NAME
the classname
Method Detail

setRLPromotion

public void setRLPromotion(RLPromotion newRLPromotion)
set RLPromotion object

Feedback