se.optimatika.jexcel.database
Class DateColumn

java.lang.Object
  extended by se.optimatika.jexcel.database.Column<Date>
      extended by se.optimatika.jexcel.database.DateColumn

public final class DateColumn
extends Column<Date>


Constructor Summary
DateColumn(String aName, TypeContext<Date> aContext)
           
 
Method Summary
 Date getCellValue(Spreadsheet aSheet)
           
 void setCellValue(Spreadsheet aSheet, Date aCellValue)
           
 
Methods inherited from class se.optimatika.jexcel.database.Column
add, add, get, getData, getName, getTypeContext, indexOf, remove, set
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateColumn

public DateColumn(String aName,
                  TypeContext<Date> aContext)
Method Detail

getCellValue

public Date getCellValue(Spreadsheet aSheet)
Specified by:
getCellValue in class Column<Date>

setCellValue

public void setCellValue(Spreadsheet aSheet,
                         Date aCellValue)
Specified by:
setCellValue in class Column<Date>