Class ICBrokerInstructionDTO
java.lang.Object
de.aeb.xnsg.customs.dto.declaration.ICBrokerInstructionDTO
DTO to hold data for customs broker instruction
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of attachments.
Only contains attachments for which the attachment content is present in ICI (attachment contents will be deleted some time after archiving an attachment).List of broker declarations.ID of the broker instruction.Id of the sending client system.Commercial reference number.Unique id of the consignment within the ERP systemReference number of the consignment.Reference numbers of the declaration's deliveries.Local unique reference number.Expected number of declarations.Current status of the declaration. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
clientSystemId
Id of the sending client system.length=20
-
localReference
Local unique reference number.length=35
-
commercialReferenceNumber
Commercial reference number.length=35
-
businessObjectId
ID of the broker instruction.length=10
-
consignmentIdClientSystem
Unique id of the consignment within the ERP systemlength=255
-
consignmentNumber
Reference number of the consignment.length=70
-
deliveryReferences
Reference numbers of the declaration's deliveries. -
status
Current status of the declaration. -
numberOfDeclarations
Expected number of declarations. -
attachments
List of attachments.
Only contains attachments for which the attachment content is present in ICI (attachment contents will be deleted some time after archiving an attachment). -
brokerDeclarations
List of broker declarations.
-
-
Constructor Details
-
ICBrokerInstructionDTO
public ICBrokerInstructionDTO()
-