Package wrsp.data.solution
Class PlannedJob
java.lang.Object
wrsp.data.solution.ScheduleEvent
wrsp.data.solution.PlannedJob
- All Implemented Interfaces:
Comparable<ScheduleEvent>
This class represents a planned job in a schedule, so a job assigned to an employee with a planned start time.
-
Field Summary
Fields inherited from class wrsp.data.solution.ScheduleEvent
end, start -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class wrsp.data.solution.ScheduleEvent
compareTo, getDuration, getEnd, getStart
-
Constructor Details
-
PlannedJob
-
-
Method Details
-
getJobId
-
equals
- Overrides:
equalsin classScheduleEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classScheduleEvent
-
toString
-