Uses of Interface
org.openfjord.business.domain.Question

Packages that use Question
org.openfjord.business   
org.openfjord.business.domain   
org.openfjord.business.entities   
org.openfjord.business.entities.valueobjects   
 

Uses of Question in org.openfjord.business
 

Methods in org.openfjord.business that return Question
static Question DomainFactory.createQuestion()
           
 

Uses of Question in org.openfjord.business.domain
 

Subinterfaces of Question in org.openfjord.business.domain
 interface CardinalQuestion
          The business objects interface for a cardinal-question item Title: openFJORD Description: open Flexible Java Online Research Designer Copyright: Copyright (c) 2003 Company: University of Muenster
 interface NominalQuestion
          The interface for an nominal-question item Title: openFJORD Description: open Flexible Java Online Research Designer Copyright: Copyright (c) 2003 Company: University of Muenster
 interface NonCardinalQuestion
          The interface for a non-cardinal question item Title: openFJORD Description: open Flexible Java Online Research Designer Copyright: Copyright (c) 2003 Company: University of Muenster
 interface OrdinalQuestion
          The interface for an ordinal-question item Title: openFJORD Description: open Flexible Java Online Research Designer Copyright: Copyright (c) 2003 Company: University of Muenster
 interface ScaledQuestion
          The interface for a scaled-question item Title: openFJORD Description: open Flexible Java Online Research Designer Copyright: Copyright (c) 2003 Company: University of Muenster
 

Uses of Question in org.openfjord.business.entities
 

Methods in org.openfjord.business.entities that return Question
 Question QuestionLocal.getData()
           
 Question QuestionBean.getData()
           
 

Methods in org.openfjord.business.entities with parameters of type Question
 void QuestionLocal.setData(Question Data)
           
 void QuestionBean.setData(Question Data)
           
 

Uses of Question in org.openfjord.business.entities.valueobjects
 

Classes in org.openfjord.business.entities.valueobjects that implement Question
 class CardinalQuestionVO
          Title: openFJORD Description: open Flexible Java Online Research Designer Copyright: Copyright (c) by Michael Lange 2003 Company: University of Muenster
 class NominalQuestionVO
          Title: openFJORD Description: open Flexible Java Online Research Designer Copyright: Copyright (c) by Michael Lange 2003 Company: University of Muenster
 class NonCardinalQuestionVO
          Title: openFJORD Description: open Flexible Java Online Research Designer Copyright: Copyright (c) by Michael Lange 2003 Company: University of Muenster
 class OrdinalQuestionVO
          Title: openFJORD Description: open Flexible Java Online Research Designer Copyright: Copyright (c) by Michael Lange 2003 Company: University of Muenster
 class QuestionVO
          Title: openFJORD Description: open flexible online research designer
 class ScaledQuestionVO
          Title: openFJORD Description: open Flexible Java Online Research Designer Copyright: Copyright (c) by Michael Lange 2003 Company: University of Muenster
 



openFJORD Copyright © 2003 University of Muenster.