Package io.keikai.model.impl
Class ScenarioInputCellImpl
java.lang.Object
io.keikai.model.impl.ScenarioInputCellImpl
- All Implemented Interfaces:
SScenarioInputCell,Serializable
Default implementation of
SScenarioInputCell.- Since:
- 7.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScenarioInputCellImpl
-
-
Method Details
-
getRow
public int getRow()Description copied from interface:SScenarioInputCellReturns the row index (0-based) of this input cell.- Specified by:
getRowin interfaceSScenarioInputCell- Returns:
- the row index
-
getCol
public int getCol()Description copied from interface:SScenarioInputCellReturns the column index (0-based) of this input cell.- Specified by:
getColin interfaceSScenarioInputCell- Returns:
- the column index
-
getValue
Description copied from interface:SScenarioInputCellReturns the scenario value for this cell.- Specified by:
getValuein interfaceSScenarioInputCell- Returns:
- the value as a string
-
setValue
Description copied from interface:SScenarioInputCellSets the scenario value for this cell.- Specified by:
setValuein interfaceSScenarioInputCell- Parameters:
value- the value as a string
-