@Embeddable public class JpaSurveyQuestionPK extends Object implements Serializable
| Constructor and Description |
|---|
JpaSurveyQuestionPK() |
JpaSurveyQuestionPK(JpaQuestion jpaQuestion,
JpaSurvey jpaSurvey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
JpaQuestion |
getJpaQuestion() |
JpaSurvey |
getJpaSurvey() |
long |
getQuestionId() |
long |
getSurveyId() |
int |
hashCode() |
void |
setJpaQuestion(JpaQuestion jpaQuestion) |
void |
setJpaSurvey(JpaSurvey jpaSurvey) |
public JpaSurveyQuestionPK()
public JpaSurveyQuestionPK(JpaQuestion jpaQuestion, JpaSurvey jpaSurvey)
public long getQuestionId()
public long getSurveyId()
public JpaSurvey getJpaSurvey()
public void setJpaSurvey(JpaSurvey jpaSurvey)
public JpaQuestion getJpaQuestion()
public void setJpaQuestion(JpaQuestion jpaQuestion)
Copyright © 2016 Jasig. All rights reserved.