|
|||||||||||
| 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
|
+--org.openfjord.business.entities.valueobjects.ScaledQuestionVO
|
+--org.openfjord.business.entities.valueobjects.CardinalQuestionVO
Title: openFJORD
Description: open Flexible Java Online Research Designer
Copyright: Copyright (c) by Michael Lange 2003
Company: University of Muenster
| Constructor Summary | |
CardinalQuestionVO()
|
|
CardinalQuestionVO(java.lang.String id)
|
|
| Method Summary | |
java.lang.Number |
getMaxValue()
Gets the upper limit of the co-domain |
java.lang.String |
getMeasurement()
Gets the measurement |
java.lang.Number |
getMinValue()
Gets the lower limit of the co-domain |
void |
setMaxValue(java.lang.Number max)
Sets the upper limit of the co-domain |
void |
setMeasurement(java.lang.String measurement)
Sets the mearurement |
void |
setMinValue(java.lang.Number min)
Sets the Min Value |
| Methods inherited from class org.openfjord.business.entities.valueobjects.QuestionVO |
getAnswer, getAnswers |
| 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.Question |
getAnswer, getAnswers |
| 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 CardinalQuestionVO()
public CardinalQuestionVO(java.lang.String id)
| Method Detail |
public void setMinValue(java.lang.Number min)
setMinValue in interface CardinalQuestionmin - the Minimumpublic java.lang.Number getMinValue()
getMinValue in interface CardinalQuestionpublic void setMaxValue(java.lang.Number max)
setMaxValue in interface CardinalQuestionmax - the upper limit of the co-domainpublic java.lang.Number getMaxValue()
getMaxValue in interface CardinalQuestionpublic void setMeasurement(java.lang.String measurement)
setMeasurement in interface CardinalQuestionmeasurement - the measuremantpublic java.lang.String getMeasurement()
getMeasurement in interface CardinalQuestion
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||