|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.commerce.ebusiness.price.engine.DiscountModifier
com.bea.commerce.ebusiness.price.engine.DiscountModifierFixed
public class DiscountModifierFixed
Supports FIXED_OFF and FIXED_PRICE ModifierTypes
| Field Summary | |
|---|---|
static String |
cName
|
| Constructor Summary | |
|---|---|
DiscountModifierFixed(ModifierType type,
double value,
String currency)
|
|
DiscountModifierFixed(ModifierType type,
String stringValue,
String currency)
|
|
| Method Summary | |
|---|---|
String |
getCurrency()
|
Money |
getMoney()
|
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 |
|---|
public static final String cName
| Constructor Detail |
|---|
public DiscountModifierFixed(ModifierType type,
String stringValue,
String currency)
public DiscountModifierFixed(ModifierType type,
double value,
String currency)
| Method Detail |
|---|
public double getValue()
public String toString()
toString in class DiscountModifierpublic Money getMoney()
public String getCurrency()
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||