|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Money
Represents money as value and currency
MoneyHome| Method Summary | |
|---|---|
String |
getCurrency()
Returns the currency of money |
double |
getValue()
Returns the value of money |
void |
setCurrency(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 |
|---|
double getValue()
void setValue(double value)
value - value to be setString getCurrency()
void setCurrency(String currency)
throws InvalidArgumentException
currency - currency to be set
InvalidArgumentException
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||