@Embeddable public class JpaResponseAnswerPK extends Object implements Serializable
| Constructor and Description |
|---|
JpaResponseAnswerPK() |
JpaResponseAnswerPK(JpaResponse response,
JpaQuestion question) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
JpaQuestion |
getJpaQuestion() |
JpaResponse |
getJpaResponse() |
long |
getQuestionId() |
long |
getResponseId() |
int |
hashCode() |
void |
setJpaQuestion(JpaQuestion jpaQuestion) |
void |
setJpaResponse(JpaResponse jpaResponse) |
String |
toString() |
public JpaResponseAnswerPK()
public JpaResponseAnswerPK(JpaResponse response, JpaQuestion question)
public long getResponseId()
public long getQuestionId()
public JpaResponse getJpaResponse()
public void setJpaResponse(JpaResponse jpaResponse)
public JpaQuestion getJpaQuestion()
public void setJpaQuestion(JpaQuestion jpaQuestion)
Copyright © 2016 Jasig. All rights reserved.