DiscountModifierFixed Class
- public class DiscountModifierFixed
extends DiscountModifier
Supports FIXED_OFF and FIXED_PRICE ModifierTypes
-
Hierarchy
-
Object
DiscountModifier
DiscountModifierFixed
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cName
public static final String
cName
DiscountModifierFixed
public DiscountModifierFixed(ModifierType
type,
double value,
String
currency)
DiscountModifierFixed
public DiscountModifierFixed(ModifierType
type,
String
stringValue,
String
currency)
getCurrency() Method
public String
getCurrency()
getMoney() Method
public Money
getMoney()
getValue() Method
public double getValue()
toString() Method
public String
toString()
-
Overrides
-
DiscountModifier.toString()