|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface DiscountModifier
This interface defines the public interface of the
DiscountModifier object. DiscountModifier is used by a
DiscountCalculator to determine what amount an entity
(item,order,shipping, ...) should be discounted.
| Method Summary | |
|---|---|
String |
getModifier()
Deprecated Gets the modifier as a String. |
String |
toString()
Deprecated Gets the same String as getModifier |
| Method Detail |
|---|
String getModifier()
String toString()
getModifier.
- Overrides:
toString in class Object
- Returns
- a String representation of the modifier
- See Also
getModifier()
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||