|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--course.create.DataCourse
Class for storing information about the course and grade scales.
Field Summary | |
Course |
course
|
java.lang.String |
databaseName
|
Grade[] |
grade
|
int |
numberGradeSteps
|
Constructor Summary | |
DataCourse()
Method for creating a new instance of this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int numberGradeSteps
public Course course
public Grade[] grade
public java.lang.String databaseName
Constructor Detail |
public DataCourse()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |