Class DeviceImportService.Row

java.lang.Object
org.bgerp.plugin.inventoru.sync1c.service.DeviceImportService.Row
Enclosing class:
DeviceImportService

public static class DeviceImportService.Row extends Object
One parsed line together with everything resolution found or could not find.
  • Field Details

    • serial

      public String serial
    • mac

      public String mac
    • model

      public String model
    • manufacturer

      public String manufacturer
    • equipType

      public String equipType
    • store

      public String store
    • invNo

      public String invNo
    • status

      public String status
    • item

      public String item
    • name

      public String name
    • deviceId

      public int deviceId
      Existing device with this serial, 0 when the row will create one.
    • storeId

      public int storeId
    • itemId

      public int itemId
    • equipTypeId

      public int equipTypeId
    • error

      public String error
      Why this row cannot be applied; empty when it can.
  • Constructor Details

    • Row

      public Row()
  • Method Details

    • isNew

      public boolean isNew()