|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sakaiproject.assignment.tool.AssignmentAction.UploadGradeWrapper
public class AssignmentAction.UploadGradeWrapper
the UploadGradeWrapper class to be used for the "upload all" feature
| Constructor Summary | |
|---|---|
AssignmentAction.UploadGradeWrapper(String grade,
String text,
String comment,
List submissionAttachments,
List feedbackAttachments,
String timeStamp,
String feedbackText)
|
|
| Method Summary | |
|---|---|
String |
getComment()
Returns the comment string |
List |
getFeedbackAttachments()
Returns the feedback attachment list |
String |
getFeedbackText()
feedback text/incline comment |
String |
getGrade()
Returns grade string |
List |
getSubmissionAttachments()
Returns the submission attachment list |
String |
getSubmissionTimeStamp()
submission timestamp |
String |
getText()
Returns the text |
void |
setComment(String comment)
set the comment string |
void |
setFeedbackAttachments(List attachments)
set the attachment list |
void |
setFeedbackText(String feedbackText)
set the feedback text |
void |
setGrade(String grade)
set the grade string |
void |
setSubmissionAttachments(List attachments)
set the submission attachment list |
void |
setSubmissionTimestamp(String timeStamp)
set the submission timestamp |
void |
setText(String text)
set the text |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssignmentAction.UploadGradeWrapper(String grade,
String text,
String comment,
List submissionAttachments,
List feedbackAttachments,
String timeStamp,
String feedbackText)
| Method Detail |
|---|
public String getGrade()
public String getText()
public String getComment()
public List getSubmissionAttachments()
public List getFeedbackAttachments()
public String getSubmissionTimeStamp()
public String getFeedbackText()
public void setGrade(String grade)
public void setText(String text)
public void setComment(String comment)
public void setSubmissionAttachments(List attachments)
public void setFeedbackAttachments(List attachments)
public void setSubmissionTimestamp(String timeStamp)
public void setFeedbackText(String feedbackText)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||