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()intvoidsetDescription(String description) voidvoidsetPosition(Integer position) voidsetQuiz(QuizEntity quiz) voidvoidsetScoreFrom(Integer scoreFrom) voidsetScoreTo(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
-