grader.item
Class Item

java.lang.Object
  extended by grader.item.Item

public class Item
extends java.lang.Object

An Item is used by an instructor to determine grades for students. An Item is basically a graded item which can contain sub-items which are also Items.


Field Summary
protected  java.util.Collection<Item> children
           
protected  boolean collapsed
           
protected  DueDate dueDate
           
protected  LatePolicy latePolicy
           
protected  LatePolicyOptions latePolicyOptions
           
protected  java.lang.String name
           
protected  Item parentitem
           
protected  ParentWeightAndRawScore parentWeightAndRawScore
           
protected  WeightAndRawScore weightandrawscore
           
 
Constructor Summary
Item()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

children

protected java.util.Collection<Item> children

parentitem

protected Item parentitem

name

protected java.lang.String name

weightandrawscore

protected WeightAndRawScore weightandrawscore

parentWeightAndRawScore

protected ParentWeightAndRawScore parentWeightAndRawScore

latePolicy

protected LatePolicy latePolicy

dueDate

protected DueDate dueDate

latePolicyOptions

protected LatePolicyOptions latePolicyOptions

collapsed

protected boolean collapsed
Constructor Detail

Item

public Item()
Default Constructor