org.sakaiproject.service.gradebook.shared
Class CommentDefinition
java.lang.Object
org.sakaiproject.service.gradebook.shared.CommentDefinition
public class CommentDefinition
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommentDefinition
public CommentDefinition()
getAssignmentName
public String getAssignmentName()
setAssignmentName
public void setAssignmentName(String assignmentName)
getCommentText
public String getCommentText()
setCommentText
public void setCommentText(String commentText)
getDateRecorded
public Date getDateRecorded()
setDateRecorded
public void setDateRecorded(Date dateRecorded)
getGraderUid
public String getGraderUid()
setGraderUid
public void setGraderUid(String graderUid)
getStudentUid
public String getStudentUid()
setStudentUid
public void setStudentUid(String studentUid)
Copyright © 2003-2013 Sakai Project. All Rights Reserved.