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

CategoryImpl - JBOSS Portal 2.2 API 英文版文档


org.jboss.portlet.forums.impl
Class CategoryImpl

java.lang.Object
  extended byorg.jboss.portlet.forums.impl.CategoryImpl
All Implemented Interfaces:
Category, java.io.Serializable

public class CategoryImpl
extends java.lang.Object
implements java.io.Serializable, Category

Category of forums.

See Also:
Serialized Form

Constructor Summary
CategoryImpl()
          Creates a new CategoryImpl object.
 
Method Summary
 void addForum(Forum value)
          DOCUMENT_ME
 java.util.List getForums()
          DOCUMENT_ME
 java.lang.Integer getId()
          DOCUMENT_ME
 int getOrder()
          DOCUMENT_ME
 java.lang.String getTitle()
          DOCUMENT_ME
 void setForums(java.util.List value)
          DOCUMENT_ME
 void setOrder(int order)
          DOCUMENT_ME
 void setTitle(java.lang.String title)
          DOCUMENT_ME
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryImpl

public CategoryImpl()
Creates a new CategoryImpl object.

Method Detail

getForums

public java.util.List getForums()
Description copied from interface: Category
DOCUMENT_ME

Specified by:
getForums in interface Category
Returns:
DOCUMENT_ME

setForums

public void setForums(java.util.List value)
DOCUMENT_ME

Specified by:
setForums in interface Category
Parameters:
value - DOCUMENT_ME

addForum

public void addForum(Forum value)
DOCUMENT_ME

Specified by:
addForum in interface Category
Parameters:
value - DOCUMENT_ME

getOrder

public int getOrder()
Description copied from interface: Category
DOCUMENT_ME

Specified by:
getOrder in interface Category
Returns:
DOCUMENT_ME

setOrder

public void setOrder(int order)
DOCUMENT_ME

Specified by:
setOrder in interface Category
Parameters:
order - DOCUMENT_ME

getTitle

public java.lang.String getTitle()
Description copied from interface: Category
DOCUMENT_ME

Specified by:
getTitle in interface Category
Returns:
DOCUMENT_ME

setTitle

public void setTitle(java.lang.String title)
DOCUMENT_ME

Specified by:
setTitle in interface Category
Parameters:
title - DOCUMENT_ME

getId

public java.lang.Integer getId()
Description copied from interface: Category
DOCUMENT_ME

Specified by:
getId in interface Category
Returns:
DOCUMENT_ME