Uses of Class
org.openwms.wms.receiving.api.TransportUnitVO
Packages that use 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
Fields in org.openwms.wms.receiving.api declared as TransportUnitVOModifier and TypeFieldDescriptionprivate @NotNull(groups=CreateQuantityReceipt.class) TransportUnitVOQuantityCaptureRequestVO.transportUnitThe capturedTransportUnitwhere the goods are captured in.private @NotNull(groups={CreateBlindTUReceipt.class,CreateExpectedTUReceipt.class}) TransportUnitVOTUCaptureRequestVO.transportUnitThe actual capturedTransportUnit.Methods in org.openwms.wms.receiving.api that return TransportUnitVOModifier and TypeMethodDescriptionQuantityCaptureRequestVO.getTransportUnit()TUCaptureRequestVO.getTransportUnit()Methods in org.openwms.wms.receiving.api with parameters of type TransportUnitVOModifier and TypeMethodDescriptionvoidQuantityCaptureRequestVO.setTransportUnit(TransportUnitVO transportUnit) voidTUCaptureRequestVO.setTransportUnit(TransportUnitVO transportUnit)