Class AllocationVO
java.lang.Object
org.openwms.wms.inventory.allocation.api.AllocationVO
- All Implemented Interfaces:
Serializable
A AllocationVO.
- Author:
- Heiko Scherrer
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openwms.core.units.api.Measurable
getSku()
static AllocationVO.Builder
void
setActualErpCode
(String actualErpCode) void
setLoadUnitPosition
(String loadUnitPosition) void
setQtyAllocated
(org.openwms.core.units.api.Measurable qtyAllocated) void
setReservationId
(String reservationId) void
void
setTransportUnitBK
(String transportUnitBK)
-
Field Details
-
transportUnitBK
-
loadUnitPosition
-
sku
-
actualErpCode
-
qtyAllocated
private org.openwms.core.units.api.Measurable qtyAllocated -
reservationId
-
-
Constructor Details
-
AllocationVO
private AllocationVO() -
AllocationVO
-
-
Method Details
-
newBuilder
-
getTransportUnitBK
-
setTransportUnitBK
-
getLoadUnitPosition
-
setLoadUnitPosition
-
getSku
-
setSku
-
getActualErpCode
-
setActualErpCode
-
getQtyAllocated
public org.openwms.core.units.api.Measurable getQtyAllocated() -
setQtyAllocated
public void setQtyAllocated(org.openwms.core.units.api.Measurable qtyAllocated) -
getReservationId
-
setReservationId
-