public class GridQuestionModel extends Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
GridQuestionModel()
Instantiates a new grid question model.
|
GridQuestionModel(Integer idSurvey,
int numberQuestion,
String questionType,
String gridlabel,
String roworcolumnlabel,
String field1,
String field2)
Instantiates a new grid question model.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getField1()
Gets the field 1.
|
String |
getField2()
Gets the field 2.
|
String |
getGridlabel()
Gets the gridlabel.
|
Integer |
getIdSurvey()
Gets the id survey.
|
int |
getNumberQuestion()
Gets the number question.
|
String |
getQuestionType()
Gets the question type.
|
String |
getRoworcolumnlabel()
Gets the roworcolumnlabel.
|
void |
setField1(String field1)
Sets the field 1.
|
void |
setField2(String field2)
Sets the field 2.
|
void |
setGridlabel(String gridlabel)
Sets the gridlabel.
|
void |
setIdSurvey(Integer idSurvey)
Sets the id survey.
|
void |
setNumberQuestion(int numberQuestion)
Sets the number question.
|
void |
setQuestionType(String questionType)
Sets the question type.
|
void |
setRoworcolumnlabel(String roworcolumnlabel)
Sets the roworcolumnlabel.
|
public GridQuestionModel()
public GridQuestionModel(Integer idSurvey, int numberQuestion, String questionType, String gridlabel, String roworcolumnlabel, String field1, String field2)
idSurvey - the id surveynumberQuestion - the number questionquestionType - the question typegridlabel - the gridlabelroworcolumnlabel - the roworcolumnlabelfield1 - the field 1field2 - the field 2public Integer getIdSurvey()
public void setIdSurvey(Integer idSurvey)
idSurvey - the new id surveypublic int getNumberQuestion()
public void setNumberQuestion(int numberQuestion)
numberQuestion - the new number questionpublic String getQuestionType()
public void setQuestionType(String questionType)
questionType - the new question typepublic String getField1()
public void setField1(String field1)
field1 - the new field 1public String getField2()
public void setField2(String field2)
field2 - the new field 2public String getGridlabel()
public void setGridlabel(String gridlabel)
gridlabel - the new gridlabelpublic String getRoworcolumnlabel()
public void setRoworcolumnlabel(String roworcolumnlabel)
roworcolumnlabel - the new roworcolumnlabelCopyright © 2018. All Rights Reserved.