Package org.openwms.wms.movements
Class MovementTarget
java.lang.Object
org.openwms.wms.movements.MovementTarget
A MovementTarget.
- Author:
- Heiko Scherrer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringThe name of the target.A comma separated list of LocationGroup names to search the final target in.private MovementTypeThe type of Movement that is assigned. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getType()voidvoidsetSearchLocationGroupNames(List<String> searchLocationGroupNames) voidsetType(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