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

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

    • pKey

      private String pKey
      The persistent unique key.
    • sku

      private String sku
      The product id is part of the unique business key.
    • label

      private String label
      An identifying label of the Product.
    • description

      private String description
      Textual descriptive text.
    • stockZone

      private String stockZone
      Where the Product has to be placed in stock.
    • details

      private Map<String,String> details
      Arbitrary detail information on this product, might be by populated with ERP information.
  • Constructor Details

    • ProductMO

      public ProductMO()
  • 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)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getStockZone

      public String getStockZone()
    • setStockZone

      public void setStockZone(String stockZone)
    • getDetails

      public Map<String,String> getDetails()
    • setDetails

      public void setDetails(Map<String,String> details)