Class AllocatedTransportUnit

java.lang.Object
org.openwms.wms.shipping.spi.AllocatedTransportUnit
All Implemented Interfaces:
Serializable

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

    • transportUnitBK

      private String transportUnitBK
    • loadUnitPosition

      private String loadUnitPosition
    • loadUnitPKey

      private String loadUnitPKey
    • sku

      private String sku
    • qty

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

      private String reservationId
  • Constructor Details

  • Method Details

    • newBuilder

      public static AllocatedTransportUnit.Builder newBuilder()
    • getTransportUnitBK

      public String getTransportUnitBK()
    • getLoadUnitPosition

      public String getLoadUnitPosition()
    • getLoadUnitPKey

      public String getLoadUnitPKey()
    • getSku

      public String getSku()
    • getQty

      public org.openwms.core.units.api.Measurable getQty()
    • getReservationId

      public String getReservationId()