@Embeddable public class JpaQuestionAnswerPK extends Object implements Serializable
| Constructor and Description |
|---|
JpaQuestionAnswerPK() |
JpaQuestionAnswerPK(JpaAnswer answer,
JpaQuestion question) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
long |
getAnswerId() |
JpaAnswer |
getJpaAnswer() |
JpaQuestion |
getJpaQuestion() |
long |
getQuestionId() |
int |
hashCode() |
void |
setJpaAnswer(JpaAnswer jpaAnswer) |
void |
setJpaQuestion(JpaQuestion jpaQuestion) |
public JpaQuestionAnswerPK()
public JpaQuestionAnswerPK(JpaAnswer answer, JpaQuestion question)
public long getAnswerId()
public long getQuestionId()
public JpaAnswer getJpaAnswer()
public void setJpaAnswer(JpaAnswer jpaAnswer)
public JpaQuestion getJpaQuestion()
public void setJpaQuestion(JpaQuestion jpaQuestion)
Copyright © 2016 Jasig. All rights reserved.