jp.develop.common.util.amf.converter
Class CalendarConverter

java.lang.Object
  extended by jp.develop.common.util.amf.converter.CalendarConverter
All Implemented Interfaces:
IConverter<Calendar>

public class CalendarConverter
extends Object
implements IConverter<Calendar>

Converter to Calendar.

Author:
Waki Takeya

Constructor Summary
CalendarConverter()
           
 
Method Summary
 Calendar convert(Object object)
          Convert object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarConverter

public CalendarConverter()
Method Detail

convert

public Calendar convert(Object object)
Convert object.

Specified by:
convert in interface IConverter<Calendar>
Parameters:
object - The object to be converted.
Returns:
Converted object. This object must be assignable to T.