Package sk.iway.iwcm.components.quiz.jpa
Class QuizStatDTO
java.lang.Object
sk.iway.iwcm.components.quiz.jpa.QuizStatDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAverageGainedPoints(Float averageGainedPoints) voidsetChartValue(Integer chartValue) voidsetDayDate(Date dayDate) voidsetImageUrl(String imageUrl) voidsetNumberOfRightAnswers(Integer numberOfRightAnswers) voidsetNumberOfWrongAnswers(Integer numberOfWrongAnswers) voidsetPercentageOfRightAnswers(Float percentageOfRightAnswers) voidsetQuestion(String question) voidsetQuestionMaxPoints(Integer questionMaxPoints)
-
Constructor Details
-
QuizStatDTO
public QuizStatDTO()
-
-
Method Details
-
getQuestion
-
getImageUrl
-
getNumberOfRightAnswers
-
getNumberOfWrongAnswers
-
getPercentageOfRightAnswers
-
getAverageGainedPoints
-
getQuestionMaxPoints
-
getDayDate
-
getChartValue
-
setQuestion
-
setImageUrl
-
setNumberOfRightAnswers
-
setNumberOfWrongAnswers
-
setPercentageOfRightAnswers
-
setAverageGainedPoints
-
setQuestionMaxPoints
-
setDayDate
-
setChartValue
-