Interface IDtoUndeterminedTeardownEndInFixedJobError

All Superinterfaces:
IDtoAbstractError
All Known Implementing Classes:
DtoUndeterminedTeardownEndInFixedJobError

public interface IDtoUndeterminedTeardownEndInFixedJobError extends IDtoAbstractError
The FixedJob with id {fixedJob} is initially set up relative to {optionalPredecessor}. On its device, the teardownEnd would be after all available times and cannot be determined.
  • Field Details

  • Method Details

    • getType

      String getType()
      Type of this object.
      Specified by:
      getType in interface IDtoAbstractError
    • getMessage

      String getMessage()
      Specified by:
      getMessage in interface IDtoAbstractError
    • setMessage

      void setMessage(String message)
      Specified by:
      setMessage in interface IDtoAbstractError
    • getFixedJob

      String getFixedJob()
      The id of the DtoFixedJob with undetermined teardownEnd.
    • setFixedJob

      void setFixedJob(String fixedJob)
      The id of the DtoFixedJob with undetermined teardownEnd.
    • getOptionalPredecessorJob

      String getOptionalPredecessorJob()
      The id of the DtoFixedJob that determines the deviceState before fixedJob (maximal teardownEnd before fixedJOb.setupStart, minimal id). If this is not set, fixedJob is set up relative to its device's initialDeviceState.
    • setOptionalPredecessorJob

      void setOptionalPredecessorJob(String optionalPredecessorJob)
      The id of the DtoFixedJob that determines the deviceState before fixedJob (maximal teardownEnd before fixedJOb.setupStart, minimal id). If this is not set, fixedJob is set up relative to its device's initialDeviceState.