Class InterventionLoadEventInput
java.lang.Object
overit.geocall.bl.GenericEvent<List<Intervention>>
overit.geocall.bl.BusinessEvent<List<Intervention>>
overit.geocallapp.wfm.core.bl.schedule.intervention.event.InterventionLoadEventInput
Object used as an input bean for the for
InterventionLoadEvent- 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 TypeMethodDescriptionReturns the intervention agenda id.Returns the intervention 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
-
InterventionLoadEventInput
public InterventionLoadEventInput()
-
-
Method Details
-
getAgenda
Returns the intervention agenda id.- Returns:
- the intervention agenda id
- See Also:
-
setAgenda
Sets the agenda id.- Parameters:
agenda- the agenda id- See Also:
-
getScheduling
Returns the intervention scheduling id.- Returns:
- the intervention scheduling id
- See Also:
-
setScheduling
Sets the scheduling id.- Parameters:
scheduling- the scheduling id- See Also:
-