Class Cell


  • public class Cell
    extends java.lang.Object
    • Constructor Detail

      • Cell

        public Cell()
    • Method Detail

      • getRowIndex

        public int getRowIndex()
      • setRowIndex

        public void setRowIndex​(int rowIndex)
      • getColumnIndex

        public int getColumnIndex()
      • setColumnIndex

        public void setColumnIndex​(int columnIndex)
      • getCellType

        public int getCellType()
      • setCellType

        public void setCellType​(int cellType)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object