Uses of Class
org.teamapps.dto.UiCurrencyUnit
-
-
Uses of UiCurrencyUnit in org.teamapps.dto
Fields in org.teamapps.dto declared as UiCurrencyUnit Modifier and Type Field Description protected UiCurrencyUnitUiCurrencyValue. currencyUnitFields in org.teamapps.dto with type parameters of type UiCurrencyUnit Modifier and Type Field Description protected java.util.List<UiCurrencyUnit>UiCurrencyField. currencyUnitsprotected java.util.List<UiCurrencyUnit>UiCurrencyField.SetCurrencyUnitsCommand. currencyUnitsMethods in org.teamapps.dto that return UiCurrencyUnit Modifier and Type Method Description UiCurrencyUnitUiCurrencyValue. getCurrencyUnit()UiCurrencyUnitUiCurrencyUnit. setCode(java.lang.String code)UiCurrencyUnitUiCurrencyUnit. setFractionDigits(int fractionDigits)UiCurrencyUnitUiCurrencyUnit. setName(java.lang.String name)UiCurrencyUnitUiCurrencyUnit. setSymbol(java.lang.String symbol)Methods in org.teamapps.dto that return types with arguments of type UiCurrencyUnit Modifier and Type Method Description java.util.List<UiCurrencyUnit>UiCurrencyField. getCurrencyUnits()java.util.List<UiCurrencyUnit>UiCurrencyField.SetCurrencyUnitsCommand. getCurrencyUnits()Method parameters in org.teamapps.dto with type arguments of type UiCurrencyUnit Modifier and Type Method Description UiCurrencyFieldUiCurrencyField. setCurrencyUnits(java.util.List<UiCurrencyUnit> currencyUnits)Constructors in org.teamapps.dto with parameters of type UiCurrencyUnit Constructor Description UiCurrencyValue(UiCurrencyUnit currencyUnit, java.lang.String amount)Constructor parameters in org.teamapps.dto with type arguments of type UiCurrencyUnit Constructor Description SetCurrencyUnitsCommand(java.lang.String componentId, java.util.List<UiCurrencyUnit> currencyUnits)
-