Class DaySchedulingValidationPreProcessInput

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.crewshell.DaySchedulingValidationPreProcessInput
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DaySchedulingValidationPreProcessInput extends DynO
Business object representing the input to instantiate a DaySchedulingValidationPreProcessEvent event.
Since:
16.0
See Also:
  • Constructor Details

    • DaySchedulingValidationPreProcessInput

      public DaySchedulingValidationPreProcessInput()
  • Method Details

    • getSchedulings

      public Set<Long> getSchedulings()
      Returns the list of schedulings id
      Returns:
      the list of schedulings id
    • setSchedulings

      public void setSchedulings(Set<Long> schedulings)
      Sets the list of schedulings id
      Parameters:
      schedulings - the list of schedulings id
    • getDay

      public Date getDay()
      Returns the day
      Returns:
      the day
    • setDay

      public void setDay(Date day)
      Sets the day
      Parameters:
      day - the day