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

CategoryItemImpl - JBOSS Portal 2.2 API 英文版文档


org.jboss.portlet.forums.security
Class CategoryItemImpl

java.lang.Object
  extended byorg.jboss.portlet.forums.security.CategoryItemImpl
All Implemented Interfaces:
Item

public class CategoryItemImpl
extends java.lang.Object
implements Item


Field Summary
 java.lang.String name
           
 
Constructor Summary
CategoryItemImpl(java.util.ResourceBundle bundle, java.lang.String name)
           
 
Method Summary
 java.lang.String getDescription()
          Return a description of the item.
 java.lang.String getName()
          Return the item name.
 java.util.Set getPermissionsNames()
          Returns a set of permissions names.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Constructor Detail

CategoryItemImpl

public CategoryItemImpl(java.util.ResourceBundle bundle,
                        java.lang.String name)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: Item
Return the item name.

Specified by:
getName in interface Item

getPermissionsNames

public java.util.Set getPermissionsNames()
Description copied from interface: Item
Returns a set of permissions names.

Specified by:
getPermissionsNames in interface Item

getDescription

public java.lang.String getDescription()
Description copied from interface: Item
Return a description of the item.

Specified by:
getDescription in interface Item