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

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
UpdateRLPromotionCmdImpl

public interface UpdateRLPromotionCmd
extends TaskCommand

Update RLPromotion task command interface


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 setCalCodeId(java.lang.String newCalCodeId)
          set Calcode ID
 void setRLPromotion( RLPromotion newRLPromotion)           Set RLPromotion Object
 

Field Detail
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

setCalCodeId

public void setCalCodeId(java.lang.String newCalCodeId)
set Calcode ID
Parameters:
newCalCodeId - java.lang.String

setRLPromotion

public void setRLPromotion(RLPromotion newRLPromotion)
Set RLPromotion Object