Class SellerSkuExcelModel


  • @ExcelSheet("Sheet1")
    public class SellerSkuExcelModel
    extends java.lang.Object
    This class has been implemented to be used as a mapping object for an Excel document to load multiple SellerSKUs.
    • Field Detail

      • rowIndex

        @ExcelRow
        private int rowIndex
      • nameDe

        @ExcelCell(0)
        private java.lang.String nameDe
      • nameEn

        @ExcelCell(1)
        private java.lang.String nameEn
      • countryOfOrigin

        @ExcelCell(2)
        private java.lang.String countryOfOrigin
      • geneticType

        @ExcelCell(3)
        private java.lang.String geneticType
      • tradeUnit

        @ExcelCell(4)
        private java.lang.String tradeUnit
      • attributesRange

        @ExcelCell(5)
        private java.lang.String attributesRange
      • rangeValue

        @ExcelCell(6)
        private java.lang.String rangeValue
      • attributeSimple

        @ExcelCell(7)
        private java.lang.String attributeSimple
      • simpleValue

        @ExcelCell(8)
        private java.lang.String simpleValue
      • attributeList

        @ExcelCell(9)
        private java.lang.String attributeList
      • listValue

        @ExcelCell(10)
        private java.lang.String listValue
      • attributeLogical

        @ExcelCell(11)
        private java.lang.String attributeLogical
      • skuId

        @ExcelCell(12)
        private java.lang.String skuId
      • sellerId

        @ExcelCell(13)
        private java.lang.String sellerId
      • inventory

        @ExcelCell(14)
        private double inventory
      • description

        @ExcelCell(15)
        private java.lang.String description
      • price

        @ExcelCell(16)
        private java.lang.String price
      • deliveryType

        @ExcelCell(17)
        private DeliveryType deliveryType
      • sellerSkuType

        @ExcelCell(18)
        private SellerSkuType sellerSkuType
      • incoTerms

        @ExcelCell(19)
        private IncoTerms incoTerms
      • currencyCode

        @ExcelCell(20)
        private java.lang.String currencyCode
    • Constructor Detail

      • SellerSkuExcelModel

        public SellerSkuExcelModel()