|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Grade
Grade Interface is the interface used to access grade objects in the application.
Method Summary | |
---|---|
char |
getCourseIGrade()
Get the grade for course I. |
char |
getCourseIIGrade()
Get the grade for course II. |
char |
getCourseIIIGrade()
Get the grade for course III. |
double |
getGPA()
Get the grade point average. |
boolean |
setCourseIGrade(char grade)
Set the grade for course I. |
boolean |
setCourseIIGrade(char grade)
Set the grade for course II. |
boolean |
setCourseIIIGrade(char grade)
Set the grade for course III. |
java.lang.String |
toString()
Get a String representation of all the grades. |
Method Detail |
---|
char getCourseIGrade()
boolean setCourseIGrade(char grade)
grade
- The grade for course I.
char getCourseIIGrade()
boolean setCourseIIGrade(char grade)
grade
- The grade for course II.
char getCourseIIIGrade()
boolean setCourseIIIGrade(char grade)
grade
- The grade for course III.
double getGPA()
java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |