net.sourceforge.fixagora.basis.server.control.spreadsheet
Class ConditionUpdateSet

java.lang.Object
  extended by net.sourceforge.fixagora.basis.server.control.spreadsheet.ConditionUpdateSet

public class ConditionUpdateSet
extends java.lang.Object

The Class ConditionUpdateSet.


Constructor Summary
ConditionUpdateSet(org.apache.poi.ss.usermodel.Cell originalCell, org.apache.poi.hssf.usermodel.HSSFCell conditionCell, SpreadSheetCondition spreadSheetCondition, int conditionNumber)
          Instantiates a new condition update set.
 
Method Summary
 org.apache.poi.hssf.usermodel.HSSFCell getConditionCell()
          Gets the condition cell.
 int getConditionNumber()
          Gets the condition number.
 org.apache.poi.ss.usermodel.Cell getOriginalCell()
          Gets the original cell.
 SpreadSheetCondition getSpreadSheetCondition()
          Gets the spread sheet condition.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionUpdateSet

public ConditionUpdateSet(org.apache.poi.ss.usermodel.Cell originalCell,
                          org.apache.poi.hssf.usermodel.HSSFCell conditionCell,
                          SpreadSheetCondition spreadSheetCondition,
                          int conditionNumber)
Instantiates a new condition update set.

Parameters:
originalCell - the original cell
conditionCell - the condition cell
spreadSheetCondition - the spread sheet condition
conditionNumber - the condition number
Method Detail

getOriginalCell

public org.apache.poi.ss.usermodel.Cell getOriginalCell()
Gets the original cell.

Returns:
the original cell

getConditionCell

public org.apache.poi.hssf.usermodel.HSSFCell getConditionCell()
Gets the condition cell.

Returns:
the condition cell

getSpreadSheetCondition

public SpreadSheetCondition getSpreadSheetCondition()
Gets the spread sheet condition.

Returns:
the spread sheet condition

getConditionNumber

public int getConditionNumber()
Gets the condition number.

Returns:
the condition number