DiscountModifierFixed Class

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

public class DiscountModifierFixed

    extends DiscountModifier

Supports FIXED_OFF and FIXED_PRICE ModifierTypes


Hierarchy
Object
  DiscountModifier
    DiscountModifierFixed

Field Summary

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

Constructor Summary

DiscountModifierFixed(ModifierType type, double value, String currency)

DiscountModifierFixed(ModifierType type, String stringValue, String currency)

 

Method Summary

public String
getCurrency()
public Money
getMoney()
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

DiscountModifierFixed

public DiscountModifierFixed(ModifierType type, 
                             double value, 
                             String currency)

DiscountModifierFixed

public DiscountModifierFixed(ModifierType type, 
                             String stringValue, 
                             String currency)
 

Method Detail

getCurrency() Method

public String getCurrency()

getMoney() Method

public Money getMoney()

getValue() Method

public double getValue()

toString() Method

public String toString()
Overrides
DiscountModifier.toString()