|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectadmin.RoomDB
public abstract class RoomDB
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 |
|---|
java.util.Collection<Room> roomDB
| Constructor Detail |
|---|
public RoomDB()
| Method Detail |
|---|
public abstract void add()
public abstract void edit(int index)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||