Package ch.e2e.bridge.server.office
Class Cell
- java.lang.Object
-
- ch.e2e.bridge.server.office.Cell
-
public class Cell extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Cell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetCellType()intgetColumnIndex()intgetRowIndex()java.lang.StringgetValue()inthashCode()voidsetCellType(int cellType)voidsetColumnIndex(int columnIndex)voidsetRowIndex(int rowIndex)voidsetValue(java.lang.String value)
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-