Class GridCellTest
- java.lang.Object
-
- ch.colabproject.colab.tests.tests.grid.GridCellTest
-
- All Implemented Interfaces:
GridCell,GridCellWithId
public class GridCellTest extends Object implements GridCellWithId
- Author:
- maxence
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetHeight()LonggetId()IntegergetWidth()IntegergetX()IntegergetY()voidsetHeight(Integer height)voidsetWidth(Integer width)voidsetX(Integer x)voidsetY(Integer y)StringtoString()
-
-
-
Method Detail
-
getId
public Long getId()
- Specified by:
getIdin interfaceGridCellWithId
-
-