Package sk.iway.iwcm.components.quiz.jpa
Class QuizResultEntity
java.lang.Object
sk.iway.iwcm.components.quiz.jpa.QuizResultEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getQuiz()
int
void
setDescription
(String description) void
void
setPosition
(Integer position) void
setQuiz
(QuizEntity quiz) void
void
setScoreFrom
(Integer scoreFrom) void
setScoreTo
(Integer scoreTo)
-
Constructor Details
-
QuizResultEntity
public QuizResultEntity()
-
-
Method Details
-
getSortOrder
public int getSortOrder() -
getId
-
getScoreFrom
-
getScoreTo
-
getDescription
-
getQuizId
-
getQuiz
-
getPosition
-
setId
-
setScoreFrom
-
setScoreTo
-
setDescription
-
setQuizId
-
setQuiz
-
setPosition
-