DiscountModifierPercent Class
- public class DiscountModifierPercent
extends DiscountModifier
Supports PERCENT_OFF ModifierType
-
Hierarchy
-
Object
DiscountModifier
DiscountModifierPercent
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cName
public static final String
cName
DiscountModifierPercent
public DiscountModifierPercent(ModifierType
type,
String
stringValue)
getStringValue() Method
public String
getStringValue()
getValue() Method
public double getValue()
toString() Method
public String
toString()
-
Overrides
-
DiscountModifier.toString()