public interface SiteSetupQuestionAnswer extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getAnswer()
get the answer content
|
String |
getAnswerString()
if the answer is fill-in-blank, get the input value
|
String |
getId()
get the associated question id
|
boolean |
getIsFillInBlank()
whether the answer is fill-in-blank
|
Integer |
getOrderNum()
get the order number
|
SiteSetupQuestion |
getQuestion()
get the associated question
|
void |
setAnswer(String answer)
set the answer content
|
void |
setAnswerString(String AnswerString)
if the answer is fill-in-blank, set the input value
|
void |
setId(String id)
set the associated question id
|
void |
setIsFillInBlank(boolean isFillInBlank)
set the fill-in-blank type
|
void |
setOrderNum(Integer orderNum)
set the order number
|
void |
setQuestion(SiteSetupQuestion question)
set the question
|
String getId()
void setId(String id)
id - boolean getIsFillInBlank()
void setIsFillInBlank(boolean isFillInBlank)
isFillInBlank - String getAnswer()
void setAnswer(String answer)
answer - String getAnswerString()
void setAnswerString(String AnswerString)
fillInBlankString - SiteSetupQuestion getQuestion()
void setQuestion(SiteSetupQuestion question)
Integer getOrderNum()
void setOrderNum(Integer orderNum)
orderNum - Copyright © 2003–2018 The Sakai Foundation. All rights reserved.