Class Money
java.lang.Object
com.labs64.netlicensing.domain.vo.Money
Holds amount of money with associated currency.
Consider more comprehensive implementation using one of:
- http://joda-money.sourceforge.net/
- http://java.net/projects/javamoney
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Money
convertPrice
(String rawPrice, String rawCurrency) void
setAmount
(BigDecimal amount) void
setCurrencyCode
(String currencyCode)
-
Constructor Details
-
Money
public Money()
-
-
Method Details
-
getAmount
-
setAmount
-
getCurrencyCode
-
setCurrencyCode
-
convertPrice
-