Class WorkShiftStatus

java.lang.Object
overit.geocallapp.wfm.calendars.bl.workshift.WorkShiftStatus

public class WorkShiftStatus extends Object
Class representing a Work Shift Status.
It represents the details about the work shift status.
Since:
18.0
GCApi:
bo
  • Field Details

    • CONFIRMED

      public static final Long CONFIRMED
    • BLOCKED

      public static final Long BLOCKED
    • PAST

      public static final Long PAST
    • SCHEDULED

      public static final Long SCHEDULED
  • Constructor Details

    • WorkShiftStatus

      public WorkShiftStatus()
  • Method Details

    • getDescription

      public static String getDescription(Long status, Teacher teacher)