Class ICConsignmentResultDTO
java.lang.Object
de.aeb.xnsg.customs.dto.consignment.ICConsignmentResultDTO
The result DTO which contains the information to the consignment created on the system.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe business object id of the consignment in the system.Reference number of the consignment.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 consignment 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. -
consignmentNumber
Reference number of the consignment.length=70
-
deliveryNumber
Reference number of the delivery.length=70
-
-
Constructor Details
-
ICConsignmentResultDTO
public ICConsignmentResultDTO()
-