Class ExcelFunctionMergeRowImpl

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

public class ExcelFunctionMergeRowImpl extends ExcelAnnotationImpl<ExcelFunctionMergeRow>
The Class ExcelFunctionMergeRowImpl.
  • 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 layout
      excelColumn - the excel column
      excelMergeRow - the excel merge row
      excelFunction - the excel function
      excelColumnWidth - 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 layout
      excelColumn - the excel column
      excelMergeRow - the excel merge row
      excelFunction - the excel function
      excelColumnWidth - the excel column width
      excelHeaderCellLayout - the excel header cell layout
      excelSubtotal - 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

      public ExcelCellLayout getExcelCellsLayout()
      Gets the excel cells layout.
      Returns:
      the excel cells layout
    • setExcelCellsLayout

      public void setExcelCellsLayout(ExcelCellLayout excelCellsLayout)
      Sets the excel cells layout.
      Parameters:
      excelCellsLayout - the new excel cells layout
    • getExcelColumn

      public ExcelColumn getExcelColumn()
      Gets the excel column.
      Returns:
      the excel column
    • setExcelColumn

      public void setExcelColumn(ExcelColumn excelColumn)
      Sets the excel column.
      Parameters:
      excelColumn - the new excel column
    • getExcelMergeRow

      public ExcelMergeRow getExcelMergeRow()
      Gets the excel merge row.
      Returns:
      the excel merge row
    • setExcelMergeRow

      public void setExcelMergeRow(ExcelMergeRow excelMergeRow)
      Sets the excel merge row.
      Parameters:
      excelMergeRow - the new excel merge row
    • getExcelFunction

      public ExcelFunction getExcelFunction()
      Gets the excel function.
      Returns:
      the excel function
    • setExcelFunction

      public void setExcelFunction(ExcelFunction excelFunction)
      Sets the excel function.
      Parameters:
      excelFunction - the new excel function
    • getExcelColumnWidth

      public ExcelColumnWidth getExcelColumnWidth()
      Gets the excel column width.
      Returns:
      the excel column width
    • setExcelColumnWidth

      public void setExcelColumnWidth(ExcelColumnWidth excelColumnWidth)
      Sets the excel column width.
      Parameters:
      excelColumnWidth - the new excel column width
    • 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
    • getExcelSubtotal

      public ExcelSubtotal getExcelSubtotal()
      Gets the excel subtotal.
      Returns:
      the excel subtotal
    • setExcelSubtotal

      public void setExcelSubtotal(ExcelSubtotal excelSubtotal)
      Sets the excel subtotal.
      Parameters:
      excelSubtotal - the new excel subtotal
    • getExcelNumberFormat

      public ExcelNumberFormat getExcelNumberFormat()
    • setExcelNumberFormat

      public void setExcelNumberFormat(ExcelNumberFormat excelNumberFormat)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object