Class QuantityCaptureRequestVO

java.lang.Object
org.openwms.wms.receiving.api.CaptureRequestVO
org.openwms.wms.receiving.api.QuantityCaptureRequestVO
All Implemented Interfaces:
Serializable

public class QuantityCaptureRequestVO extends CaptureRequestVO implements Serializable
A QuantityCaptureRequestVO contains all information used to capture goods within a LoadUnit on top of a TransportUnit.
Author:
Heiko Scherrer
See Also:
  • Field Details

  • Constructor Details

    • QuantityCaptureRequestVO

      public QuantityCaptureRequestVO()
  • Method Details

    • getTransportUnit

      public TransportUnitVO getTransportUnit()
    • setTransportUnit

      public void setTransportUnit(TransportUnitVO transportUnit)
    • getLoadUnitLabel

      public String getLoadUnitLabel()
    • setLoadUnitLabel

      public void setLoadUnitLabel(String loadUnitLabel)
    • getLoadUnitType

      public String getLoadUnitType()
    • setLoadUnitType

      public void setLoadUnitType(String loadUnitType)
    • getQuantityReceived

      public org.openwms.core.units.api.Measurable getQuantityReceived()
    • setQuantityReceived

      public void setQuantityReceived(org.openwms.core.units.api.Measurable quantityReceived)
    • getProduct

      public ProductVO getProduct()
    • setProduct

      public void setProduct(ProductVO product)
    • getSerialNumber

      public String getSerialNumber()
    • setSerialNumber

      public void setSerialNumber(String serialNumber)
    • getLotId

      public String getLotId()
    • setLotId

      public void setLotId(String lotId)