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

java.lang.Object
  extended by com.bea.commerce.ebusiness.price.engine.DiscountModifier
      extended by com.bea.commerce.ebusiness.price.engine.DiscountModifierPercent

public class DiscountModifierPercent
extends DiscountModifier

Supports PERCENT_OFF ModifierType


Field Summary
static String cName
           
 
Constructor Summary
DiscountModifierPercent(ModifierType type, String stringValue)
           
 
Method Summary
 String getStringValue()
           
 double getValue()
           
 String toString()
           
 
Methods inherited from class com.bea.commerce.ebusiness.price.engine.DiscountModifier
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cName

public static final String cName
See Also
Constants Summary
Constructor Detail

DiscountModifierPercent

public DiscountModifierPercent(ModifierType type,
                               String stringValue)
Method Detail

getValue

public double getValue()

getStringValue

public String getStringValue()

toString

public String toString()
Overrides:
toString in class DiscountModifier


Copyright © 2006 BEA Systems, Inc. All Rights Reserved