hu.elte.tribus.model
Class Conversation
java.lang.Object
hu.elte.tribus.model.Conversation
public class Conversation
- extends java.lang.Object
- Author:
- linux48
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Conversation
public Conversation()
getEnddate
public java.util.Date getEnddate()
- Returns:
- Returns the enddate.
setEnddate
public void setEnddate(java.util.Date enddate)
- Parameters:
enddate
- The enddate 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.
getStartdate
public java.util.Date getStartdate()
- Returns:
- Returns the startdate.
setStartdate
public void setStartdate(java.util.Date startdate)
- Parameters:
startdate
- The startdate to set.
getTopic
public Topic getTopic()
- Returns:
- Returns the topic.
setTopic
public void setTopic(Topic topic)
- Parameters:
topic
- The topic to set.
getUser
public User getUser()
- Returns:
- Returns the user.
setUser
public void setUser(User user)
- Parameters:
user
- The user to set.
getItems
public java.util.Set<Item> getItems()
setItems
public void setItems(java.util.Set<Item> items)
Copyright © 2006-2007. All Rights Reserved.