Class DTOWorkShiftException

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

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

    • DTOWorkShiftException

      public DTOWorkShiftException()
  • Method Details

    • getId

      public final Long getId()
    • setId

      public final void setId(Long id)
    • getResource

      public final Long getResource()
    • setResource

      public final void setResource(Long resource)
    • getStartDate

      public final ZonedDateTime getStartDate()
    • setStartDate

      public final void setStartDate(ZonedDateTime startDate)
    • getEndDate

      public final ZonedDateTime getEndDate()
    • setEndDate

      public final void setEndDate(ZonedDateTime endDate)
    • getWorkShiftExceptionType

      public final Long getWorkShiftExceptionType()
    • setWorkShiftExceptionType

      public final void setWorkShiftExceptionType(Long workShiftExceptionType)
    • getAddress

      public Long getAddress()
    • setAddress

      public void setAddress(Long address)
    • getNote

      public final String getNote()
    • setNote

      public final void setNote(String note)