Package wrsp.data.model
Class Employee
java.lang.Object
wrsp.data.model.Employee
This class models an employee that can perform jobs.
An employee has a unique identifier, a shift start and end times, between which he is available.
An employee also has a location where he starts and ends his shift, and a set of skills.
-
Constructor Details
-
Employee
-
Employee
public Employee(String id, GeoLocation location, LocalTime startAvailability, LocalTime endAvailability)
-
-
Method Details