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
FieldsModifier and TypeFieldDescriptionprivate @NotNull(groups={CreateBlindTUReceipt.class,CreateExpectedTUReceipt.class}) LocationVOTheLocationwhere the capturedTransportUnitis located on.private @NotNull(groups={CreateBlindTUReceipt.class,CreateExpectedTUReceipt.class}) TransportUnitVOThe actual capturedTransportUnit. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetActualLocation(LocationVO actualLocation) voidsetTransportUnit(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 actualLocationTheLocationwhere the capturedTransportUnitis located on. 
 - 
 - 
Constructor Details
- 
TUCaptureRequestVO
public TUCaptureRequestVO() 
 - 
 - 
Method Details
- 
getTransportUnit
 - 
setTransportUnit
 - 
hasTransportUnitType
public boolean hasTransportUnitType() - 
getActualLocation
 - 
setActualLocation
 
 -