|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cmu.survey.objects.QuestionObject cmu.survey.objects.TextAreaQuestionObject
public class TextAreaQuestionObject
Constructor Summary | |
---|---|
TextAreaQuestionObject()
|
Method Summary | |
---|---|
int |
getNumColumns()
|
int |
getNumRows()
|
void |
setNumColumns(int columns)
|
void |
setNumRows(int rows)
|
Methods inherited from class cmu.survey.objects.QuestionObject |
---|
getAnswer, getQuestionType, getTimeResponses, setAnswer, setQuestionType, setTimeResponses |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextAreaQuestionObject()
Method Detail |
---|
public int getNumColumns()
public void setNumColumns(int columns)
public int getNumRows()
public void setNumRows(int rows)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |