Class ExcelHeaderLayoutImpl
java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelHeaderLayout>
bld.generator.report.excel.annotation.impl.ExcelHeaderLayoutImpl
- All Implemented Interfaces:
Cloneable
The Class ExcelHeaderLayoutImpl.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new excel header layout impl.ExcelHeaderLayoutImpl(short rowHeight, ExcelHeaderCellLayout excelHeaderCellLayout) Instantiates a new excel header layout impl. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.Gets the excel header cell layout.shortGets the row height.inthashCode()Hash code.voidsetExcelHeaderCellLayout(ExcelHeaderCellLayout excelHeaderCellLayout) Sets the excel header cell layout.voidsetRowHeight(short rowHeight) Sets the row height.Methods inherited from class bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl
clone, getAnnotation, getClassAnnotation
-
Constructor Details
-
ExcelHeaderLayoutImpl
public ExcelHeaderLayoutImpl()Instantiates a new excel header layout impl. -
ExcelHeaderLayoutImpl
Instantiates a new excel header layout impl.- Parameters:
rowHeight- the row heightexcelHeaderCellLayout- the excel header cell layout
-
-
Method Details
-
getRowHeight
public short getRowHeight()Gets the row height.- Returns:
- the row height
-
setRowHeight
public void setRowHeight(short rowHeight) Sets the row height.- Parameters:
rowHeight- the new row height
-
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
-
hashCode
public int hashCode()Hash code. -
equals
Equals.
-