com.example.model
Class Student

java.lang.Object
  extended by com.example.model.Student

public class Student
extends java.lang.Object


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

Student

public Student()
Method Detail

getFreeHour

public int getFreeHour(int day,
                       int hour)
Purpose: Check to see if this particular Day and Hour are set as "free" (meaning "1")


setHourAsFree

public int setHourAsFree(int day,
                         int hour)
Purpose: Set this particular Day and Hour as "free" (1)