net.sourceforge.fixagora.excel.client.model
Class ExcelImportCell

java.lang.Object
  extended by net.sourceforge.fixagora.excel.client.model.ExcelImportCell

public class ExcelImportCell
extends java.lang.Object

The Class ExcelImportCell.


Constructor Summary
ExcelImportCell(java.lang.String cellValue, ExcelImportTableModel.EntryStatus entryStatus)
          Instantiates a new excel import cell.
 
Method Summary
 java.lang.String getCellValue()
          Gets the cell value.
 ExcelImportTableModel.EntryStatus getEntryStatus()
          Gets the entry status.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelImportCell

public ExcelImportCell(java.lang.String cellValue,
                       ExcelImportTableModel.EntryStatus entryStatus)
Instantiates a new excel import cell.

Parameters:
cellValue - the cell value
entryStatus - the entry status
Method Detail

getCellValue

public java.lang.String getCellValue()
Gets the cell value.

Returns:
the cell value

getEntryStatus

public ExcelImportTableModel.EntryStatus getEntryStatus()
Gets the entry status.

Returns:
the entry status