Package org.openwms.wms.movements
Class MovementTarget
java.lang.Object
org.openwms.wms.movements.MovementTarget
A MovementTarget.
- Author:
- Heiko Scherrer
-
Field Summary
Modifier and TypeFieldDescriptionprivate String
The name of the target.A comma separated list of LocationGroup names to search the final target in.private MovementType
The type of Movement that is assigned. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getType()
void
void
setSearchLocationGroupNames
(List<String> searchLocationGroupNames) void
setType
(MovementType type) toString()
-
Field Details
-
name
The name of the target. -
searchLocationGroupNames
A comma separated list of LocationGroup names to search the final target in. -
type
The type of Movement that is assigned.
-
-
Constructor Details
-
MovementTarget
public MovementTarget()
-
-
Method Details