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