| Constructor and Description |
|---|
Cell(Column column,
Row row) |
Cell(Row row,
Column column) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other)
Indicates that two cells are considered equal.
|
Column |
getColumn()
Returns the
column specification for the
associated cell subitem. |
Row |
getRow()
Returns the
row specification for the
associated cell subitem. |
void |
setColumn(Column column)
Defines the
column specification for the
associated cell subitem. |
void |
setRow(Row row)
Defines the
row specification for the
associated cell subitem. |
java.lang.String |
toString()
Returns a
String representing this object. |
public void setColumn(Column column)
column specification for the
associated cell subitem.column - The new column specification to usegetColumn()public Column getColumn()
column specification for the
associated cell subitem.setColumn(Column)public void setRow(Row row)
row specification for the
associated cell subitem.row - the new row specificationgetRow()public Row getRow()
row specification for the
associated cell subitem.setRow(Row)public java.lang.String toString()
String representing this object.toString in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectcell - the cell specification to compare toTrue if the row and column specifications
are equal