Package one.suhas.rmc.entity
Class TextReviewSubmission
java.lang.Object
one.suhas.rmc.entity.ReviewSubmission
one.suhas.rmc.entity.TextReviewSubmission
A class to contain the form data for when a user submits a text review. Since HTML forms cannot contain java objects,
 this is used as an intermediary between the HTML form and the TextReview entity object.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionTextReviewSubmission(String text) TextReviewSubmission(StarValue hard, StarValue interesting, StarValue homework, StarValue exams, long rmcClassId, String text)  - 
Method Summary
Methods inherited from class one.suhas.rmc.entity.ReviewSubmission
getExams, getHard, getHomework, getInteresting, getRmcClassId, setExams, setHard, setHomework, setInteresting, setRmcClassId, toString 
- 
Constructor Details
- 
TextReviewSubmission
 - 
TextReviewSubmission
 - 
TextReviewSubmission
public TextReviewSubmission() 
 - 
 - 
Method Details
- 
getText
 - 
setText
 
 -