@Entity public class ChallengeQuestionImpl extends Object implements ChallengeQuestion
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
question |
| Constructor and Description |
|---|
ChallengeQuestionImpl() |
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 © 2017. All rights reserved.