org.rr0.im.business.investigation
Class InterviewImpl

Direct Known Subclasses:
FaceToFaceInterviewImpl, QuestionnaireImpl

public abstract class InterviewImpl
implements Interview

Interview Reference Implementation.

Author:
Jerome Beau
Version: 9 aout 2003

Field Summary
 private TimeLinequestions
           

Constructor Summary
InterviewImpl(String someTitle)
           

Method Summary
 InterviewSessioncreateSession(Locale locale)
           
 TimeLinegetQuestions()
          Return questions and associated answers
 StringgetTitle()
           

Field Detail

questions

private TimeLine questions
Constructor Detail

InterviewImpl

public InterviewImpl(String someTitle)
Method Detail

createSession

public InterviewSession createSession(Locale locale)

getQuestions

public TimeLine getQuestions()
Return questions and associated answers
Returns:

getTitle

public String getTitle()

Association Links

to Class org.rr0.im.business.event.TimeLine