DiscountModifier Interface
- public interface DiscountModifier
extends Serializable
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.
-
All Superinterfaces
-
Serializable
getModifier() Method
public String
getModifier()
Gets the modifier as a String.
Returns
- a String representation of the modifier
toString() Method
public String
toString()
Gets the same String as getModifier.
-
Overrides
-
Object.toString()
Returns
- a String representation of the modifier
Related Topics
DiscountModifier.getModifier()