|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectStudent
public class Student
A student who is a test subject for the psychology experiment scheduler.
| Constructor Summary | |
|---|---|
Student(String theName,
int theID)
Construct object of class Student. |
|
| Method Summary | |
|---|---|
boolean |
equals(Student student)
Determines if two Student objects are equivalent, that is, they have the same student name and ID values. |
int |
getID()
Retrieves the ID of the student |
String |
getName()
Retrieves the name of the student |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Student(String theName,
int theID)
theName - this student's nametheID - this student's ID numbers| Method Detail |
|---|
public String getName()
public int getID()
public boolean equals(Student student)
student - the student to compare this object to
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||