站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

TopicWatchImpl - JBOSS Portal 2.2 API 英文版文档


org.jboss.portlet.forums.impl
Class TopicWatchImpl

java.lang.Object
  extended byorg.jboss.portlet.forums.impl.WatchImpl
      extended byorg.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