Package de.aeb.xnsg.lis20.bf
Class TargetTimeCalculationPlanStepDTO
java.lang.Object
de.aeb.xnsg.lis20.bf.TargetTimeCalculationPlanStepDTO
A step of a target time calculation plan
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe host code of the order fulfillment step.static final StringConstant for order fulfillment step type "logistic center handling"static final StringConstant for order fulfillment step type "transport"Data for logistic center handling.Transport data.The sequence number of the step in a chain of steps.The type of the plan step.
Allowed values: "TRANSPORT" for transports and "LCHANDLING" for handling processes in a logistic center. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OF_STEP_TYPE_TRANSPORT
Constant for order fulfillment step type "transport"- See Also:
-
OF_STEP_TYPE_LCHANDLING
Constant for order fulfillment step type "logistic center handling"- See Also:
-
stepType
The type of the plan step.
Allowed values: "TRANSPORT" for transports and "LCHANDLING" for handling processes in a logistic center. -
sequenceNumber
The sequence number of the step in a chain of steps. Used to sort the steps in the correct order. -
hostCode
The host code of the order fulfillment step. Not always filled. Can be used to map the step to an external object in the system of the caller. -
planTransport
Transport data. Only to be filled, when the step is of type "TRANSPORT" -
planLCHandling
Data for logistic center handling. Only to be filled, when the step is of type "LCHANDLING"
-
-
Constructor Details
-
TargetTimeCalculationPlanStepDTO
public TargetTimeCalculationPlanStepDTO()
-