Class CurrencyValue
- java.lang.Object
-
- org.teamapps.ux.component.field.multicurrency.value.CurrencyValue
-
public class CurrencyValue extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CurrencyValue(CurrencyUnit currencyUnit, java.math.BigDecimal amount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigDecimalgetAmount()CurrencyUnitgetCurrencyUnit()org.teamapps.dto.UiCurrencyValuetoUiCurrencyValue(java.util.Locale locale)
-
-
-
Constructor Detail
-
CurrencyValue
public CurrencyValue(CurrencyUnit currencyUnit, java.math.BigDecimal amount)
-
-
Method Detail
-
getCurrencyUnit
public CurrencyUnit getCurrencyUnit()
-
getAmount
public java.math.BigDecimal getAmount()
-
toUiCurrencyValue
public org.teamapps.dto.UiCurrencyValue toUiCurrencyValue(java.util.Locale locale)
-
-