org.openfjord.business.entities.valueobjects
Class OrdinalQuestionVO

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.NonCardinalQuestionVO
                                |
                                +--org.openfjord.business.entities.valueobjects.OrdinalQuestionVO
All Implemented Interfaces:
NonCardinalQuestion, OrdinalQuestion, Question, ScaledQuestion, java.io.Serializable, SurveyElement, TextElement

public class OrdinalQuestionVO
extends NonCardinalQuestionVO
implements OrdinalQuestion, java.io.Serializable

Title: openFJORD

Description: open Flexible Java Online Research Designer

Copyright: Copyright (c) by Michael Lange 2003

Company: University of Muenster

Version:
1.0
Author:
Michael Lange
See Also:
Serialized Form

Constructor Summary
OrdinalQuestionVO()
           
OrdinalQuestionVO(java.lang.String id)
           
 
Methods inherited from class org.openfjord.business.entities.valueobjects.NonCardinalQuestionVO
addChoice, getChoices, removeChoice, setChoiceElements
 
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.NonCardinalQuestion
addChoice, getChoices, removeChoice
 
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

OrdinalQuestionVO

public OrdinalQuestionVO(java.lang.String id)

OrdinalQuestionVO

public OrdinalQuestionVO()


openFJORD Copyright © 2003 University of Muenster.