hu.elte.tribus.model
Class QA
java.lang.Object
hu.elte.tribus.model.QA
public class QA
- extends java.lang.Object
- Author:
- linux48
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QA
public QA()
getAnswer
public java.lang.String getAnswer()
- Returns:
- Returns the answer.
setAnswer
public void setAnswer(java.lang.String answer)
- Parameters:
answer
- The answer to set.
getId
public java.lang.Integer getId()
- Returns:
- Returns the id.
setId
public void setId(java.lang.Integer id)
- Parameters:
id
- The id to set.
getQuestion
public java.lang.String getQuestion()
- Returns:
- Returns the question.
setQuestion
public void setQuestion(java.lang.String question)
- Parameters:
question
- The question to set.
getTopic
public Topic getTopic()
- Returns:
- Returns the topic.
setTopic
public void setTopic(Topic topic)
- Parameters:
topic
- The topic to set.
Copyright © 2006-2007. All Rights Reserved.