|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstudent.Course
abstract class Course
This class contains the necessary information for maintaining courses in the student interfaces.
Field Summary | |
---|---|
(package private) int |
number
|
(package private) Quarter |
quarter
|
(package private) java.lang.String |
title
|
Constructor Summary | |
---|---|
Course()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.String title
int number
Quarter quarter
Constructor Detail |
---|
Course()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |