Package component.field.dataconvert
Class TimestampValueConverter
java.lang.Object
component.field.dataconvert.TimestampValueConverter
- Author:
- Tim Urmancheev
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertValueForLoad
(Timestamp value) convertValueForSave
(String value)
-
Constructor Details
-
TimestampValueConverter
public TimestampValueConverter()
-
-
Method Details
-
convertValueForSave
- Specified by:
convertValueForSave
in interfaceConverter<Timestamp,
String>
-
convertValueForLoad
- Specified by:
convertValueForLoad
in interfaceConverter<Timestamp,
String>
-