com.ca.jcs.converter.meta
Class TimeNumericPropertyConverter
java.lang.Object
com.ca.jcs.cfg.Vetoable
com.ca.jcs.converter.meta.PropertyConverter
com.ca.jcs.converter.meta.TimeNumericPropertyConverter
- All Implemented Interfaces:
- AttributeConverter
public class TimeNumericPropertyConverter
- extends PropertyConverter
Convert values for a time valued property to numeric form, if it
has a MetaDataDefs.MD_IS_STORE_NUMERIC metadata property which is set to
true where the time is replaced by a long specifying
equivalent number of milliseconds.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeNumericPropertyConverter
public TimeNumericPropertyConverter(ConverterConfig cfg,
DataModelProperty prop)
TimeNumericPropertyConverter
public TimeNumericPropertyConverter(DataModelProperty prop)
Created 2011-07-14 13:27 EST