org.rr0.im.business.investigation
Class QuestionImpl

org.rr0.im.business.event.TimeableImpl
  |
  +--org.rr0.im.business.event.EventImpl
        |
        +--org.rr0.im.business.event.RelationshipImpl
              |
              +--org.rr0.im.business.investigation.QuestionImpl
Direct Known Subclasses:
ChoiceQuestionImpl, FreeTextQuestionImpl

public class QuestionImpl
extends RelationshipImpl
implements Question

Author:
Jerome Beau
Version: 9 aout 2003

Fields inherited from class org.rr0.im.business.event.TimeableImpl
history

Constructor Summary
 protected QuestionImpl(String someTitle)
           

Methods inherited from class org.rr0.im.business.event.RelationshipImpl
getObject, getSubject, setObject, setSubject

Methods inherited from class org.rr0.im.business.event.EventImpl
getForcedCategory

Methods inherited from class org.rr0.im.business.event.TimeableImpl
compareTo, equals, getBegining, getDuration, getEnd, getHistory, getTitle, hashCode, setEndMoment, setTitle

Constructor Detail

QuestionImpl

protected QuestionImpl(String someTitle)