| Constructor and Description |
|---|
ExcelFunctionImpl(String function,
String nameFunction)
Instantiates a new excel function impl.
|
ExcelFunctionImpl(String function,
String nameFunction,
boolean anotherTable)
Instantiates a new excel function impl.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone.
|
boolean |
equals(Object obj)
Equals.
|
ExcelFunction |
getExcelFunction()
Gets the excel function.
|
String |
getFunction()
Gets the function.
|
String |
getNameFunction()
Gets the name function.
|
int |
hashCode()
Hash code.
|
boolean |
isAnotherTable()
Checks if is another table.
|
void |
setAnotherTable(boolean anotherTable)
Sets the another table.
|
void |
setFunction(String function)
Sets the function.
|
void |
setNameFunction(String nameFunction)
Sets the name function.
|
public ExcelFunctionImpl(String function, String nameFunction)
function - the functionnameFunction - the name functionpublic Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException - the clone not supported exceptionpublic ExcelFunction getExcelFunction()
public boolean equals(Object obj)
public String getFunction()
public void setFunction(String function)
function - the new functionpublic String getNameFunction()
public void setNameFunction(String nameFunction)
nameFunction - the new name functionpublic boolean isAnotherTable()
public void setAnotherTable(boolean anotherTable)
anotherTable - the new another tableCopyright © 2020 Pivotal Software, Inc.. All rights reserved.