hu.elte.tribus.model
Class QA

java.lang.Object
  extended by hu.elte.tribus.model.QA

public class QA
extends java.lang.Object

Author:
linux48

Constructor Summary
QA()
           
 
Method Summary
 java.lang.String getAnswer()
           
 java.lang.Integer getId()
           
 java.lang.String getQuestion()
           
 Topic getTopic()
           
 void setAnswer(java.lang.String answer)
           
 void setId(java.lang.Integer id)
           
 void setQuestion(java.lang.String question)
           
 void setTopic(Topic topic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QA

public QA()
Method Detail

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.