org.wicketopia.joda.util.translator
Interface DateTimeTranslator<T>

All Superinterfaces:
org.apache.wicket.util.io.IClusterable, Serializable

public interface DateTimeTranslator<T>
extends org.apache.wicket.util.io.IClusterable

Since:
1.0

Method Summary
 T fromDateTime(org.joda.time.DateTime dateTime)
           
 org.joda.time.DateTime toDateTime(T object)
           
 

Method Detail

fromDateTime

T fromDateTime(org.joda.time.DateTime dateTime)

toDateTime

org.joda.time.DateTime toDateTime(T object)


Copyright © 2010-2013. All Rights Reserved.