Serialized Form


Package org.sandev.TaskHeap.PlanCalculator

Class org.sandev.TaskHeap.PlanCalculator.ElapsedTimeCalendar extends java.util.GregorianCalendar implements Serializable

Serialized Fields

hoursPerDay

int hoursPerDay
The number of work hours per day. Set when the calendar is created.


holidays

java.util.Date[] holidays
Additional days that should not be considered workdays.


remainderHours

int remainderHours
The additional hours that were not factored into a specific day.

Class org.sandev.TaskHeap.PlanCalculator.PlanCalculatorException extends org.sandev.basics.structs.SandException implements Serializable


Package org.sandev.TaskHeap.UpdateManager

Class org.sandev.TaskHeap.UpdateManager.UpdateManagerException extends org.sandev.basics.structs.SandException implements Serializable