|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectregistrationsystem.model.EnrolledIn
public class EnrolledIn
Representation for information about enrollment of a student in a course
| Constructor Summary | |
|---|---|
EnrolledIn(Course course,
Student student)
Constructor |
|
| Method Summary | |
|---|---|
Course |
getCourse()
Accessor for the course |
java.lang.String |
getGrade()
Accessor for the grade |
Student |
getStudent()
Accessor for tje student |
void |
setGrade(java.lang.String grade)
Mutator for the grade |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EnrolledIn(Course course,
Student student)
student - the student this enrollment representscourse - the course the student is enrolled in| Method Detail |
|---|
public Course getCourse()
public Student getStudent()
public java.lang.String getGrade()
public void setGrade(java.lang.String grade)
grade - new grade
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||