-
public final class QuestionContainer.Question extends QuestionContainer
-
-
Constructor Summary
Constructors Constructor Description QuestionContainer.Question(HmsPoll poll, HMSPollQuestion question, String textAnswers, Boolean voted)
-
Method Summary
Modifier and Type Method Description final HmsPollgetPoll()final HMSPollQuestiongetQuestion()final StringgetTextAnswers()final UnitsetTextAnswers(String textAnswers)final BooleangetVoted()final UnitsetVoted(Boolean voted)BooleanisQuestion()IntegerviewType()-
-
Method Detail
-
getPoll
final HmsPoll getPoll()
-
getQuestion
final HMSPollQuestion getQuestion()
-
getTextAnswers
final String getTextAnswers()
-
setTextAnswers
final Unit setTextAnswers(String textAnswers)
-
isQuestion
Boolean isQuestion()
-
-
-
-