Uses of Class
org.openwms.wms.receiving.api.TransportUnitVO
Package
Description
Contains types that belong to the public API of the WMS Receiving Service.
-
Uses of TransportUnitVO in org.openwms.wms.receiving.api
Modifier and TypeFieldDescriptionprivate @NotNull(groups=CreateQuantityReceipt.class) TransportUnitVO
QuantityCaptureRequestVO.transportUnit
The capturedTransportUnit
where the goods are captured in.private @NotNull(groups={CreateBlindTUReceipt.class,CreateExpectedTUReceipt.class}) TransportUnitVO
TUCaptureRequestVO.transportUnit
The actual capturedTransportUnit
.Modifier and TypeMethodDescriptionQuantityCaptureRequestVO.getTransportUnit()
TUCaptureRequestVO.getTransportUnit()
Modifier and TypeMethodDescriptionvoid
QuantityCaptureRequestVO.setTransportUnit
(TransportUnitVO transportUnit) void
TUCaptureRequestVO.setTransportUnit
(TransportUnitVO transportUnit)