@Entity public class ChallengeQuestionImpl extends Object implements ChallengeQuestion
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
question |
| Constructor and Description |
|---|
ChallengeQuestionImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getId() |
String |
getQuestion() |
int |
hashCode() |
void |
setId(Long id) |
void |
setQuestion(String question) |
String |
toString() |
public Long getId()
getId in interface ChallengeQuestionpublic void setId(Long id)
setId in interface ChallengeQuestionpublic String getQuestion()
getQuestion in interface ChallengeQuestionpublic void setQuestion(String question)
setQuestion in interface ChallengeQuestionCopyright © 2019. All rights reserved.