Package ch.e2e.bridge.server.office
Class Row
- java.lang.Object
-
- ch.e2e.bridge.server.office.Row
-
public class Row extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Row()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Cell>getCells()intgetNumberOfCells()intgetRowNum()voidsetCells(java.util.List<Cell> cells)voidsetNumberOfCells(int numberOfCells)voidsetRowNum(int rowNum)
-
-
-
Method Detail
-
getCells
public java.util.List<Cell> getCells()
-
setCells
public void setCells(java.util.List<Cell> cells)
-
getRowNum
public int getRowNum()
-
setRowNum
public void setRowNum(int rowNum)
-
getNumberOfCells
public int getNumberOfCells()
-
setNumberOfCells
public void setNumberOfCells(int numberOfCells)
-
-