Interface IDtoRelatedJobDisqualification
- All Superinterfaces:
IDtoAbstractJobDisqualification
- All Known Implementing Classes:
DtoRelatedJobDisqualification
(decided in engine or before, depending on originator) This Disqualification triggers if a productionJob cannot reasonably be qualified because some other job is disqualified
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThe id of an originally disqualified job that this job cannot be qualified withoutString[]The ids of the disqualified jobs.The reason why this job cannot reasonably be scheduled without the originatorgetType()Type discriminatorvoidsetOriginator(String originator) The id of an originally disqualified job that this job cannot be qualified withoutvoidsetProductionJobs(String[] productionJobs) The ids of the disqualified jobs.voidsetRelation(IDtoAbstractJobRelation relation) The reason why this job cannot reasonably be scheduled without the originator
-
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
-
getOriginator
String getOriginator()The id of an originally disqualified job that this job cannot be qualified without -
setOriginator
The id of an originally disqualified job that this job cannot be qualified without -
getRelation
IDtoAbstractJobRelation getRelation()The reason why this job cannot reasonably be scheduled without the originator -
setRelation
The reason why this job cannot reasonably be scheduled without the originator
-