Class Employee

java.lang.Object
wrsp.data.model.Employee

public class Employee extends Object
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.