public class ConverterSupport extends Object
| Constructor and Description |
|---|
ConverterSupport() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getConvertEmptyToNull()
Whether empty values should be converted to Null values or not
|
DateTimeFormat |
getDateTimeFormat()
The user specified date time format to use
|
String |
getParamName()
The name of the parameter to which this converter is serving
|
void |
setConvertEmptyToNull(Boolean convertEmptyToNull)
Whether empty values should be converted to Null values or not
|
void |
setDateTimeFormat(DateTimeFormat dateTimeFormat)
The user specified date time format to use
|
void |
setParamName(String paramName)
The name of the parameter to which this converter is serving
|
public String getParamName()
public void setParamName(String paramName)
paramName - the paramName to setpublic Boolean getConvertEmptyToNull()
public void setConvertEmptyToNull(Boolean convertEmptyToNull)
convertEmptyToNull - the convertEmptyToNull to setpublic DateTimeFormat getDateTimeFormat()
public void setDateTimeFormat(DateTimeFormat dateTimeFormat)
dateTimeFormat - the dateTimeFormat to setCopyright © 2014. All rights reserved.