com.stimulsoft.report.dictionary.data
Class StiObjectDataCell

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

public class StiObjectDataCell
extends DataCell


Constructor Summary
StiObjectDataCell(StiDataColumn column, java.lang.Object value)
           
 
Method Summary
 java.lang.Object 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

StiObjectDataCell

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

getValue

public java.lang.Object getValue()
Overrides:
getValue in class DataCell