Package one.suhas.rmc.entity
Class ReviewSubmission
java.lang.Object
one.suhas.rmc.entity.ReviewSubmission
- Direct Known Subclasses:
TextReviewSubmission
A class to contain the form data for when a user submits a review. Since HTML forms cannot contain java objects,
this is used as an intermediary between the HTML form and the Review entity object.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReviewSubmission(StarValue hard, StarValue interesting, StarValue homework, StarValue exams, long rmcClassId) -
Method Summary
Modifier and TypeMethodDescriptiongetExams()getHard()longvoidvoidvoidsetHomework(StarValue homework) voidsetInteresting(StarValue interesting) voidsetRmcClassId(long rmcClassId) toString()
-
Constructor Details
-
ReviewSubmission
-
ReviewSubmission
public ReviewSubmission()
-
-
Method Details