Class ICDeliveryResultDTO
java.lang.Object
de.aeb.xnsg.customs.dto.consignment.ICDeliveryResultDTO
The result DTO which contains the information to the delivery created on the system.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe business object id of the delivery in the system.Date used as declaration date for import/export/transit.Reference number of the delivery.Id of the ERP system. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
businessObjectId
The business object id of the delivery in the system.length=20
-
installationIdClientSystem
Id of the ERP system. Important so separate two different ERP systems within on Engine's client.length=20
-
decisiveDate
Date used as declaration date for import/export/transit. -
deliveryNumber
Reference number of the delivery.length=70
-
-
Constructor Details
-
ICDeliveryResultDTO
public ICDeliveryResultDTO()
-