grader.item
Class ParentWeightAndRawScore

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

public class ParentWeightAndRawScore
extends java.lang.Object

This displays information about the parent weight and raw score of the item.


Field Summary
protected  int parentRawScore
           
protected  int parentWeight
           
 
Constructor Summary
ParentWeightAndRawScore()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parentWeight

protected int parentWeight

parentRawScore

protected int parentRawScore
Constructor Detail

ParentWeightAndRawScore

public ParentWeightAndRawScore()
Default Constructor