|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object se.optimatika.jexcel.database.Column<Date> se.optimatika.jexcel.database.DateColumn
public final class DateColumn
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 |
---|
public DateColumn(String aName, TypeContext<Date> aContext)
Method Detail |
---|
public Date getCellValue(Spreadsheet aSheet)
getCellValue
in class Column<Date>
public void setCellValue(Spreadsheet aSheet, Date aCellValue)
setCellValue
in class Column<Date>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |