com.ge.research.cmdemo.data
Class GradeInfo

java.lang.Object
  extended bycom.ge.research.cmdemo.data.GradeInfo

public class GradeInfo
extends java.lang.Object


Constructor Summary
GradeInfo()
           
 
Method Summary
 void addGrade(java.lang.String gradeType, java.lang.String seqNo, java.lang.String value)
          Adds a grade to a garde map with grade type and sequence number as a key
 java.util.Collection getContents()
           
 java.lang.String getCourseId()
           
 java.util.Collection getHeader()
           
 void setCourseId(java.lang.String courseId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GradeInfo

public GradeInfo()
Method Detail

addGrade

public void addGrade(java.lang.String gradeType,
                     java.lang.String seqNo,
                     java.lang.String value)
Adds a grade to a garde map with grade type and sequence number as a key

Parameters:
gradeType - Grade type used as part of the key
seqNo - Sequence number used as part of the key
value - Value to add to a map

getHeader

public java.util.Collection getHeader()

getContents

public java.util.Collection getContents()

getCourseId

public java.lang.String getCourseId()

setCourseId

public void setCourseId(java.lang.String courseId)