Interface IDtoNoDeviceForSequenceJobDisqualification
- All Superinterfaces:
IDtoAbstractJobDisqualification
- All Known Implementing Classes:
DtoNoDeviceForSequenceJobDisqualification
(can be decided before engine) This Disqualification triggers if jobs grouped in a jobSequence are produceable by themselves but there is no common device that works for all of them.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionString[]The ids of the disqualified jobs.The problematic jobSequencegetType()Type discriminatorvoidsetProductionJobs(String[] productionJobs) The ids of the disqualified jobs.voidsetSequence(String sequence) The problematic jobSequence
-
Field Details
-
_DISCRIMINATOR_TYPE_NAME
- See Also:
-
-
Method Details
-
getType
String getType()Type discriminator- Specified by:
getTypein interfaceIDtoAbstractJobDisqualification
-
getProductionJobs
String[] getProductionJobs()The ids of the disqualified jobs. There will be no result allocation(s) for these.- Specified by:
getProductionJobsin interfaceIDtoAbstractJobDisqualification
-
setProductionJobs
The ids of the disqualified jobs. There will be no result allocation(s) for these.- Specified by:
setProductionJobsin interfaceIDtoAbstractJobDisqualification
-
getSequence
String getSequence()The problematic jobSequence -
setSequence
The problematic jobSequence
-