Class InterventionsLoadEventInput
java.lang.Object
overit.geocall.bl.GenericEvent<List<Intervention>>
overit.geocall.bl.BusinessEvent<List<Intervention>>
overit.geocallapp.wfm.core.ux.schedule.intervention.outcome.event.InterventionsLoadEventInput
Input object for the InterventionsLoadEvent
- Since:
- 9.2
- GCApi:
- bo
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the agenda id.Gets the scheduling id.voidSets the agenda id.voidsetScheduling(Long scheduling) Sets the scheduling id.Methods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
InterventionsLoadEventInput
public InterventionsLoadEventInput()
-
-
Method Details
-
getAgenda
Gets the agenda id.- Returns:
- the agenda id.
-
setAgenda
Sets the agenda id.- Parameters:
agenda- the agenda id to load.
-
getScheduling
Gets the scheduling id.- Returns:
- the scheduling id.
-
setScheduling
Sets the scheduling id.- Parameters:
scheduling- the scheduling id.
-