|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Represents money as value and currency
MoneyHome| Method Summary | |
java.lang.String |
getCurrency()
Returns the currency of money |
double |
getValue()
Returns the value of money |
void |
setCurrency(java.lang.String currency)
Sets the currency of money |
void |
setValue(double value)
Sets the value of money |
| Methods inherited from interface com.beasys.commerce.foundation.Belonging |
clone,
equals,
interfaceName,
setByValue,
value |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Method Detail |
public double getValue()
public void setValue(double value)
value - value to be setpublic java.lang.String getCurrency()
public void setCurrency(java.lang.String currency)
throws InvalidArgumentException
currency - currency to be set
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||