Class WorkShiftCancelNotificationInput

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.workshift.event.WorkShiftCancelNotificationInput
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

@Deprecated(since="17.0", forRemoval=true) public class WorkShiftCancelNotificationInput extends DynO
Deprecated, for removal: This API element is subject to removal in a future version.
Object used as an input bean for the for WorkShiftCancelNotificationEvent
.
Since:
16.0
See Also:
GCApi:
bo
  • Constructor Details

    • WorkShiftCancelNotificationInput

      public WorkShiftCancelNotificationInput()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getWorkShiftId

      public Long getWorkShiftId()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the workshift id.
      Returns:
      the workshift id
      See Also:
    • setWorkShiftId

      public void setWorkShiftId(Long workShiftId)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets the workshift id.
      Parameters:
      workShiftId - the workshift id
      See Also:
    • getResource

      public Long getResource()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the workshift resource.
      Returns:
      the workshift resource
      See Also:
    • setResource

      public void setResource(Long resource)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets the workshift resource.
      Parameters:
      resource - the workshift resource
      See Also:
    • getStartDate

      public Date getStartDate()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the workshift start date.
      Returns:
      the workshift start date
    • setStartDate

      public void setStartDate(Date startDate)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets the workshift start date.
      Parameters:
      startDate - the workshift start date
    • getEndDate

      public Date getEndDate()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the workshift end date.
      Returns:
      the workshift end date
    • setEndDate

      public void setEndDate(Date endDate)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets the workshift end date.
      Parameters:
      endDate - the workshift end date