Class UnitTypeVO

java.lang.Object
org.openwms.wms.shipping.api.UnitTypeVO
All Implemented Interfaces:
Serializable

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

    • amount

      @NotNull(message="{owms.wms.shp.amount}") private @NotNull(message="{owms.wms.shp.amount}") BigDecimal amount
      The amount.
    • unit

      @NotEmpty(message="{owms.wms.shp.unit}") private @NotEmpty(message="{owms.wms.shp.unit}") String unit
      The unit.
  • Constructor Details

    • UnitTypeVO

      private UnitTypeVO()
    • UnitTypeVO

      public UnitTypeVO(BigDecimal amount, String unit)
  • Method Details

    • getAmount

      public BigDecimal getAmount()
    • setAmount

      public void setAmount(BigDecimal amount)
    • getUnit

      public String getUnit()
    • setUnit

      public void setUnit(String unit)