Class EmployeeScheduler

java.lang.Object
  |
  +--EmployeeScheduler

public class EmployeeScheduler
extends java.lang.Object

Application class


Field Summary
private  ListOfEmployees employees
          All of the employees
private  Schedules mainSchedule
          Main schedule
private  Settings mainSettings
          Main settings
 
Constructor Summary
EmployeeScheduler()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main function
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

mainSchedule

private Schedules mainSchedule
Main schedule

mainSettings

private Settings mainSettings
Main settings

employees

private ListOfEmployees employees
All of the employees
Constructor Detail

EmployeeScheduler

public EmployeeScheduler()
Method Detail

main

public static void main(java.lang.String[] args)
Main function

Pre-conditions: none
Post-conditions: Orchestrates the Employee Schedule software.

Parameters:
args - command-line arguments