Class ExcelFunctionMergeRowImpl
java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelFunctionMergeRow>
bld.generator.report.excel.annotation.impl.ExcelFunctionMergeRowImpl
- All Implemented Interfaces:
Cloneable
The Class ExcelFunctionMergeRowImpl.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new excel function merge row impl.ExcelFunctionMergeRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelMergeRow excelMergeRow, ExcelFunction excelFunction, ExcelColumnWidth excelColumnWidth) Instantiates a new excel function merge row impl.ExcelFunctionMergeRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelMergeRow excelMergeRow, ExcelFunction excelFunction, ExcelColumnWidth excelColumnWidth, ExcelHeaderCellLayout excelHeaderCellLayout, ExcelSubtotal excelSubtotal) Instantiates a new excel function merge row impl.ExcelFunctionMergeRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelMergeRow excelMergeRow, 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 function.Gets the excel header cell layout.Gets the excel merge row.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.voidsetExcelMergeRow(ExcelMergeRow excelMergeRow) Sets the excel merge row.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
-
ExcelFunctionMergeRowImpl
public ExcelFunctionMergeRowImpl()Instantiates a new excel function merge row impl. -
ExcelFunctionMergeRowImpl
public ExcelFunctionMergeRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelMergeRow excelMergeRow, ExcelFunction excelFunction, ExcelColumnWidth excelColumnWidth) Instantiates a new excel function merge row impl.- Parameters:
excelCellsLayout- the excel cells layoutexcelColumn- the excel columnexcelMergeRow- the excel merge rowexcelFunction- the excel functionexcelColumnWidth- the excel column width
-
ExcelFunctionMergeRowImpl
public ExcelFunctionMergeRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelMergeRow excelMergeRow, ExcelFunction excelFunction, ExcelColumnWidth excelColumnWidth, ExcelHeaderCellLayout excelHeaderCellLayout, ExcelSubtotal excelSubtotal) Instantiates a new excel function merge row impl.- Parameters:
excelCellsLayout- the excel cells layoutexcelColumn- the excel columnexcelMergeRow- the excel merge rowexcelFunction- the excel functionexcelColumnWidth- the excel column widthexcelHeaderCellLayout- the excel header cell layoutexcelSubtotal- the excel subtotal
-
ExcelFunctionMergeRowImpl
public ExcelFunctionMergeRowImpl(ExcelCellLayout excelCellsLayout, ExcelColumn excelColumn, ExcelMergeRow excelMergeRow, ExcelFunction excelFunction, ExcelColumnWidth excelColumnWidth, ExcelHeaderCellLayout excelHeaderCellLayout, ExcelSubtotal excelSubtotal, ExcelNumberFormat excelNumberFormat)
-
-
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
-
setExcelColumn
Sets the excel column.- Parameters:
excelColumn- the new excel column
-
getExcelMergeRow
Gets the excel merge row.- Returns:
- the excel merge row
-
setExcelMergeRow
Sets the excel merge row.- Parameters:
excelMergeRow- the new excel merge row
-
getExcelFunction
Gets the excel function.- Returns:
- the excel function
-
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
-
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
-
getExcelSubtotal
Gets the excel subtotal.- Returns:
- the excel subtotal
-
setExcelSubtotal
Sets the excel subtotal.- Parameters:
excelSubtotal- the new excel subtotal
-
getExcelNumberFormat
-
setExcelNumberFormat
-
hashCode
public int hashCode() -
equals
-