Class DLPickupProcessParmsDTO

java.lang.Object
de.aeb.xnsg.dl.bf.DLPickupProcessParmsDTO

public class DLPickupProcessParmsDTO extends Object
Process parameters for a pickup. Especially controls the handling of the manifest documents.
  • Field Details

    • doManifest

      public Boolean 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

      public DLDocumentOutputModeDTO documentOutputMode
      The output mode for the manifest documents.
    • workstationId

      public String workstationId
      The workstation where the documents should be printed out in the case of direct printing.

      length=50

  • Constructor Details

    • DLPickupProcessParmsDTO

      public DLPickupProcessParmsDTO()