Class DtoJobSequence
java.lang.Object
com.vernaio.kayros.engine.v2.api.dto.DtoJobSequence
- All Implemented Interfaces:
IDtoJobSequence
Jobs that are only allowed to happen in this exact sequence on the same device.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Id of this sequence (to reference in disqualifications or exceptions), must be unique in the context of all sequences.String[]getJobs()These job need to happen in this sequence on one device.inthashCode()voidId of this sequence (to reference in disqualifications or exceptions), must be unique in the context of all sequences.voidThese job need to happen in this sequence on one device.Id of this sequence (to reference in disqualifications or exceptions), must be unique in the context of all sequences.These job need to happen in this sequence on one device.
-
Constructor Details
-
DtoJobSequence
protected DtoJobSequence() -
DtoJobSequence
-
-
Method Details
-
getId
Id of this sequence (to reference in disqualifications or exceptions), must be unique in the context of all sequences.- Specified by:
getIdin interfaceIDtoJobSequence
-
setId
Id of this sequence (to reference in disqualifications or exceptions), must be unique in the context of all sequences.- Specified by:
setIdin interfaceIDtoJobSequence
-
getJobs
These job need to happen in this sequence on one device.- Specified by:
getJobsin interfaceIDtoJobSequence
-
setJobs
These job need to happen in this sequence on one device.- Specified by:
setJobsin interfaceIDtoJobSequence
-
equals
-
hashCode
public int hashCode() -
withId
Id of this sequence (to reference in disqualifications or exceptions), must be unique in the context of all sequences. -
withJobs
These job need to happen in this sequence on one device.
-