|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.castor.cpa.persistence.convertor.AbstractTypeConvertor
org.castor.cpa.persistence.convertor.AbstractDateTypeConvertor
org.castor.cpa.persistence.convertor.DateToDouble
Convert Date to Double.
| Constructor Summary | |
DateToDouble()
Default constructor. |
|
| Method Summary | |
java.lang.Object |
convert(java.lang.Object object)
Convert the object from one type to another. |
void |
parameterize(java.lang.String parameter)
Initialize the converter with the given parameter. If no parameter is available the method don't need to be called or may be called with null which both should lead to
the default behaviour of the converter. |
| Methods inherited from class org.castor.cpa.persistence.convertor.AbstractDateTypeConvertor |
configure, getDefaultDateFormat, getFullDatePattern |
| Methods inherited from class org.castor.cpa.persistence.convertor.AbstractTypeConvertor |
clone, fromType, toString, toType |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DateToDouble()
| Method Detail |
public void parameterize(java.lang.String parameter)
null which both should lead to
the default behaviour of the converter.
parameter - The parameter for the convertor (null if is not specified).public java.lang.Object convert(java.lang.Object object)
object - The object to convert.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||