Class ICDeliveryResultDTO

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

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

    • businessObjectId

      public String businessObjectId
      The business object id of the delivery 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.
    • deliveryNumber

      public String deliveryNumber
      Reference number of the delivery.

      length=70

  • Constructor Details

    • ICDeliveryResultDTO

      public ICDeliveryResultDTO()