Package de.aeb.xnsg.dl.bf
Class DLPickupProcessParmsDTO
java.lang.Object
de.aeb.xnsg.dl.bf.DLPickupProcessParmsDTO
Process parameters for a pickup. Especially controls the handling of the
manifest documents.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe output mode for the manifest documents.'true' or '1' = The shipment pickup is manifested.The workstation where the documents should be printed out in the case of direct printing. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
doManifest
'true' or '1' = The shipment pickup is manifested. That means, that EDI data is sent to the carrier and the pickup is sealed, it cannot be changed, no shipments can be added or removed anymore.
'false' or '0' = The shipment pickup is left open, no EDI data is sent to the carrier yet, shipments can be added or removed using the GUI. If the pickup has already been manifested, nothing is done.
-
documentOutputMode
The output mode for the manifest documents. -
workstationId
The workstation where the documents should be printed out in the case of direct printing.length=50
-
-
Constructor Details
-
DLPickupProcessParmsDTO
public DLPickupProcessParmsDTO()
-