com.ge.research.cmdemo.data
Class GradeInfo
java.lang.Object
com.ge.research.cmdemo.data.GradeInfo
- public class GradeInfo
- extends java.lang.Object
|
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 |
GradeInfo
public GradeInfo()
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 keyseqNo - Sequence number used as part of the keyvalue - 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)