Class TargetTimeCalculationPlanStepDTO

java.lang.Object
de.aeb.xnsg.lis20.bf.TargetTimeCalculationPlanStepDTO

public class TargetTimeCalculationPlanStepDTO extends Object
A step of a target time calculation plan
  • Field Details

    • OF_STEP_TYPE_TRANSPORT

      public static final String OF_STEP_TYPE_TRANSPORT
      Constant for order fulfillment step type "transport"
      See Also:
    • OF_STEP_TYPE_LCHANDLING

      public static final String OF_STEP_TYPE_LCHANDLING
      Constant for order fulfillment step type "logistic center handling"
      See Also:
    • stepType

      public String stepType
      The type of the plan step.
      Allowed values: "TRANSPORT" for transports and "LCHANDLING" for handling processes in a logistic center.
    • sequenceNumber

      public Integer sequenceNumber
      The sequence number of the step in a chain of steps. Used to sort the steps in the correct order.
    • hostCode

      public String 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()