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

ForumWatchImpl - JBOSS Portal 2.2 API 英文版文档


org.jboss.portlet.forums.impl
Class ForumWatchImpl

java.lang.Object
  extended byorg.jboss.portlet.forums.impl.WatchImpl
      extended byorg.jboss.portlet.forums.impl.ForumWatchImpl
All Implemented Interfaces:
ForumWatch, java.io.Serializable, Watch

public class ForumWatchImpl
extends WatchImpl
implements java.io.Serializable, ForumWatch

Watchers of forums.

See Also:
Serialized Form

Constructor Summary
ForumWatchImpl()
          Creates a new ForumWatchImpl object.
 
Method Summary
 Forum getForum()
          DOCUMENT_ME
 void setForum(Forum forum)
          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

ForumWatchImpl

public ForumWatchImpl()
Creates a new ForumWatchImpl object.

Method Detail

getForum

public Forum getForum()
Description copied from interface: ForumWatch
DOCUMENT_ME

Specified by:
getForum in interface ForumWatch
Returns:
DOCUMENT_ME

setForum

public void setForum(Forum forum)
DOCUMENT_ME

Specified by:
setForum in interface ForumWatch
Parameters:
forum - DOCUMENT_ME