@Deprecated public class QuestionBase extends Object implements Question
| Constructor and Description |
|---|
QuestionBase(String question,
ArrayList buttons)
Deprecated.
default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getButtonIndex(String btnText)
Deprecated.
returns the index associated with a specified button
|
ArrayList |
getButtons()
Deprecated.
|
String |
getQuestion()
Deprecated.
|
void |
setButtons(ArrayList buttons)
Deprecated.
|
void |
setQuestion(String question)
Deprecated.
|
public QuestionBase(String question, ArrayList buttons)
question - the question to assign to this question promptbuttons - the buttons associated with itpublic String getButtonIndex(String btnText)
getButtonIndex in interface QuestionbtnText - the text of the buttonpublic ArrayList getButtons()
getButtons in interface Questionpublic void setButtons(ArrayList buttons)
setButtons in interface Questionbuttons - The buttons to set.public String getQuestion()
getQuestion in interface Questionpublic void setQuestion(String question)
setQuestion in interface Questionquestion - The question to set.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.