Class Jsr354CurrencyUnit
- java.lang.Object
-
- org.teamapps.ux.component.field.multicurrency.value.Jsr354CurrencyUnit
-
- All Implemented Interfaces:
CurrencyUnit
public class Jsr354CurrencyUnit extends java.lang.Object implements CurrencyUnit
-
-
Field Summary
-
Fields inherited from interface org.teamapps.ux.component.field.multicurrency.value.CurrencyUnit
LOGGER
-
-
Constructor Summary
Constructors Constructor Description Jsr354CurrencyUnit(javax.money.CurrencyUnit currencyUnit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCode()intgetFractionDigits()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.teamapps.ux.component.field.multicurrency.value.CurrencyUnit
getName, getName, getSymbol, getSymbol, toUiCurrencyUnit
-
-
-
-
Method Detail
-
getCode
public java.lang.String getCode()
- Specified by:
getCodein interfaceCurrencyUnit
-
getFractionDigits
public int getFractionDigits()
- Specified by:
getFractionDigitsin interfaceCurrencyUnit
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-