admin
Class RoomDB

java.lang.Object
  extended by admin.RoomDB

public abstract class RoomDB
extends java.lang.Object

A roomDB object is generated by the roomDB generator and contains records relating to all the courses.


Field Summary
(package private)  java.util.Collection<Room> roomDB
           
 
Constructor Summary
RoomDB()
           
 
Method Summary
abstract  void add()
          add function will let you add an entry to the room database
abstract  void edit(int index)
          edit function will let you go in edit an entry in the room database
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

roomDB

java.util.Collection<Room> roomDB
Constructor Detail

RoomDB

public RoomDB()
Method Detail

add

public abstract void add()
add function will let you add an entry to the room database


edit

public abstract void edit(int index)
edit function will let you go in edit an entry in the room database