caltool.admin
Class UserDB

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

public class UserDB
extends mvp.Model

Class UserDB is the repository of registered user information. It is a collection of UserRecords.

See Also:
Serialized Form

Field Summary
protected  java.util.Collection data
          The collection data representation is abstract for now
 
Fields inherited from class mvp.Model
view
 
Constructor Summary
UserDB()
           
 
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
 

Field Detail

data

protected java.util.Collection data
The collection data representation is abstract for now

Constructor Detail

UserDB

public UserDB()