Grades
Class Cutoffs

java.lang.Object
  extended by Grades.Cutoffs

public class Cutoffs
extends java.lang.Object

Cutoffs represents the cutoffs for the grades of a class


Field Summary
(package private)  java.util.Collection<java.lang.Double> cutoffs
          The collection that contains the values for the cutoffs for the grades of a class
 
Constructor Summary
Cutoffs()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cutoffs

java.util.Collection<java.lang.Double> cutoffs
The collection that contains the values for the cutoffs for the grades of a class

Constructor Detail

Cutoffs

public Cutoffs()