Class AllocationVO

java.lang.Object
org.openwms.wms.inventory.allocation.api.AllocationVO
All Implemented Interfaces:
Serializable

public class AllocationVO extends Object implements Serializable
A AllocationVO.
Author:
Heiko Scherrer
See Also:
  • Field Details

    • transportUnitBK

      private String transportUnitBK
    • loadUnitPosition

      private String loadUnitPosition
    • sku

      private String sku
    • actualErpCode

      private String actualErpCode
    • qtyAllocated

      private org.openwms.core.units.api.Measurable qtyAllocated
    • reservationId

      private String reservationId
  • Constructor Details

    • AllocationVO

      private AllocationVO()
    • AllocationVO

      private AllocationVO(AllocationVO.Builder builder)
  • Method Details

    • newBuilder

      public static AllocationVO.Builder newBuilder()
    • getTransportUnitBK

      public String getTransportUnitBK()
    • setTransportUnitBK

      public void setTransportUnitBK(String transportUnitBK)
    • getLoadUnitPosition

      public String getLoadUnitPosition()
    • setLoadUnitPosition

      public void setLoadUnitPosition(String loadUnitPosition)
    • getSku

      public String getSku()
    • setSku

      public void setSku(String sku)
    • getActualErpCode

      public String getActualErpCode()
    • setActualErpCode

      public void setActualErpCode(String actualErpCode)
    • getQtyAllocated

      public org.openwms.core.units.api.Measurable getQtyAllocated()
    • setQtyAllocated

      public void setQtyAllocated(org.openwms.core.units.api.Measurable qtyAllocated)
    • getReservationId

      public String getReservationId()
    • setReservationId

      public void setReservationId(String reservationId)