public class Answer extends Object
Constructor and Description |
---|
Answer(Question question,
String answer) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAnswer() |
Question |
getQuestion() |
int |
hashCode() |
void |
setAnswer(String answer) |
void |
setQuestion(Question question) |
String |
toString() |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.