DiscountModifierPercent Class

com.bea.commerce.ebusiness.price.engine
DiscountModifierPercent Class

public class DiscountModifierPercent

    extends DiscountModifier

Supports PERCENT_OFF ModifierType


Hierarchy
Object
  DiscountModifier
    DiscountModifierPercent

Field Summary

public static final String
cName
String
   
Fields from  com.bea.commerce.ebusiness.price.engine.DiscountModifier
cName
 

Constructor Summary

DiscountModifierPercent(ModifierType type, String stringValue)

 

Method Summary

public String
getStringValue()
public double
getValue()
public String
toString()
 
Methods from  com.bea.commerce.ebusiness.price.engine.DiscountModifier
getType,
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

cName

public static final String cName

 

Constructor Detail

DiscountModifierPercent

public DiscountModifierPercent(ModifierType type, 
                               String stringValue)
 

Method Detail

getStringValue() Method

public String getStringValue()

getValue() Method

public double getValue()

toString() Method

public String toString()
Overrides
DiscountModifier.toString()