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.MeasurablegetSku()static AllocationVO.BuildervoidsetActualErpCode(String actualErpCode) voidsetLoadUnitPosition(String loadUnitPosition) voidsetQtyAllocated(org.openwms.core.units.api.Measurable qtyAllocated) voidsetReservationId(String reservationId) voidvoidsetTransportUnitBK(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
 
 -