Class ExcelFunctionRowImpl
java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelFunctionRow>
bld.generator.report.excel.annotation.impl.ExcelFunctionRowImpl
- All Implemented Interfaces:
Cloneable
The Class ExcelFunctionRowImpl.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new excel function row impl.ExcelFunctionRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelFunction excelFunction, ExcelColumnWidth excelColumnWidth) Instantiates a new excel function row impl.ExcelFunctionRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelFunction excelFunction, ExcelColumnWidth excelColumnWidth, ExcelHeaderCellLayout excelHeaderCellLayout, ExcelSubtotal excelSubtotal) Instantiates a new excel function row impl.ExcelFunctionRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelFunction excelFunction, ExcelColumnWidth excelColumnWidth, ExcelHeaderCellLayout excelHeaderCellLayout, ExcelSubtotal excelSubtotal, ExcelNumberFormat excelNumberFormat) -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the excel cells layout.Gets the excel column.Gets the excel column width.Gets the excel header cell layout.Gets the excel subtotal.inthashCode()voidsetExcelCellsLayout(ExcelCellLayout excelCellsLayout) Sets the excel cells layout.voidsetExcelColumn(ExcelColumn excelColumn) Sets the excel column.voidsetExcelColumnWidth(ExcelColumnWidth excelColumnWidth) Sets the excel column width.voidsetExcelFunction(ExcelFunction excelFunction) Sets the excel function.voidsetExcelHeaderCellLayout(ExcelHeaderCellLayout excelHeaderCellLayout) Sets the excel header cell layout.voidsetExcelNumberFormat(ExcelNumberFormat excelNumberFormat) voidsetExcelSubtotal(ExcelSubtotal excelSubtotal) Sets the excel subtotal.Methods inherited from class bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl
clone, getAnnotation, getClassAnnotation
-
Constructor Details
-
ExcelFunctionRowImpl
public ExcelFunctionRowImpl()Instantiates a new excel function row impl. -
ExcelFunctionRowImpl
public ExcelFunctionRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelFunction excelFunction, ExcelColumnWidth excelColumnWidth) Instantiates a new excel function row impl.- Parameters:
excelCellsLayout- the excel cells layoutexcelColumn- the excel columnexcelFunction- the excel functionexcelColumnWidth- the excel column width
-
ExcelFunctionRowImpl
public ExcelFunctionRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelFunction excelFunction, ExcelColumnWidth excelColumnWidth, ExcelHeaderCellLayout excelHeaderCellLayout, ExcelSubtotal excelSubtotal, ExcelNumberFormat excelNumberFormat) -
ExcelFunctionRowImpl
public ExcelFunctionRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelFunction excelFunction, ExcelColumnWidth excelColumnWidth, ExcelHeaderCellLayout excelHeaderCellLayout, ExcelSubtotal excelSubtotal) Instantiates a new excel function row impl.- Parameters:
excelCellsLayout- the excel cells layoutexcelColumn- the excel columnexcelFunction- the excel functionexcelColumnWidth- the excel column widthexcelHeaderCellLayout- the excel header cell layoutexcelSubtotal- the excel subtotal
-
-
Method Details
-
getExcelCellsLayout
Gets the excel cells layout.- Returns:
- the excel cells layout
-
setExcelCellsLayout
Sets the excel cells layout.- Parameters:
excelCellsLayout- the new excel cells layout
-
getExcelColumn
Gets the excel column.- Returns:
- the excel column
-
getExcelHeaderCellLayout
Gets the excel header cell layout.- Returns:
- the excel header cell layout
-
setExcelHeaderCellLayout
Sets the excel header cell layout.- Parameters:
excelHeaderCellLayout- the new excel header cell layout
-
setExcelColumn
Sets the excel column.- Parameters:
excelColumn- the new excel column
-
setExcelFunction
Sets the excel function.- Parameters:
excelFunction- the new excel function
-
getExcelColumnWidth
Gets the excel column width.- Returns:
- the excel column width
-
setExcelColumnWidth
Sets the excel column width.- Parameters:
excelColumnWidth- the new excel column width
-
getExcelSubtotal
Gets the excel subtotal.- Returns:
- the excel subtotal
-
setExcelSubtotal
Sets the excel subtotal.- Parameters:
excelSubtotal- the new excel subtotal
-
getExcelNumberFormat
-
setExcelNumberFormat
-
getExcelFunction
-
hashCode
public int hashCode() -
equals
-