caltool.admin
Class Admin

java.lang.Object
  extended by java.util.Observable
      extended by mvp.Model
          extended by caltool.admin.Admin
All Implemented Interfaces:
java.io.Serializable

public class Admin
extends mvp.Model

Class Admin is the top-level model class in the admin package. It defines the objects and operations related to maintaining the user, group, room, and global options databases of the Calendar Tool.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class mvp.Model
view
 
Constructor Summary
Admin(mvp.View view)
           
 
Method Summary
 
Methods inherited from class mvp.Model
dump, exit, getView, setView
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Admin

public Admin(mvp.View view)