org.rr0.im.business.investigation
Class ChoiceQuestionImpl

org.rr0.im.business.event.TimeableImpl
  |
  +--org.rr0.im.business.event.EventImpl
        |
        +--org.rr0.im.business.event.RelationshipImpl
              |
              +--org.rr0.im.business.investigation.QuestionImpl
                    |
                    +--org.rr0.im.business.investigation.ChoiceQuestionImpl

public class ChoiceQuestionImpl
extends QuestionImpl
implements ChoiceQuestion

Author:
J?r?me Beau
Version: 9 août 2003 11:53:53

Field Summary
 private String[]choices
           

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

Constructor Summary
ChoiceQuestionImpl(String someTitle, String[] choices)
           

Method Summary
 String[]getChoices()
           

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

Field Detail

choices

private String[] choices
Constructor Detail

ChoiceQuestionImpl

public ChoiceQuestionImpl(String someTitle, String[] choices)
Method Detail

getChoices

public String[] getChoices()

Association Links

to Class java.lang.String