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 @NotEmpty String
The ERP code of the actualLocation
where the goods were received.private @NotEmpty String
The business key of the expectedTransportUnit
to receive.private @NotEmpty String
The unique identifier if theLoadUnit
where the goods are stored in.private String
The type in case aLoadUnit
needs to be created (optional).private @NotEmpty String
The business key of the actual capturedTransportUnit
where the goods are placed on. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setActualLocationErpCode
(String actualLocationErpCode) void
setExpectedTransportUnitBK
(String expectedTransportUnitBK) void
setLoadUnitLabel
(String loadUnitLabel) void
setLoadUnitType
(String loadUnitType) void
setTransportUnitId
(String transportUnitId) Methods inherited from class org.openwms.wms.receiving.api.CaptureRequestVO
getDetails, setDetails
-
Field Details
-
transportUnitId
The business key of the actual capturedTransportUnit
where the goods are placed on. -
loadUnitLabel
The unique identifier if theLoadUnit
where the goods are stored in. -
loadUnitType
The type in case aLoadUnit
needs to be created (optional). -
expectedTransportUnitBK
The business key of the expectedTransportUnit
to receive. -
actualLocationErpCode
The ERP code of the actualLocation
where the goods were received.
-
-
Constructor Details
-
TUCaptureRequestVO
public TUCaptureRequestVO()
-
-
Method Details
-
getTransportUnitId
-
setTransportUnitId
-
getLoadUnitLabel
-
setLoadUnitLabel
-
getLoadUnitType
-
setLoadUnitType
-
getExpectedTransportUnitBK
-
setExpectedTransportUnitBK
-
getActualLocationErpCode
-
setActualLocationErpCode
-