Class AgendaOutcomeSaveInput
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.event.AgendaOutcomeSaveInput
Object used as an input bean for the for
AgendaOutcomeSaveInput- Since:
- 9.2
- GCApi:
- bo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the agenda.Returns the agenda outcome.Returns the work order operation id of the agenda outcome.voidSets the agenda.voidsetAgendaOutcome(BOAgendaOutcome agendaOutcome) Sets the agenda outcome.voidsetWorkOrderOperation(Long workOrderOperation) Sets the work order operation id of the agenda outcome.
-
Constructor Details
-
AgendaOutcomeSaveInput
public AgendaOutcomeSaveInput()
-
-
Method Details
-
getAgendaOutcome
Returns the agenda outcome.- Returns:
- the agenda outcome
-
setAgendaOutcome
Sets the agenda outcome.- Parameters:
agendaOutcome- the agenda outcome
-
getAgenda
Returns the agenda.- Returns:
- the agenda
-
setAgenda
Sets the agenda.- Parameters:
agenda- the agenda
-
getWorkOrderOperation
Returns the work order operation id of the agenda outcome.- Returns:
- the work order operation id
- See Also:
-
setWorkOrderOperation
Sets the work order operation id of the agenda outcome.- Parameters:
workOrderOperation- the work order operation id- See Also:
-