public class ExcelFunctionRowsImpl extends ExcelAnnotationImpl<ExcelFunctionRows>
| Constructor and Description |
|---|
ExcelFunctionRowsImpl()
Instantiates a new excel function rows impl.
|
ExcelFunctionRowsImpl(ExcelFunctionRow[] excelFunctions,
ExcelFunctionMergeRow[] excelFunctionMerges)
Instantiates a new excel function rows impl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
ExcelFunctionMergeRow[] |
getExcelFunctionMerges()
Gets the excel function merges.
|
ExcelFunctionRow[] |
getExcelFunctions()
Gets the excel functions.
|
int |
hashCode()
Hash code.
|
void |
setExcelFunctionMerges(ExcelFunctionMergeRow[] excelFunctionMerges)
Sets the excel function merges.
|
void |
setExcelFunctions(ExcelFunctionRow[] excelFunctions)
Sets the excel functions.
|
clone, getAnnotation, getClassAnnotationpublic ExcelFunctionRowsImpl()
public ExcelFunctionRowsImpl(ExcelFunctionRow[] excelFunctions, ExcelFunctionMergeRow[] excelFunctionMerges)
excelFunctions - the excel functionsexcelFunctionMerges - the excel function mergespublic boolean equals(Object obj)
public ExcelFunctionRow[] getExcelFunctions()
public void setExcelFunctions(ExcelFunctionRow[] excelFunctions)
excelFunctions - the new excel functionspublic ExcelFunctionMergeRow[] getExcelFunctionMerges()
public void setExcelFunctionMerges(ExcelFunctionMergeRow[] excelFunctionMerges)
excelFunctionMerges - the new excel function mergesCopyright © 2022. All rights reserved.