|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QuestionResultPK | |
|---|---|
| com.stratelia.webactiv.util.questionResult.model | |
| Uses of QuestionResultPK in com.stratelia.webactiv.util.questionResult.model |
|---|
| Methods in com.stratelia.webactiv.util.questionResult.model that return QuestionResultPK | |
|---|---|
QuestionResultPK |
QuestionResult.getQuestionResultPK()
|
| Methods in com.stratelia.webactiv.util.questionResult.model with parameters of type QuestionResultPK | |
|---|---|
void |
QuestionResult.setQuestionResultPK(QuestionResultPK pk)
|
| Constructors in com.stratelia.webactiv.util.questionResult.model with parameters of type QuestionResultPK | |
|---|---|
QuestionResult(QuestionResultPK pk,
ForeignPK questionPK,
AnswerPK answerPK,
String userId,
String openedAnswer)
Smallest QuestionResult Constructor |
|
QuestionResult(QuestionResultPK pk,
ForeignPK questionPK,
AnswerPK answerPK,
String userId,
String openedAnswer,
int nbPoints,
String voteDate,
int elapsedTime,
int participationId)
|
|
QuestionResult(QuestionResultPK pk,
ForeignPK questionPK,
AnswerPK answerPK,
String userId,
String openedAnswer,
String voteDate)
|
|
QuestionResult(QuestionResultPK pk,
ForeignPK questionPK,
AnswerPK answerPK,
String userId,
String openedAnswer,
String voteDate,
int elapsedTime,
int participationId)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||