Class DimensionVO

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

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

    • height

      @NotNull private @NotNull Integer height
      The height.
    • length

      @NotNull private @NotNull Integer length
      The length.
    • width

      @NotNull private @NotNull Integer width
      The width.
    • uom

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

  • Method Details

    • getHeight

      public int getHeight()
    • setHeight

      public void setHeight(Integer height)
    • getLength

      public Integer getLength()
    • setLength

      public void setLength(Integer length)
    • getWidth

      public Integer getWidth()
    • setWidth

      public void setWidth(Integer width)
    • getUom

      public String getUom()
    • setUom

      public void setUom(String uom)
    • 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()
      Overrides:
      toString in class Object