Class ICConsignmentResultDTO

java.lang.Object
de.aeb.xnsg.customs.dto.consignment.ICConsignmentResultDTO

public class ICConsignmentResultDTO extends Object
The result DTO which contains the information to the consignment created on the system.
  • Field Details

    • businessObjectId

      public String businessObjectId
      The business object id of the consignment in the system.

      length=20

    • installationIdClientSystem

      public String installationIdClientSystem
      Id of the ERP system. Important so separate two different ERP systems within on Engine's client.

      length=20

    • decisiveDate

      public DateAndZoneDTO decisiveDate
      Date used as declaration date for import/export/transit.
    • consignmentNumber

      public String consignmentNumber
      Reference number of the consignment.

      length=70

    • deliveryNumber

      public String deliveryNumber
      Reference number of the delivery.

      length=70

  • Constructor Details

    • ICConsignmentResultDTO

      public ICConsignmentResultDTO()