org.rr0.im.business.investigation
Interface Interview

All Known Subinterfaces:
FaceToFaceInterview, Questionnaire, TelephoneInterview
All Known Implementing Classes:
InterviewImpl

public interface Interview

Interview Event.


Author:
Jérôme Beau
Version: 15 juin 2003 18:01:16

Method Summary
 InterviewSessioncreateSession(Locale locale)
          Creates a new session of this interview.
 TimeLinegetQuestions()
          Return questions and associated answers
 StringgetTitle()
           

Method Detail

createSession

public InterviewSession createSession(Locale locale)
Creates a new session of this interview.
Parameters:
locale The locale the session must use
Returns: The created session

getQuestions

public TimeLine getQuestions()
Return questions and associated answers
Returns:
associates <{org.rr0.im.business.investigation.Question}>
supplierQualifier questions
supplierCardinality 1..*

getTitle

public String getTitle()

Association Links

to Class org.rr0.im.business.investigation.Question

Return questions and associated answers

Supplier Cardinality 1..*
Supplier Qualifier questions
associates <{org.rr0.im.business.investigation.Question}>
return

Dependency Links

to Class org.rr0.im.business.investigation.InterviewSession

Stereotype instantiate
link dependency