com.ibm.commerce.discount.rules.commands
Interface ProductLevelPolicyTaskCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
ProductLevelPolicyTaskCmdImpl

public interface ProductLevelPolicyTaskCmd
extends TaskCommand

This interface is using to customize product level discount policy Creation date: (4/5/2001 12:54:53 PM)


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static java.lang.String defaultCommandClassName
          The default implementation of this command.
static java.lang.String NAME
          The name of this command.
 
Method Summary
 java.util.Vector getDiscounts()
          Return a collection of discounts.
 java.util.Vector getSelectedDiscounts()
          Return a collection of selected discounts
 void setDiscounts(java.util.Vector discounts)           Set a collection of discounts.
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this command.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation of this command.
See Also:
Constant Field Values
Method Detail

getDiscounts

public java.util.Vector getDiscounts()
Return a collection of discounts.
Returns:
java.util.Vector

getSelectedDiscounts

public java.util.Vector getSelectedDiscounts()
Return a collection of selected discounts
Returns:
java.util.Vector

setDiscounts

public void setDiscounts(java.util.Vector discounts)
Set a collection of discounts.
Parameters:
discounts - java.util.Vector