Class ExistingResourceWorkShiftSearchInput

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

public class ExistingResourceWorkShiftSearchInput extends DynO
Object representing an input object for the ExistingResourceWorkShiftSearchEvent.
Since:
17.0
See Also:
  • Constructor Details

    • ExistingResourceWorkShiftSearchInput

      public ExistingResourceWorkShiftSearchInput()
  • Method Details

    • getResource

      public Long getResource()
      Returns the resource to which the the work shift to be inserted is related.
      Returns:
      resource the resource to which the the work shift to be inserted is related
    • setResource

      public void setResource(Long resource)
      Sets the resource to which the work shift to be inserted is related.
      Parameters:
      resource - the resource to which the work shift to be inserted is related
    • getReferenceDate

      public Date getReferenceDate()
      Returns the reference day to which the work shift to be inserted is related.
      Returns:
      referenceDate the reference day to which the work shift to be inserted is related
    • setReferenceDate

      public void setReferenceDate(Date referenceDate)
      Sets the reference day to which the work shift to be inserted is related.
      Parameters:
      referenceDate - the reference day to which the work shift to be inserted is related