grader.item
Class Item
java.lang.Object
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.
|
Constructor Summary |
Item()
Default Constructor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Item
public Item()
- Default Constructor