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

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
ChangeStatusRLPromotionCmdImpl

public interface ChangeStatusRLPromotionCmd
extends TaskCommand

Interface for ChangeStatusRLPromotion


Field Summary
static java.lang.String COPYRIGHT
the copyright information
static java.lang.String defaultCommandClassName
the default implementation classname
static java.lang.String NAME
the Interfacename
Method Summary
void setCalcodeId(java.lang.String calcodeId)
Sets the calcode_id
void setStatus(java.lang.Integer status) Sets the status
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 classname

NAME

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

setCalcodeId

public void setCalcodeId(java.lang.String calcodeId)
Sets the calcode_id
Parameters:
calcodeId - int

setStatus

public void setStatus(java.lang.Integer status)
Sets the status
Parameters:
status - int

Feedback