public class SurveyQuestionModel extends Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
SurveyQuestionModel()
Instantiates a new survey question model.
|
SurveyQuestionModel(Integer idsurvey,
int numberquestion,
String questiontype,
String question,
String answer1)
Instantiates a new survey question model.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAnswer1()
Gets the answer 1.
|
String |
getAnswer10()
Gets the answer 10.
|
String |
getAnswer2()
Gets the answer 2.
|
String |
getAnswer3()
Gets the answer 3.
|
String |
getAnswer4()
Gets the answer 4.
|
String |
getAnswer5()
Gets the answer 5.
|
String |
getAnswer6()
Gets the answer 6.
|
String |
getAnswer7()
Gets the answer 7.
|
String |
getAnswer8()
Gets the answer 8.
|
String |
getAnswer9()
Gets the answer 9.
|
List<String> |
getColumnGridList()
Gets the column grid list.
|
Date |
getDateAnswer()
Gets the date answer.
|
Long |
getFolderIdImage()
Gets the folder id image.
|
Integer |
getIdsurvey()
Gets the idsurvey.
|
String |
getImageFileName()
Gets the image file name.
|
Boolean |
getIsmandatory()
Gets the ismandatory.
|
List<String> |
getMultipleChoiceList()
Gets the multiple choice list.
|
int |
getNumberquestion()
Gets the numberquestion.
|
String |
getQuestion()
Gets the question.
|
String |
getQuestiontype()
Gets the questiontype.
|
List<String> |
getRowGridList()
Gets the row grid list.
|
String |
getSectionDescription()
Gets the section description.
|
String |
getSectionTitle()
Gets the section title.
|
void |
setAnswer1(String answer1)
Sets the answer 1.
|
void |
setAnswer10(String answer10)
Sets the answer 10.
|
void |
setAnswer2(String answer2)
Sets the answer 2.
|
void |
setAnswer3(String answer3)
Sets the answer 3.
|
void |
setAnswer4(String answer4)
Sets the answer 4.
|
void |
setAnswer5(String answer5)
Sets the answer 5.
|
void |
setAnswer6(String answer6)
Sets the answer 6.
|
void |
setAnswer7(String answer7)
Sets the answer 7.
|
void |
setAnswer8(String answer8)
Sets the answer 8.
|
void |
setAnswer9(String answer9)
Sets the answer 9.
|
void |
setColumnGridList(List<String> columnGridList)
Sets the column grid list.
|
void |
setDateAnswer(Date dateAnswer)
Sets the date answer.
|
void |
setFolderIdImage(Long folderIdImage)
Sets the folder id image.
|
void |
setIdsurvey(Integer idsurvey)
Sets the idsurvey.
|
void |
setImageFileName(String imageFileName)
Sets the image file name.
|
void |
setIsmandatory(Boolean ismandatory)
Sets the ismandatory.
|
void |
setMultipleChoiceList(List<String> multipleChoiceList)
Sets the multiple choice list.
|
void |
setNumberquestion(int numberquestion)
Sets the numberquestion.
|
void |
setQuestion(String question)
Sets the question.
|
void |
setQuestiontype(String questiontype)
Sets the questiontype.
|
void |
setRowGridList(List<String> rowGridList)
Sets the row grid list.
|
void |
setSectionDescription(String sectionDescription)
Sets the section description.
|
void |
setSectionTitle(String sectionTitle)
Sets the section title.
|
String |
toString() |
public SurveyQuestionModel()
public SurveyQuestionModel(Integer idsurvey, int numberquestion, String questiontype, String question, String answer1)
idsurvey - the idsurveynumberquestion - the numberquestionquestiontype - the questiontypequestion - the questionanswer1 - the answer 1public Integer getIdsurvey()
public void setIdsurvey(Integer idsurvey)
idsurvey - the new idsurveypublic int getNumberquestion()
public void setNumberquestion(int numberquestion)
numberquestion - the new numberquestionpublic Boolean getIsmandatory()
public void setIsmandatory(Boolean ismandatory)
ismandatory - the new ismandatorypublic String getQuestiontype()
public void setQuestiontype(String questiontype)
questiontype - the new questiontypepublic String getQuestion()
public void setQuestion(String question)
question - the new questionpublic String getAnswer1()
public void setAnswer1(String answer1)
answer1 - the new answer 1public String getAnswer2()
public void setAnswer2(String answer2)
answer2 - the new answer 2public String getAnswer3()
public void setAnswer3(String answer3)
answer3 - the new answer 3public String getAnswer4()
public void setAnswer4(String answer4)
answer4 - the new answer 4public String getAnswer5()
public void setAnswer5(String answer5)
answer5 - the new answer 5public String getAnswer6()
public void setAnswer6(String answer6)
answer6 - the new answer 6public String getAnswer7()
public void setAnswer7(String answer7)
answer7 - the new answer 7public String getAnswer8()
public void setAnswer8(String answer8)
answer8 - the new answer 8public String getAnswer9()
public void setAnswer9(String answer9)
answer9 - the new answer 9public String getAnswer10()
public void setAnswer10(String answer10)
answer10 - the new answer 10public Date getDateAnswer()
public void setDateAnswer(Date dateAnswer)
dateAnswer - the new date answerpublic List<String> getMultipleChoiceList()
public void setMultipleChoiceList(List<String> multipleChoiceList)
multipleChoiceList - the new multiple choice listpublic String getImageFileName()
public void setImageFileName(String imageFileName)
imageFileName - the new image file namepublic Long getFolderIdImage()
public void setFolderIdImage(Long folderIdImage)
folderIdImage - the new folder id imagepublic String getSectionTitle()
public void setSectionTitle(String sectionTitle)
sectionTitle - the new section titlepublic String getSectionDescription()
public void setSectionDescription(String sectionDescription)
sectionDescription - the new section descriptionpublic List<String> getRowGridList()
public void setRowGridList(List<String> rowGridList)
rowGridList - the new row grid listpublic List<String> getColumnGridList()
public void setColumnGridList(List<String> columnGridList)
columnGridList - the new column grid listCopyright © 2018. All Rights Reserved.