Class DTOWorkShiftExceptionInsert

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.calendars.rs1.workshiftexception.DTOWorkShiftExceptionInsert
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOWorkShiftExceptionInsert extends DynO
DTO representing a request to insert a work shift exception.
Since:
17.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOWorkShiftExceptionInsert

      public DTOWorkShiftExceptionInsert()
  • Method Details

    • getResource

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

      public final void setResource(Long resource)
      Sets the resource.
      Parameters:
      resource - the new resource
    • getStartDate

      public final ZonedDateTime getStartDate()
      Gets the start date.
      Returns:
      the start date
    • setStartDate

      public final void setStartDate(ZonedDateTime startDate)
      Sets the start date.
      Parameters:
      startDate - the new start date
    • getEndDate

      public final ZonedDateTime getEndDate()
      Gets the end date.
      Returns:
      the end date
    • setEndDate

      public final void setEndDate(ZonedDateTime endDate)
      Sets the end date.
      Parameters:
      endDate - the new end date
    • getWorkShiftExceptionType

      public final Long getWorkShiftExceptionType()
      Gets the work shift exception type.
      Returns:
      the work shift exception type
    • setWorkShiftExceptionType

      public final void setWorkShiftExceptionType(Long workShiftExceptionType)
      Sets the work shift exception type.
      Parameters:
      workShiftExceptionType - the new work shift exception type
    • getNote

      public final String getNote()
      Gets the work shift exception note.
      Returns:
      the work shift exception note
    • setNote

      public final void setNote(String note)
      Sets the work shift exception note.
      Parameters:
      note - the new work shift exception note