Class DTOWorkShiftExceptionUpdate

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

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

    • DTOWorkShiftExceptionUpdate

      public DTOWorkShiftExceptionUpdate()
  • Method Details

    • getStartDate

      public Optional<LocalTime> getStartDate()
      Gets the start date.
      Returns:
      the start date
    • setStartTime

      public void setStartTime(Optional<LocalTime> startDate)
      Sets the start time.
      Parameters:
      startDate - the new start time
    • getEndDate

      public Optional<LocalTime> getEndDate()
      Gets the end date.
      Returns:
      the end date
    • setEndTime

      public void setEndTime(Optional<LocalTime> endDate)
      Sets the end time.
      Parameters:
      endDate - the new end time
    • getAddress

      public Optional<Long> getAddress()
      Gets the address.
      Returns:
      the address
    • setAddress

      public void setAddress(Optional<Long> address)
      Sets the address.
      Parameters:
      address - the new address
    • getNote

      public Optional<String> getNote()
      Gets the note.
      Returns:
      the note
    • setNote

      public void setNote(Optional<String> note)
      Sets the note.
      Parameters:
      note - the new note