org.apache.jetspeed.portlets
Class CategoryInfo
java.lang.Object
org.apache.jetspeed.portlets.CategoryInfo
- All Implemented Interfaces:
- Serializable
public class CategoryInfo
- extends Object
- implements Serializable
Category Info
- Version:
- $Id: $
- Author:
- David Sean Taylor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
String name
keywords
String keywords
portlets
List portlets
CategoryInfo
public CategoryInfo(String name)
CategoryInfo
public CategoryInfo(String name,
String keywords)
getName
public String getName()
- Returns:
- Returns the name.
addPortlet
public void addPortlet(PortletInfo portlet)
getPortlets
public List getPortlets()
getKeywords
public String getKeywords()
- Returns:
- Returns the keywords.
setKeywords
public void setKeywords(String keywords)
- Parameters:
keywords
- The keywords to set.
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.