Class ExcelHeaderLayoutImpl

java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelHeaderLayout>
bld.generator.report.excel.annotation.impl.ExcelHeaderLayoutImpl
All Implemented Interfaces:
Cloneable

public class ExcelHeaderLayoutImpl extends ExcelAnnotationImpl<ExcelHeaderLayout>
The Class ExcelHeaderLayoutImpl.
  • Constructor Details

    • ExcelHeaderLayoutImpl

      public ExcelHeaderLayoutImpl()
      Instantiates a new excel header layout impl.
    • ExcelHeaderLayoutImpl

      public ExcelHeaderLayoutImpl(short rowHeight, ExcelHeaderCellLayout excelHeaderCellLayout)
      Instantiates a new excel header layout impl.
      Parameters:
      rowHeight - the row height
      excelHeaderCellLayout - 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

      public ExcelHeaderCellLayout getExcelHeaderCellLayout()
      Gets the excel header cell layout.
      Returns:
      the excel header cell layout
    • setExcelHeaderCellLayout

      public void setExcelHeaderCellLayout(ExcelHeaderCellLayout excelHeaderCellLayout)
      Sets the excel header cell layout.
      Parameters:
      excelHeaderCellLayout - the new excel header cell layout
    • hashCode

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
      Returns:
      the int
    • equals

      public boolean equals(Object obj)
      Equals.
      Overrides:
      equals in class Object
      Parameters:
      obj - the obj
      Returns:
      true, if successful