Interface IDtoUndeterminedTeardownEndInFixedJobError
- All Superinterfaces:
IDtoAbstractError
- All Known Implementing Classes:
DtoUndeterminedTeardownEndInFixedJobError
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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThe id of the DtoFixedJob with undetermined teardownEnd.The id of the DtoFixedJob that determines the deviceState before fixedJob (maximal teardownEnd before fixedJOb.setupStart, minimal id).getType()Type of this object.voidsetFixedJob(String fixedJob) The id of the DtoFixedJob with undetermined teardownEnd.voidsetMessage(String message) voidsetOptionalPredecessorJob(String optionalPredecessorJob) The id of the DtoFixedJob that determines the deviceState before fixedJob (maximal teardownEnd before fixedJOb.setupStart, minimal id).
-
Field Details
-
_DISCRIMINATOR_TYPE_NAME
- See Also:
-
-
Method Details
-
getType
String getType()Type of this object.- Specified by:
getTypein interfaceIDtoAbstractError
-
getMessage
String getMessage()- Specified by:
getMessagein interfaceIDtoAbstractError
-
setMessage
- Specified by:
setMessagein interfaceIDtoAbstractError
-
getFixedJob
String getFixedJob()The id of the DtoFixedJob with undetermined teardownEnd. -
setFixedJob
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
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.
-