nl.bstoi.poiparser.core.strategy.converter
Class DateConverter

java.lang.Object
  extended by nl.bstoi.poiparser.core.strategy.converter.DateConverter
All Implemented Interfaces:
Converter<Date>

public class DateConverter
extends Object
implements Converter<Date>


Constructor Summary
DateConverter()
           
 
Method Summary
 Date readCell(org.apache.poi.ss.usermodel.Cell cell)
          Read a Cell and convert to
 void writeCell(org.apache.poi.ss.usermodel.Cell cell, Date value)
          Write a value to cell
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateConverter

public DateConverter()
Method Detail

readCell

public Date readCell(org.apache.poi.ss.usermodel.Cell cell)
Description copied from interface: Converter
Read a Cell and convert to

Specified by:
readCell in interface Converter<Date>
Returns:

writeCell

public void writeCell(org.apache.poi.ss.usermodel.Cell cell,
                      Date value)
Description copied from interface: Converter
Write a value to cell

Specified by:
writeCell in interface Converter<Date>


Copyright © 2011 BSTOI.NL. All Rights Reserved.