@Entity public class SurveyAnswer extends BaseEntity
| Constructor and Description |
|---|
SurveyAnswer() |
| Modifier and Type | Method and Description |
|---|---|
static SurveyAnswer |
createEmptyAssertionAnswer(SurveyAssertion assertion,
SurveyResult surveyResult) |
static SurveyAnswer |
createEmptyQuestionAnswer(SurveyQuestion question,
SurveyResult surveyResult) |
String |
getComment() |
SurveyAssertion |
getSurveyAssertion() |
SurveyQuestion |
getSurveyQuestion() |
SurveyResult |
getSurveyResult() |
boolean |
isAnswer() |
void |
setAnswer(boolean answer) |
void |
setComment(String comment) |
void |
setSurveyAssertion(SurveyAssertion surveyAssertion) |
void |
setSurveyQuestion(SurveyQuestion surveyQuestion) |
void |
setSurveyResult(SurveyResult surveyResult) |
getId, isNew, setIdpublic SurveyQuestion getSurveyQuestion()
public void setSurveyQuestion(SurveyQuestion surveyQuestion)
public SurveyAssertion getSurveyAssertion()
public void setSurveyAssertion(SurveyAssertion surveyAssertion)
public SurveyResult getSurveyResult()
public void setSurveyResult(SurveyResult surveyResult)
public boolean isAnswer()
public void setAnswer(boolean answer)
public String getComment()
public void setComment(String comment)
public static SurveyAnswer createEmptyQuestionAnswer(SurveyQuestion question, SurveyResult surveyResult)
public static SurveyAnswer createEmptyAssertionAnswer(SurveyAssertion assertion, SurveyResult surveyResult)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.