|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectGrades.Grade
public class Grade
Grade represents a grade for an Assignment
| Field Summary | |
|---|---|
long |
grade
The value of the grade |
long |
maxPoints
The max points of an assignment |
long |
weight
The weight the grade holds compared to the total points |
| Constructor Summary | |
|---|---|
Grade()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long maxPoints
public long grade
public long weight
| Constructor Detail |
|---|
public Grade()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||