Class DTOMobileTimesheetOnCallShift

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobile.core.rs3.timesheet.DTOMobileTimesheetOnCallShift
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

@TimeZoneResolver(event=ResourceTimeZoneResolverEvent.class, fieldName="user") public class DTOMobileTimesheetOnCallShift extends DynO
DTO for mobile timesheet on call shift.
Since:
19.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOMobileTimesheetOnCallShift

      public DTOMobileTimesheetOnCallShift()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getStartDate

      public ZonedDateTime getStartDate()
    • setStartDate

      public void setStartDate(ZonedDateTime startDate)
    • getEndDate

      public ZonedDateTime getEndDate()
    • setEndDate

      public void setEndDate(ZonedDateTime endDate)
    • getUser

      public Long getUser()
    • setUser

      public void setUser(Long user)