Class OverlappingWorkShiftExceptionSearchInput

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.calendars.bl.workshift.exception.event.OverlappingWorkShiftExceptionSearchInput
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class OverlappingWorkShiftExceptionSearchInput extends DynO
Object representing an input object to search for overlapping work shift exceptions.
Since:
17.0
See Also:
  • Constructor Details

    • OverlappingWorkShiftExceptionSearchInput

      public OverlappingWorkShiftExceptionSearchInput()
  • Method Details

    • getResource

      public Long getResource()
      Returns the resource.
      Returns:
      resource the resource
    • setResource

      public void setResource(Long resource)
      Sets the resource.
      Parameters:
      resource - the resource
    • getStartDay

      public Date getStartDay()
      Returns the start day.
      Returns:
      startDay the start day
    • setStartDay

      public void setStartDay(Date startDay)
      Sets the start day.
      Parameters:
      startDay - the start day
    • getEndDay

      public Date getEndDay()
      Returns the end day.
      Returns:
      endDay the end day
    • setEndDay

      public void setEndDay(Date endDay)
      Sets the end day.
      Parameters:
      endDay - the end day