public class ExcelFormulaAliasImpl extends ExcelAnnotationImpl<ExcelFormulaAlias>
| Constructor and Description |
|---|
ExcelFormulaAliasImpl()
Instantiates a new excel formula alias impl.
|
ExcelFormulaAliasImpl(String alias,
String coordinate,
String sheet,
boolean blockColumn,
boolean blockRow)
Instantiates a new excel formula alias impl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
String |
getAlias()
Gets the alias.
|
String |
getCoordinate()
Gets the coordinate.
|
String |
getSheet()
Gets the sheet.
|
int |
hashCode()
Hash code.
|
boolean |
isBlockColumn()
Checks if is block column.
|
boolean |
isBlockRow()
Checks if is block row.
|
void |
setAlias(String alias)
Sets the alias.
|
void |
setBlockColumn(boolean blockColumn)
Sets the block column.
|
void |
setBlockRow(boolean blockRow)
Sets the block row.
|
void |
setCoordinate(String coordinate)
Sets the coordinate.
|
void |
setSheet(String sheet)
Sets the sheet.
|
clone, getAnnotation, getClassAnnotationpublic ExcelFormulaAliasImpl(String alias, String coordinate, String sheet, boolean blockColumn, boolean blockRow)
alias - the aliascoordinate - the coordinatesheet - the sheetblockColumn - the block columnblockRow - the block rowpublic ExcelFormulaAliasImpl()
public String getAlias()
public void setAlias(String alias)
alias - the new aliaspublic String getCoordinate()
public void setCoordinate(String coordinate)
coordinate - the new coordinatepublic boolean isBlockColumn()
public void setBlockColumn(boolean blockColumn)
blockColumn - the new block columnpublic boolean isBlockRow()
public void setBlockRow(boolean blockRow)
blockRow - the new block rowpublic String getSheet()
public void setSheet(String sheet)
sheet - the new sheetCopyright © 2022. All rights reserved.