|
Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface Money
Represents money as value and currency
MoneyHome| Method Summary | |
|---|---|
String |
getCurrency()
Deprecated Returns the currency of money |
double |
getValue()
Deprecated Returns the value of money |
void |
setCurrency(String currency)
Deprecated Sets the currency of money |
void |
setValue(double value)
Deprecated 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 © 2000, 2009, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||