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

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

Uses of Answer in org.openfjord.business.domain
 

Subinterfaces of Answer in org.openfjord.business.domain
 interface MultiAnswer
          The interface for a multi-answer item Title: openFJORD Description: open Flexible Java Online Research Designer Copyright: Copyright (c) 2003 Company: University of Muenster
 interface NumericAnswer
          The interface for a numeric answer item Title: openFJORD Description: open Flexible Java Online Research Designer Copyright: Copyright (c) 2003 Company: University of Muenster
 interface TextAnswer
          The interface for a text-answer item Title: openFJORD Description: open Flexible Java Online Research Designer Copyright: Copyright (c) 2003 Company: University of Muenster
 

Methods in org.openfjord.business.domain that return Answer
 Answer Question.getAnswer(Participant participant)
          Gets the answer given to the question by the specified participant
 

Uses of Answer in org.openfjord.business.entities
 

Methods in org.openfjord.business.entities that return Answer
 Answer AnswerLocal.getData()
           
 Answer AnswerBean.getData()
           
 

Methods in org.openfjord.business.entities with parameters of type Answer
 void AnswerLocal.setData(Answer answer)
           
 void AnswerBean.setData(Answer answer)
           
 

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

Methods in org.openfjord.business.entities.valueobjects that return Answer
 Answer QuestionVO.getAnswer(Participant participant)
           
 



openFJORD Copyright © 2003 University of Muenster.