Class MovementTarget

java.lang.Object
org.openwms.wms.movements.MovementTarget

public class MovementTarget extends Object
A MovementTarget.
Author:
Heiko Scherrer
  • Field Details

    • name

      private String name
      The name of the target.
    • searchLocationGroupNames

      private List<String> searchLocationGroupNames
      A comma separated list of LocationGroup names to search the final target in.
    • type

      private MovementType type
      The type of Movement that is assigned.
  • Constructor Details

    • MovementTarget

      public MovementTarget()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getSearchLocationGroupNames

      public List<String> getSearchLocationGroupNames()
    • setSearchLocationGroupNames

      public void setSearchLocationGroupNames(List<String> searchLocationGroupNames)
    • getType

      public MovementType getType()
    • setType

      public void setType(MovementType type)
    • toString

      public String toString()
      Overrides:
      toString in class Object