@Component(value="budgetHeadFormatter") public class BudgetHeadFormatter extends Object implements org.springframework.format.Formatter<BudgetGroup>
| Constructor and Description |
|---|
BudgetHeadFormatter() |
| Modifier and Type | Method and Description |
|---|---|
BudgetGroup |
parse(String id,
Locale locale) |
String |
print(BudgetGroup object,
Locale locale) |
public String print(BudgetGroup object, Locale locale)
print in interface org.springframework.format.Printer<BudgetGroup>public BudgetGroup parse(String id, Locale locale) throws ParseException
parse in interface org.springframework.format.Parser<BudgetGroup>ParseExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.