|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openfjord.business.entities.valueobjects.SurveyElementVO | +--org.openfjord.business.entities.valueobjects.TextElementVO | +--org.openfjord.business.entities.valueobjects.QuestionVO
Title: openFJORD
Description: open flexible online research designer
Constructor Summary | |
QuestionVO()
|
|
QuestionVO(java.lang.String id)
|
Method Summary | |
Answer |
getAnswer(Participant participant)
Gets the answer given to the question by the specified participant |
java.util.Iterator |
getAnswers()
Gets all answers given to the question |
Methods inherited from class org.openfjord.business.entities.valueobjects.TextElementVO |
getText, setText |
Methods inherited from class org.openfjord.business.entities.valueobjects.SurveyElementVO |
getId, getName, getParent, setName, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.openfjord.business.domain.TextElement |
getText, setText |
Methods inherited from interface org.openfjord.business.domain.SurveyElement |
getId, getName, getParent, setName, setParent |
Constructor Detail |
public QuestionVO()
public QuestionVO(java.lang.String id)
Method Detail |
public Answer getAnswer(Participant participant)
Question
getAnswer
in interface Question
participant
- the participant
public java.util.Iterator getAnswers()
Question
getAnswers
in interface Question
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |