Class SKUExcelModel


  • public class SKUExcelModel
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String name  
      private java.lang.String products  
      private int rowIndex  
    • Constructor Summary

      Constructors 
      Constructor Description
      SKUExcelModel()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • rowIndex

        @ExcelRow
        private int rowIndex
      • name

        @ExcelCell(0)
        private java.lang.String name
      • products

        @ExcelCell(2)
        private java.lang.String products
    • Constructor Detail

      • SKUExcelModel

        public SKUExcelModel()