public class SQLTimeFieldHandler extends GeneralizedFieldHandler
FieldDescriptor,
FieldHandler_properties| Constructor and Description |
|---|
SQLTimeFieldHandler()
Creates a new SQLTimeFieldHandler.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
convertUponGet(Object value)
This method is used to convert the value when the getValue method is called.
|
Object |
convertUponSet(Object value)
This method is used to convert the value when the setValue method is called.
|
Class |
getFieldType()
Returns the class type for the field that this GeneralizedFieldHandler converts to and from.
|
Object |
newInstance(Object parent)
Creates a new instance of the object described by this field.
|
getValue, newInstance, resetValue, setCollectionIteration, setFieldHandler, setValuegetFieldDescriptor, hasValue, setConfiguration, setFieldDescriptorcheckValidityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckValiditypublic SQLTimeFieldHandler()
public Object convertUponGet(Object value)
convertUponGet in class GeneralizedFieldHandlervalue - the object value to convert after performing a get operationpublic Object convertUponSet(Object value)
convertUponSet in class GeneralizedFieldHandlervalue - the object value to convert before performing a set operationpublic Class getFieldType()
getFieldType in class GeneralizedFieldHandlerpublic Object newInstance(Object parent) throws IllegalStateException
newInstance in interface FieldHandlernewInstance in class GeneralizedFieldHandlerparent - The object for which the field is createdIllegalStateException - This field is a simple type and cannot be instantiatedCopyright © 2016. All rights reserved.