java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.schedule.intervention.agenda.teamresource.event.AgendaTeamResourceAlignInput
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class AgendaTeamResourceAlignInput extends DynO
Input object for AgendaTeamResourceAlignEvent.
Since:
17.0
See Also:
  • Constructor Details

    • AgendaTeamResourceAlignInput

      public AgendaTeamResourceAlignInput()
  • Method Details

    • getAgendas

      public Set<Long> getAgendas()
      Retrieves the set of agenda IDs.
      Returns:
      the set of agenda IDs
    • setAgendas

      public void setAgendas(Set<Long> agendas)
      Sets the agendas for the AgendaTeamResourceAlignInput object.
      Parameters:
      agendas - the set of agendas to be set
    • getSchedulings

      public Set<Long> getSchedulings()
      Retrieves the Set of scheduling IDs from the AgendaTeamResourceAlignInput object.
      Returns:
      a Set of Long representing the scheduling IDs
    • setSchedulings

      public void setSchedulings(Set<Long> schedulings)
      Sets the schedulings for AgendaTeamResourceAlignInput object.
      Parameters:
      schedulings - the set of scheduling IDs to be set