public class Answer extends Object
Answer(Question question, String answer)
boolean
equals(Object o)
String
getAnswer()
Question
getQuestion()
int
hashCode()
void
setAnswer(String answer)
setQuestion(Question question)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Answer(Question question, String answer)
public Question getQuestion()
public void setQuestion(Question question)
public String getAnswer()
public void setAnswer(String answer)
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.