Interface IDtoJobSequence
- All Known Implementing Classes:
DtoJobSequence
public interface IDtoJobSequence
Jobs that are only allowed to happen in this exact sequence on the same device.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()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.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.
-
Method Details
-
getId
String getId()Id of this sequence (to reference in disqualifications or exceptions), must be unique in the context of all sequences. -
setId
Id of this sequence (to reference in disqualifications or exceptions), must be unique in the context of all sequences. -
getJobs
String[] getJobs()These job need to happen in this sequence on one device. -
setJobs
These job need to happen in this sequence on one device.
-