Uses of Class
com.stratelia.webactiv.util.questionResult.model.QuestionResultPK

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)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.