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

public class InterventionLoadEventInput extends BusinessEvent<List<Intervention>>
Object used as an input bean for the for InterventionLoadEvent
Since:
9.2
GCApi:
bo
  • Constructor Details

    • InterventionLoadEventInput

      public InterventionLoadEventInput()
  • Method Details

    • getAgenda

      public Long getAgenda()
      Returns the intervention agenda id.
      Returns:
      the intervention agenda id
      See Also:
    • setAgenda

      public void setAgenda(Long agenda)
      Sets the agenda id.
      Parameters:
      agenda - the agenda id
      See Also:
    • getScheduling

      public Long getScheduling()
      Returns the intervention scheduling id.
      Returns:
      the intervention scheduling id
      See Also:
    • setScheduling

      public void setScheduling(Long scheduling)
      Sets the scheduling id.
      Parameters:
      scheduling - the scheduling id
      See Also: