public class WrappedCurrency extends Object
Constructor and Description |
---|
WrappedCurrency() |
WrappedCurrency(Currency value) |
WrappedCurrency(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Currency |
getCurrency() |
String |
getCurrencyCode() |
int |
getDefaultFractionDigits() |
String |
getSymbol() |
String |
getSymbol(Locale l) |
int |
hashCode() |
String |
toString() |
public WrappedCurrency()
public WrappedCurrency(Currency value)
public WrappedCurrency(String name)
Copyright © 2019. All rights reserved.