Class DtoMissingProcessJobDisqualification
java.lang.Object
com.vernaio.kayros.engine.v2.api.dto.DtoMissingProcessJobDisqualification
- All Implemented Interfaces:
IDtoAbstractJobDisqualification,IDtoMissingProcessJobDisqualification
public class DtoMissingProcessJobDisqualification
extends Object
implements IDtoMissingProcessJobDisqualification
(can be decided before engine) This Disqualification triggers if a productionJob cannot be produced because no device has a process that satisfies the jobs task.
-
Field Summary
Fields inherited from interface com.vernaio.kayros.engine.v2.api.dto.IDtoMissingProcessJobDisqualification
_DISCRIMINATOR_TYPE_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDtoMissingProcessJobDisqualification(String[] productionJobs) -
Method Summary
Modifier and TypeMethodDescriptionbooleanString[]The ids of the disqualified jobs.getType()Type discriminatorinthashCode()voidsetProductionJobs(String[] productionJobs) The ids of the disqualified jobs.withProductionJobs(String[] productionJobs) The ids of the disqualified jobs.
-
Constructor Details
-
DtoMissingProcessJobDisqualification
protected DtoMissingProcessJobDisqualification() -
DtoMissingProcessJobDisqualification
-
-
Method Details
-
getType
Type discriminator- Specified by:
getTypein interfaceIDtoAbstractJobDisqualification- Specified by:
getTypein interfaceIDtoMissingProcessJobDisqualification
-
getProductionJobs
The ids of the disqualified jobs. There will be no result allocation(s) for these.- Specified by:
getProductionJobsin interfaceIDtoAbstractJobDisqualification- Specified by:
getProductionJobsin interfaceIDtoMissingProcessJobDisqualification
-
setProductionJobs
The ids of the disqualified jobs. There will be no result allocation(s) for these.- Specified by:
setProductionJobsin interfaceIDtoAbstractJobDisqualification- Specified by:
setProductionJobsin interfaceIDtoMissingProcessJobDisqualification
-
equals
-
hashCode
public int hashCode() -
withProductionJobs
The ids of the disqualified jobs. There will be no result allocation(s) for these.
-