com.stimulsoft.report.dictionary.data
Class StiDateDataCell

java.lang.Object
  extended by com.stimulsoft.report.dictionary.data.DataCell
      extended by com.stimulsoft.report.dictionary.data.StiDateDataCell

public class StiDateDataCell
extends DataCell

Copyright Stimulsoft


Constructor Summary
StiDateDataCell(StiDataColumn column, java.lang.Object value)
           
 
Method Summary
 StiDateTime getValue()
           
 
Methods inherited from class com.stimulsoft.report.dictionary.data.DataCell
clone, createEmpty, equals, getColumnName, getEmptyValue, getType, hashCode, isNotEmpty, setValue, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StiDateDataCell

public StiDateDataCell(StiDataColumn column,
                       java.lang.Object value)
Method Detail

getValue

public StiDateTime getValue()
Overrides:
getValue in class DataCell