Class BaseSheet

java.lang.Object
bld.generator.report.excel.BaseSheet
Direct Known Subclasses:
MergeSheet, SheetData, SheetSummary

public abstract class BaseSheet extends Object
The Class BaseSheet.
Each generated Sheet will be of BaseSheet type
  • Field Details

  • Constructor Details

    • BaseSheet

      public BaseSheet(@Size(max=31) @Size(max=31) String sheetName)
      Instantiates a new base sheet.
      Parameters:
      sheetName - the name sheet
  • Method Details

    • getSheetName

      public String getSheetName()
      Gets the name sheet.
      Returns:
      the name sheet
    • setSheetName

      public void setSheetName(String sheetName)
      Sets the name sheet.
      Parameters:
      sheetName - the new name sheet
    • 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