Modifier and Type | Field and Description |
---|---|
private Room |
Meeting.room |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<Room> |
Organization.rooms |
Modifier and Type | Method and Description |
---|---|
Room |
Meeting.getRoom() |
Room |
Organization.getRoom(java.lang.String ID)
Search for and retrieve a room.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Room> |
Organization.getRooms() |
Modifier and Type | Method and Description |
---|---|
void |
Meeting.setRoom(Room room) |
Constructor and Description |
---|
Meeting(int month,
int day,
int start,
int end,
java.util.ArrayList<Person> attendees,
Room room,
java.lang.String description)
More detailed constructor
|