Class DB.EmployeeCheckin

java.lang.Object
team75.model.DB.EmployeeCheckin
Enclosing class:
DB

public static class DB.EmployeeCheckin extends Object
Represents an employee clock-in/clock-out record.
Author:
Raghu
  • Field Details

    • employeeId

      public final int employeeId
    • timeIn

      public final Timestamp timeIn
    • timeOut

      public final Timestamp timeOut
  • Constructor Details

    • EmployeeCheckin

      public EmployeeCheckin(int employeeId, Timestamp timeIn, Timestamp timeOut)
      Parameters:
      employeeId - the employee's ID
      timeIn - clock-in timestamp
      timeOut - clock-out timestamp, or null if still clocked in
  • Method Details