com.ibm.commerce.price.commands
Interface DiscountCalculationRuleQualifyCmd

All Known Implementing Classes:
DiscountCalculationRuleQualifyCmdImpl

public interface DiscountCalculationRuleQualifyCmd

Interface for the command used to see if a user qualifies for a calculation rule.


Field Summary
static java.lang.String COPYRIGHT
The defautl name of this command.
static java.lang.String defaultCommandClassName
The default name of this command.
static java.lang.String NAME The name of this command.
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
The defautl name of this command.
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 name of this command.
See Also:
Constant Field Values

Feedback