Class DivideTransportUnitCommand

java.lang.Object
org.openwms.wms.transport.commands.DivideTransportUnitCommand
All Implemented Interfaces:
Serializable

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

    • transportUnitBK

      @NotEmpty private @NotEmpty String transportUnitBK
    • loadUnitType

      @NotEmpty private @NotEmpty String loadUnitType
    • parts

      @NotNull private @NotNull Integer parts
  • Constructor Details

    • DivideTransportUnitCommand

      public DivideTransportUnitCommand(String transportUnitBK, String loadUnitType, Integer parts)
  • Method Details

    • getTransportUnitBK

      public String getTransportUnitBK()
    • getLoadUnitType

      public String getLoadUnitType()
    • getParts

      public Integer getParts()
    • toString

      public String toString()
      Overrides:
      toString in class Object