Last update: 2011-06-23

org.proteios.props
Class DateReader

java.lang.Object
  extended by org.proteios.props.AbstractReader<Date,Date>
      extended by org.proteios.props.DateReader
All Implemented Interfaces:
AttributeReader<Date,Date>

public class DateReader
extends AbstractReader<Date,Date>

Author:
gregory

Constructor Summary
DateReader()
           
 
Method Summary
protected  Date getValue(Date obj)
           
 
Methods inherited from class org.proteios.props.AbstractReader
get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateReader

public DateReader()
Method Detail

getValue

protected Date getValue(Date obj)
Specified by:
getValue in class AbstractReader<Date,Date>

Last update: 2011-06-23