|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.types.DateStringConverter
public class DateStringConverter
Class to handle the conversion between java.util.Date and a String form.
| Field Summary |
|---|
| Fields inherited from interface org.datanucleus.store.types.ObjectStringConverter |
|---|
LOCALISER |
| Constructor Summary | |
|---|---|
DateStringConverter()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
toObject(java.lang.String str)
Method to convert from String back to the object. |
java.lang.String |
toString(java.lang.Object obj)
Method to convert from the object to its String form |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DateStringConverter()
| Method Detail |
|---|
public java.lang.Object toObject(java.lang.String str)
ObjectStringConverter
toObject in interface ObjectStringConverterstr - The string
public java.lang.String toString(java.lang.Object obj)
ObjectStringConverter
toString in interface ObjectStringConverterobj - The object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||