Class ReceivingOrderMO

java.lang.Object
org.openwms.wms.receiving.api.messages.ReceivingOrderMO
All Implemented Interfaces:
Serializable

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

    • pKey

      private String pKey
      The persistent identifier.
    • orderId

      private String orderId
      The unique identifier of this ReceivingOrder.
    • state

      private String state
      The current state of this ReceivingOrder.
    • positions

      private List<@Valid ReceivingOrderPositionMO> positions
      A set of ReceivingOrderPositions belonging to this ReceivingOrder.
    • details

      private Map<String,String> details
      Arbitrary detail information stored along an order.
  • Constructor Details

    • ReceivingOrderMO

      public ReceivingOrderMO()
  • Method Details