public final class CellAddressImpl extends Object implements CellAddress
| Modifier | Constructor and Description |
|---|---|
protected |
CellAddressImpl() |
protected |
CellAddressImpl(int col,
int row) |
| Modifier and Type | Method and Description |
|---|---|
CellAddress |
col(Integer col)
Col cell address.
|
CellAddress |
col(String col)
Col cell address.
|
boolean |
equals(Object o) |
Integer |
getCol()
Gets col.
|
Integer |
getRow()
Gets row.
|
String |
getSheet()
Gets sheet.
|
int |
hashCode() |
CellAddress |
row(Integer row)
Row cell address.
|
void |
setCol(Integer col)
Sets col.
|
void |
setRow(Integer row)
Sets row.
|
void |
setSheet(String sheet)
Sets sheet.
|
CellAddress |
sheet(String sheet)
Sheet cell address.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitempty, newInstance, ofprotected CellAddressImpl()
protected CellAddressImpl(int col,
int row)
public CellAddress col(Integer col)
CellAddresscol in interface CellAddresscol - the colpublic CellAddress col(String col)
CellAddresscol in interface CellAddresscol - the colpublic CellAddress row(Integer row)
CellAddressrow in interface CellAddressrow - the rowpublic CellAddress sheet(String sheet)
CellAddresssheet in interface CellAddresssheet - the sheetpublic Integer getCol()
CellAddressgetCol in interface CellAddresspublic Integer getRow()
CellAddressgetRow in interface CellAddresspublic String getSheet()
CellAddressgetSheet in interface CellAddresspublic void setCol(Integer col)
CellAddresssetCol in interface CellAddresscol - the colpublic void setRow(Integer row)
CellAddresssetRow in interface CellAddressrow - the rowpublic void setSheet(String sheet)
CellAddresssetSheet in interface CellAddresssheet - the sheetCopyright © 2018. All rights reserved.