Class UomRelationVO

java.lang.Object
org.openwms.wms.inventory.api.UomRelationVO

public class UomRelationVO extends Object
A UomRelationVO defines and identifies an UOM for a given Product with an unique label. It is used to define the same Product in various UOM, each one identified with a different label.
Author:
Heiko Scherrer
  • Field Details

    • pKey

      public String pKey
      The persistent unique key.
    • description

      public String description
    • product

      public ProductVO product
      The product this UOMRelation belongs to.
    • label

      private String label
      The unique label of this UOMRelation mapping.
    • code

      private String code
    • quantity

      private org.openwms.core.units.api.Measurable quantity
      The assigned quantity of this UOMRelation mapping.
    • dimension

      private DimensionVO dimension
      The defined dimension of the UomRelation.
    • details

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

  • Method Details

    • getpKey

      public String getpKey()
    • setpKey

      public void setpKey(String pKey)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getProduct

      public ProductVO getProduct()
    • setProduct

      public void setProduct(ProductVO product)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getQuantity

      public org.openwms.core.units.api.Measurable getQuantity()
    • setQuantity

      public void setQuantity(org.openwms.core.units.api.Measurable quantity)
    • getDimension

      public DimensionVO getDimension()
    • setDimension

      public void setDimension(DimensionVO dimension)
    • getDetails

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

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