|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.util.entity.AbstractBasicEntity
org.torweg.pulse.component.survey.model.AbstractTypedAnswer<java.lang.String>
org.torweg.pulse.component.survey.model.OpenQuestionAnswer
@Entity public class OpenQuestionAnswer
Is an answer to a AbstractQuestion that has only one value.
| Constructor Summary | |
|---|---|
protected |
OpenQuestionAnswer()
Default constructor. |
protected |
OpenQuestionAnswer(AbstractQuestion quest,
java.lang.String val)
Creates a new OpenQuestionAnswer with the given val
and the given AbstractQuestion. |
| Method Summary | |
|---|---|
java.lang.String |
getValue()
Returns the value of the OpenQuestionAnswer. |
| Methods inherited from class org.torweg.pulse.component.survey.model.AbstractTypedAnswer |
|---|
getQuestion, getQuestionId, getValidationError, isValid, setQuestionId, setValid, setValidationError |
| Methods inherited from class org.torweg.pulse.util.entity.AbstractBasicEntity |
|---|
compareTo, equals, getFullQualifiedClassNameJAXB, getId, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected OpenQuestionAnswer()
protected OpenQuestionAnswer(AbstractQuestion quest,
java.lang.String val)
OpenQuestionAnswer with the given val
and the given AbstractQuestion.
quest - the AbstractQuestionval - the value| Method Detail |
|---|
public final java.lang.String getValue()
OpenQuestionAnswer.
getValue in class AbstractTypedAnswer<java.lang.String>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||