package caltool.model; import mvp.Model; /**** * * Class CalendarToolAdministration is the top-level model class for the * administrative-user Calendar Tool Administration program. * CalendarToolAdmionistratin has references to the functional model classes of * the tool: File, Edit, Admin, Options, and Help. There is also a reference * to the CalendarDB class that houses the tool's major data bases. *

* Otherwise, CalendarToolAdministration is comparable in function and purpose * to the regular-user CalendarTool * top-level class. See its documentation for further information. *

* @author Gene Fisher (gfisher@calpoly.edu) * @version 13apr15 * */ public class CalendarToolAdministration extends Model { }