Class Dimension

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

@Embeddable public class Dimension extends Object implements Serializable
A Dimension encapsulates the capacity.
See Also:
  • Field Details

    • height

      private int height
    • length

      private int length
    • width

      private int width
    • uom

      private String uom
      The Unit of Measure (UOM) of each dimension value.
  • Constructor Details

    • Dimension

      protected Dimension()
      Dear JPA...
    • Dimension

      public Dimension(int height, int length, int width, String uom)
  • Method Details

    • getHeight

      public int getHeight()
    • getLength

      public int getLength()
    • getWidth

      public int getWidth()
    • getUom

      public String getUom()
    • 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