hu.elte.tribus.model
Class Item
java.lang.Object
hu.elte.tribus.model.Item
public class Item
- extends java.lang.Object
- Author:
- linux48
Constructor Summary |
Item()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Item
public Item()
getDate
public java.util.Date getDate()
- Returns:
- Returns the date.
setDate
public void setDate(java.util.Date date)
- Parameters:
date
- The date 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.
getQa
public QA getQa()
- Returns:
- Returns the qa.
setQa
public void setQa(QA qa)
- Parameters:
qa
- The qa to set.
getConversation
public Conversation getConversation()
setConversation
public void setConversation(Conversation conversation)
getQuestion
public java.lang.String getQuestion()
setQuestion
public void setQuestion(java.lang.String question)
Copyright © 2006-2007. All Rights Reserved.