Class ExcelFunctionRowImpl

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

public class ExcelFunctionRowImpl extends ExcelAnnotationImpl<ExcelFunctionRow>
The Class ExcelFunctionRowImpl.
  • 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 layout
      excelColumn - the excel column
      excelFunction - the excel function
      excelColumnWidth - 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 layout
      excelColumn - the excel column
      excelFunction - the excel function
      excelColumnWidth - the excel column width
      excelHeaderCellLayout - the excel header cell layout
      excelSubtotal - the excel subtotal
  • 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
    • 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
    • setExcelColumn

      public void setExcelColumn(ExcelColumn excelColumn)
      Sets the excel column.
      Parameters:
      excelColumn - the new excel column
    • 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
    • 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)
    • getExcelFunction

      public ExcelFunction getExcelFunction()
    • hashCode

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

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