Class InventoryProductMO

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

public class InventoryProductMO extends Object implements Serializable
A InventoryProductMO is the representation of a Product in the WMS Inventory Service.
Author:
Heiko Scherrer
See Also:
  • Field Details

    • pKey

      private String pKey
    • sku

      private String sku
    • label

      private String label
    • baseUnit

      private org.openwms.core.units.api.Measurable baseUnit
    • overbookingAllowed

      private Boolean overbookingAllowed
    • description

      private String description
  • Constructor Details

    • InventoryProductMO

      public InventoryProductMO()
  • Method Details

    • getpKey

      public String getpKey()
    • setpKey

      public void setpKey(String pKey)
    • getSku

      public String getSku()
    • setSku

      public void setSku(String sku)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getBaseUnit

      public org.openwms.core.units.api.Measurable getBaseUnit()
    • setBaseUnit

      public void setBaseUnit(org.openwms.core.units.api.Measurable baseUnit)
    • getOverbookingAllowed

      public Boolean getOverbookingAllowed()
    • setOverbookingAllowed

      public void setOverbookingAllowed(Boolean overbookingAllowed)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • equals

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

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

      public String toString()
      All fields.
      Overrides:
      toString in class Object