|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.example.model.Student
public class Student
| Constructor Summary | |
|---|---|
Student()
|
|
| Method Summary | |
|---|---|
int |
getFreeHour(int day,
int hour)
Purpose: Check to see if this particular Day and Hour are set as "free" (meaning "1") |
int |
setHourAsFree(int day,
int hour)
Purpose: Set this particular Day and Hour as "free" (1) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Student()
| Method Detail |
|---|
public int getFreeHour(int day,
int hour)
public int setHourAsFree(int day,
int hour)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||