hu.elte.tribus.model
Class Conversation

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

public class Conversation
extends java.lang.Object

Author:
linux48

Constructor Summary
Conversation()
           
 
Method Summary
 java.util.Date getEnddate()
           
 java.lang.Integer getId()
           
 java.util.Set<Item> getItems()
           
 java.util.Date getStartdate()
           
 Topic getTopic()
           
 User getUser()
           
 void setEnddate(java.util.Date enddate)
           
 void setId(java.lang.Integer id)
           
 void setItems(java.util.Set<Item> items)
           
 void setStartdate(java.util.Date startdate)
           
 void setTopic(Topic topic)
           
 void setUser(User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Conversation

public Conversation()
Method Detail

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.