Package org.openwms.wms.receiving.api
Class TUCaptureRequestVO
java.lang.Object
org.openwms.wms.receiving.api.CaptureRequestVO
org.openwms.wms.receiving.api.TUCaptureRequestVO
- All Implemented Interfaces:
Serializable
A TUCaptureRequestVO contains all information used to capture goods within a
LoadUnit
on top of an expected TransportUnit
.- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate @NotNull(groups={CreateBlindTUReceipt.class,CreateExpectedTUReceipt.class}) LocationVO
TheLocation
where the capturedTransportUnit
is located on.private @NotNull(groups={CreateBlindTUReceipt.class,CreateExpectedTUReceipt.class}) TransportUnitVO
The actual capturedTransportUnit
. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setActualLocation
(LocationVO actualLocation) void
setTransportUnit
(TransportUnitVO transportUnit) Methods inherited from class org.openwms.wms.receiving.api.CaptureRequestVO
getDetails, setDetails
-
Field Details
-
transportUnit
@NotNull(groups={CreateBlindTUReceipt.class,CreateExpectedTUReceipt.class}) private @NotNull(groups={CreateBlindTUReceipt.class,CreateExpectedTUReceipt.class}) TransportUnitVO transportUnitThe actual capturedTransportUnit
. -
actualLocation
@NotNull(groups={CreateBlindTUReceipt.class,CreateExpectedTUReceipt.class}) private @NotNull(groups={CreateBlindTUReceipt.class,CreateExpectedTUReceipt.class}) LocationVO actualLocationTheLocation
where the capturedTransportUnit
is located on.
-
-
Constructor Details
-
TUCaptureRequestVO
public TUCaptureRequestVO()
-
-
Method Details
-
getTransportUnit
-
setTransportUnit
-
hasTransportUnitType
public boolean hasTransportUnitType() -
getActualLocation
-
setActualLocation
-