@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 ChallengeQuestion
public void setId(Long id)
setId
in interface ChallengeQuestion
public String getQuestion()
getQuestion
in interface ChallengeQuestion
public void setQuestion(String question)
setQuestion
in interface ChallengeQuestion
Copyright © 2019. All rights reserved.