public class MoneyBigDecimalFullConverter extends Object implements IConverter<BigDecimal>
| Constructor and Description |
|---|
MoneyBigDecimalFullConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convertObjectToString(Locale loc,
BigDecimal in) |
BigDecimal |
convertStringToObject(Locale loc,
String in)
Does a lax conversion of an amount to a BigDecimal.
|
public String convertObjectToString(Locale loc, BigDecimal in) throws UIException
convertObjectToString in interface IObjectToStringConverter<BigDecimal>UIExceptionpublic BigDecimal convertStringToObject(Locale loc, String in) throws UIException
convertStringToObject in interface IStringToObjectConverter<BigDecimal>UIExceptionIStringToObjectConverter.convertStringToObject(java.util.Locale, java.lang.String)Copyright © 2017 etc.to. All rights reserved.