Class LoadUnitMO

java.lang.Object
org.openwms.wms.inventory.events.LoadUnitMO
All Implemented Interfaces:
Serializable

public class LoadUnitMO extends Object implements Serializable
A LoadUnitVO is a message object that represents a LoadUnit.
Author:
Heiko Scherrer
See Also:
  • Field Details

    • pKey

      private String pKey
      The persistent key of the LoadUnit.
    • transportUnitBK

      private String transportUnitBK
      The business key of the TransportUnit.
    • physicalPosition

      private String physicalPosition
      Where this LoadUnit is located on the TransportUnit.
    • label

      private String label
      An identifying label of the LoadUnit.
    • type

      private String type
      The type of the LoadUnit.
    • product

      private ProductMO product
      The Product that is carried within the LoadUnit.
  • Constructor Details

    • LoadUnitMO

      public LoadUnitMO()
  • Method Details

    • getpKey

      public String getpKey()
    • setpKey

      public void setpKey(String pKey)
    • getTransportUnitBK

      public String getTransportUnitBK()
    • setTransportUnitBK

      public void setTransportUnitBK(String transportUnitBK)
    • getPhysicalPosition

      public String getPhysicalPosition()
    • setPhysicalPosition

      public void setPhysicalPosition(String physicalPosition)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getProduct

      public ProductMO getProduct()
    • setProduct

      public void setProduct(ProductMO product)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object