Represents a block of code expecting a promotion range. A promotion range is an ordered pair of start range and value.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
Method Summary | |
---|---|
void |
execute(java.lang.String startRange,
java.lang.String value)
Execute a block of code by passing range start value and associated
discount value. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public void execute(java.lang.String startRange, java.lang.String value)