Class ExcelFunctionImpl
java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelFunction>
bld.generator.report.excel.annotation.impl.ExcelFunctionImpl
- All Implemented Interfaces:
Cloneable
The Class ExcelFunctionImpl.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new excel function impl.ExcelFunctionImpl(String function, String nameFunction) Instantiates a new excel function impl.ExcelFunctionImpl(String function, String nameFunction, boolean anotherTable) Instantiates a new excel function impl.ExcelFunctionImpl(String function, String nameFunction, boolean anotherTable, ExcelFormulaAlias[] alias) Instantiates a new excel function impl.ExcelFunctionImpl(String function, String nameFunction, boolean anotherTable, ExcelFormulaAlias[] alias, ExcelFunctionSubTotal onSubTotalRow) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAlias()Gets the alias.Gets the function.Gets the name function.inthashCode()booleanChecks if is another table.voidsetAlias(ExcelFormulaAlias[] alias) Sets the alias.voidsetAnotherTable(boolean anotherTable) Sets the another table.voidsetFunction(String function) Sets the function.voidsetNameFunction(String nameFunction) Sets the name function.voidsetOnSubTotalRow(ExcelFunctionSubTotal onSubTotalRow) Methods inherited from class bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl
clone, getAnnotation, getClassAnnotation
-
Constructor Details
-
ExcelFunctionImpl
Instantiates a new excel function impl.- Parameters:
function- the functionnameFunction- the name function
-
ExcelFunctionImpl
public ExcelFunctionImpl(String function, String nameFunction, boolean anotherTable, ExcelFormulaAlias[] alias, ExcelFunctionSubTotal onSubTotalRow) -
ExcelFunctionImpl
public ExcelFunctionImpl()Instantiates a new excel function impl. -
ExcelFunctionImpl
Instantiates a new excel function impl.- Parameters:
function- the functionnameFunction- the name functionanotherTable- the another table
-
ExcelFunctionImpl
public ExcelFunctionImpl(String function, String nameFunction, boolean anotherTable, ExcelFormulaAlias[] alias) Instantiates a new excel function impl.- Parameters:
function- the functionnameFunction- the name functionanotherTable- the another tablealias- the alias
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getFunction
Gets the function.- Returns:
- the function
-
setFunction
Sets the function.- Parameters:
function- the new function
-
getNameFunction
Gets the name function.- Returns:
- the name function
-
setNameFunction
Sets the name function.- Parameters:
nameFunction- the new name function
-
isAnotherTable
public boolean isAnotherTable()Checks if is another table.- Returns:
- the another table
-
setAnotherTable
public void setAnotherTable(boolean anotherTable) Sets the another table.- Parameters:
anotherTable- the new another table
-
getAlias
Gets the alias.- Returns:
- the alias
-
setAlias
Sets the alias.- Parameters:
alias- the new alias
-
isOnSubTotalRow
-
setOnSubTotalRow
-
getOnSubTotalRow
-