grader.item
Class LatePolicy

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

public class LatePolicy
extends java.lang.Object

This displays whether there is a late policy in effect or not.


Field Summary
protected  boolean allowLatePolicy
           
protected  boolean overrideParent
           
 
Constructor Summary
LatePolicy()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allowLatePolicy

protected boolean allowLatePolicy

overrideParent

protected boolean overrideParent
Constructor Detail

LatePolicy

public LatePolicy()
Default Constructor