Package org.apache.ofbiz.base.conversion
Class DateTimeConverters.DurationToLong
- java.lang.Object
-
- org.apache.ofbiz.base.conversion.AbstractConverter<TimeDuration,java.lang.Long>
-
- org.apache.ofbiz.base.conversion.DateTimeConverters.DurationToLong
-
- All Implemented Interfaces:
Converter<TimeDuration,java.lang.Long>
,ConverterLoader
- Enclosing class:
- DateTimeConverters
public static class DateTimeConverters.DurationToLong extends AbstractConverter<TimeDuration,java.lang.Long>
-
-
Constructor Summary
Constructors Constructor Description DurationToLong()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
convert(TimeDuration obj)
Convertsobj
toT
.-
Methods inherited from class org.apache.ofbiz.base.conversion.AbstractConverter
canConvert, convert, getSourceClass, getTargetClass, loadConverters
-
-
-
-
Method Detail
-
convert
public java.lang.Long convert(TimeDuration obj) throws ConversionException
Description copied from interface:Converter
Convertsobj
toT
.- Parameters:
obj
- The sourceObject
to convert- Returns:
- The converted
Object
- Throws:
ConversionException
-
-