Class TimesheetShiftCalculationOutput

java.lang.Object
overit.geocallapp.wfm.core.bl.timesheet.event.TimesheetShiftCalculationOutput

public class TimesheetShiftCalculationOutput extends Object
Output object for timesheet shift calculation event.
Since:
9.2
GCApi:
bo
  • Constructor Details

    • TimesheetShiftCalculationOutput

      public TimesheetShiftCalculationOutput()
  • Method Details

    • getStartDate

      public Date getStartDate()
    • setStartDate

      public void setStartDate(Date startDate)
    • getEndDate

      public Date getEndDate()
    • setEndDate

      public void setEndDate(Date endDate)
    • getShift

      public Long getShift()
    • setShift

      public void setShift(Long shift)
    • getOnCallShift

      public Long getOnCallShift()
    • setOnCallShift

      public void setOnCallShift(Long onCallShift)
    • createCopy

      public TimesheetShiftCalculationOutput createCopy()