org.sakaiproject.assignment.tool
Class AssignmentAction.UploadGradeWrapper

java.lang.Object
  extended by org.sakaiproject.assignment.tool.AssignmentAction.UploadGradeWrapper
Enclosing class:
AssignmentAction

public class AssignmentAction.UploadGradeWrapper
extends Object

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

AssignmentAction.UploadGradeWrapper

public AssignmentAction.UploadGradeWrapper(String grade,
                                           String text,
                                           String comment,
                                           List submissionAttachments,
                                           List feedbackAttachments,
                                           String timeStamp,
                                           String feedbackText)
Method Detail

getGrade

public String getGrade()
Returns grade string


getText

public String getText()
Returns the text


getComment

public String getComment()
Returns the comment string


getSubmissionAttachments

public List getSubmissionAttachments()
Returns the submission attachment list


getFeedbackAttachments

public List getFeedbackAttachments()
Returns the feedback attachment list


getSubmissionTimeStamp

public String getSubmissionTimeStamp()
submission timestamp

Returns:

getFeedbackText

public String getFeedbackText()
feedback text/incline comment

Returns:

setGrade

public void setGrade(String grade)
set the grade string


setText

public void setText(String text)
set the text


setComment

public void setComment(String comment)
set the comment string


setSubmissionAttachments

public void setSubmissionAttachments(List attachments)
set the submission attachment list


setFeedbackAttachments

public void setFeedbackAttachments(List attachments)
set the attachment list


setSubmissionTimestamp

public void setSubmissionTimestamp(String timeStamp)
set the submission timestamp


setFeedbackText

public void setFeedbackText(String feedbackText)
set the feedback text



Copyright © 2003-2010 The Sakai Foundation. All Rights Reserved.