Grades
Class Grade

java.lang.Object
  extended by Grades.Grade

public class Grade
extends java.lang.Object

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

maxPoints

public long maxPoints
The max points of an assignment


grade

public long grade
The value of the grade


weight

public long weight
The weight the grade holds compared to the total points

Constructor Detail

Grade

public Grade()