Class DTOWorkShiftExceptionBatchUpdate

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

public class DTOWorkShiftExceptionBatchUpdate extends DynO
DTO representing an element to update a batch of work shift exceptions.
Since:
17.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOWorkShiftExceptionBatchUpdate

      public DTOWorkShiftExceptionBatchUpdate()
  • Method Details

    • getId

      public final Long getId()
      Gets the id.
      Returns:
      the id
    • setId

      public final void setId(Long id)
      Sets the id.
      Parameters:
      id - the new id
    • 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()
    • setNote

      public void setNote(Optional<String> note)