Package de.aeb.xnsg.dl.bf
Class DLProcessPickupRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.dl.bf.DLProcessPickupRequestDTO
Request DTO for the printDocumentsForPickup business facade method
-
Field Summary
FieldsModifier and TypeFieldDescriptionOnly relevant if the field 'shipments' is filled.The pickup containing the manifest documents to print or return in response.Pickup update data.Controls how to process the pickup, especially the handling of the manifest documents.Shipment to be added to the pickup.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pickupReference
The pickup containing the manifest documents to print or return in response.
-
creationParms
Only relevant if the field 'shipments' is filled. Controls how the shipments are handled that should be added to the pickup. -
pickupUpdateData
Pickup update data. The field may be empty when the pickup should not be updated. -
shipments
Shipment to be added to the pickup. -
processParms
Controls how to process the pickup, especially the handling of the manifest documents.
-
-
Constructor Details
-
DLProcessPickupRequestDTO
public DLProcessPickupRequestDTO()
-