Class ExcelReaderProperties

java.lang.Object
com.broadleafcommerce.dataimport.processor.xls.ExcelReaderProperties

@ConfigurationProperties("broadleaf.dataimport.excel") public class ExcelReaderProperties extends Object
Author:
Phillip Verheyden (phillipuniverse)
  • Constructor Details

    • ExcelReaderProperties

      public ExcelReaderProperties()
  • Method Details

    • getSheetTitle

      public String getSheetTitle()
      The sheet that contains the data to import from the uploaded Excel file
    • setSheetTitle

      public void setSheetTitle(String sheetTitle)
      The sheet that contains the data to import from the uploaded Excel file
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object