Class CommentDefinition
- java.lang.Object
-
- org.sakaiproject.service.gradebook.shared.CommentDefinition
-
public class CommentDefinition extends Object
-
-
Constructor Summary
Constructors Constructor Description CommentDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAssignmentName()StringgetCommentText()DategetDateRecorded()StringgetGraderUid()StringgetStudentUid()voidsetAssignmentName(String assignmentName)voidsetCommentText(String commentText)voidsetDateRecorded(Date dateRecorded)voidsetGraderUid(String graderUid)voidsetStudentUid(String studentUid)
-
-
-
Method Detail
-
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)
-
-