Package io.keikai.api

Class CellRef

java.lang.Object
io.keikai.api.CellRef
All Implemented Interfaces:
Serializable

public class CellRef extends Object implements Serializable
A class that represents a cell position with 2 value : row and column
Since:
3.0.0
Author:
Dennis.Chen
See Also:
  • Constructor Details

    • CellRef

      public CellRef()
    • CellRef

      public CellRef(int row, int column)
  • Method Details

    • getRow

      public int getRow()
    • getColumn

      public int getColumn()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • asString

      public String asString()
      Returns:
      reference string, e.x A1