org.jboss.portlet.forums.impl
Class TopicWatchImpl

java.lang.Object
  extended by org.jboss.portlet.forums.impl.WatchImpl
      extended by org.jboss.portlet.forums.impl.TopicWatchImpl
All Implemented Interfaces:
java.io.Serializable, TopicWatch, Watch

public class TopicWatchImpl
extends WatchImpl
implements java.io.Serializable, TopicWatch

Watchers of topics.

See Also:
Serialized Form

Constructor Summary
TopicWatchImpl()
          Creates a new TopicWatchImpl object.
 
Method Summary
 Topic getTopic()
          DOCUMENT_ME
 void setTopic(Topic topic)
          DOCUMENT_ME
 
Methods inherited from class org.jboss.portlet.forums.impl.WatchImpl
getID, getMode, getPoster, setMode, setPoster
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.portlet.forums.model.Watch
getID, getMode, getPoster, setMode, setPoster
 

Constructor Detail

TopicWatchImpl

public TopicWatchImpl()
Creates a new TopicWatchImpl object.

Method Detail

getTopic

public Topic getTopic()
Description copied from interface: TopicWatch
DOCUMENT_ME

Specified by:
getTopic in interface TopicWatch
Returns:
DOCUMENT_ME

setTopic

public void setTopic(Topic topic)
DOCUMENT_ME

Specified by:
setTopic in interface TopicWatch
Parameters:
topic - DOCUMENT_ME