Package de.aeb.xnsg.dl.bf
Class DLShipmentTotalsRequestDataDTO
java.lang.Object
de.aeb.xnsg.dl.bf.DLShipmentTotalsRequestDataDTO
DTO for shipment totals in a request.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe expected shipment gross weight.The loading meters needed for the shipment.The expected number of packages.The pallet places needed for the shipment. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
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
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
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()
-