Class CellDTO

java.lang.Object
webb.shared.dtos.puzzle.CellDTO

public class CellDTO extends Object
Represents a cell from the JSON file. https://cs.plu.edu/courses/protected/cs390/2023s/project/iteration2.html
  • Constructor Details

    • CellDTO

      public CellDTO(int[] values)
  • Method Details

    • getCol

      public int getCol()
      Returns:
      the column of the cell
    • getRow

      public int getRow()
      Returns:
      the row of the cell
    • toString

      public String toString()
      Overrides:
      toString in class Object