grader.item
Class LatePolicyOptions

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

public class LatePolicyOptions
extends java.lang.Object

This displays additional options for the late policy.


Field Summary
protected  boolean allowGraceDay
           
protected  boolean allowItemLate
           
protected  boolean dailyDecay
           
protected  int deductionEachUnitLate
           
protected  int maxNumberOfUnit
           
 
Constructor Summary
LatePolicyOptions()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allowItemLate

protected boolean allowItemLate

allowGraceDay

protected boolean allowGraceDay

dailyDecay

protected boolean dailyDecay

maxNumberOfUnit

protected int maxNumberOfUnit

deductionEachUnitLate

protected int deductionEachUnitLate
Constructor Detail

LatePolicyOptions

public LatePolicyOptions()
Default Constructor