com.stimulsoft.report.dictionary.data
Class StiIntegerDataCell

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

public class StiIntegerDataCell
extends DataCell

Copyright Stimulsoft


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

StiIntegerDataCell

public StiIntegerDataCell(StiDataColumn column,
                          java.lang.Object value)

StiIntegerDataCell

public StiIntegerDataCell(StiDataColumn column,
                          java.lang.Long value)
Method Detail

getValue

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