Class DLShipmentTotalsRequestDataDTO

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

public class DLShipmentTotalsRequestDataDTO extends Object
DTO for shipment totals in a request.
  • Field Details

    • numberOfPackagesExpected

      public Integer numberOfPackagesExpected
      The expected number of packages. Used to print the total number of packages on the label when documents are printed before all packages are available.
      Note: Should not be changed after the first label is printed. Otherwise the data on the label will be inconsistent.

      length=5

    • grossWeightExpected

      public QuantityDTO grossWeightExpected
      The expected shipment gross weight. Used to print the gross weight on the label when documents are printed before all packages with their gross weights are available.
      Note: Should not be changed after the first label is printed. Otherwise the data on the label will be inconsistent.
    • loadingMeters

      @CoreProperty(length=10, scale=3) public BigDecimal loadingMeters
      The loading meters needed for the shipment. When left empty, the sum of the values specified in request field 'packageCumulations' will be used whereever the loading meters are needed on shipment level.

      length=10, scale=3

    • palletPlaces

      @CoreProperty(length=10, scale=3) public BigDecimal palletPlaces
      The pallet places needed for the shipment. When left empty, the sum of the values specified in request field 'packageCumulations' will be used whereever the pallet places are needed on shipment level.

      length=10, scale=3

  • Constructor Details

    • DLShipmentTotalsRequestDataDTO

      public DLShipmentTotalsRequestDataDTO()