| Constructor and Description |
|---|
ExcelFunctionRowsImpl(ExcelFunctionRow[] excelFunctions,
ExcelFunctionMergeRow[] excelFunctionMerges)
Instantiates a new excel function rows impl.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone.
|
boolean |
equals(Object obj)
Equals.
|
ExcelFunctionMergeRow[] |
getExcelFunctionMerges()
Gets the excel function merges.
|
ExcelFunctionRows |
getExcelFunctionRow()
Gets the excel function row.
|
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.
|
public ExcelFunctionRowsImpl(ExcelFunctionRow[] excelFunctions, ExcelFunctionMergeRow[] excelFunctionMerges)
excelFunctions - the excel functionsexcelFunctionMerges - the excel function mergespublic Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException - the clone not supported exceptionpublic ExcelFunctionRows getExcelFunctionRow()
public 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 © 2020 Pivotal Software, Inc.. All rights reserved.