@Entity public class JpaSurveyQuestion extends Object implements Serializable
| Constructor and Description |
|---|
JpaSurveyQuestion() |
| Modifier and Type | Method and Description |
|---|---|
JpaSurveyQuestionPK |
getId() |
int |
getNumAllowedAnswers() |
int |
getSequence() |
void |
setId(JpaSurveyQuestionPK id) |
void |
setNumAllowedAnswers(int numAllowedAnswers) |
void |
setSequence(int sequence) |
public JpaSurveyQuestionPK getId()
public int getNumAllowedAnswers()
public int getSequence()
public void setId(JpaSurveyQuestionPK id)
public void setNumAllowedAnswers(int numAllowedAnswers)
public void setSequence(int sequence)
Copyright © 2016 Jasig. All rights reserved.