com.bea.netuix.application.identifier
Class PortletCategoryDefinitionId
java.lang.Object
com.bea.netuix.application.identifier.Id
com.bea.netuix.application.identifier.CategoryDefinitionId
com.bea.netuix.application.identifier.PortletCategoryDefinitionId
- All Implemented Interfaces:
- Serializable
- public class PortletCategoryDefinitionId
- extends com.bea.netuix.application.identifier.CategoryDefinitionId
Portlets can be grouped into categories, such as 'news', 'sports' and 'human resources'
portlets. This ID uniquely identifies each portlet category.
- See Also:
- Serialized Form
| Fields inherited from class com.bea.netuix.application.identifier.Id |
id |
PortletCategoryDefinitionId
public PortletCategoryDefinitionId(int id)
clone
protected Object clone()
- Overrides:
clone in class com.bea.netuix.application.identifier.CategoryDefinitionId
- Returns:
- a new
PortletCategoryDefinitionId with the exact same parameters as this
PortletCategoryDefinitionId.
clone
public static PortletCategoryDefinitionId clone(PortletCategoryDefinitionId portletCategoryDefinitionId)
- Parameters:
portletCategoryDefinitionId - the PortletCategoryDefinitionId to clone.
- Returns:
- a new
PortletCategoryDefinitionId with the exact same parameters as the
PortletCategoryDefinitionId passed in.
createPortletCategoryDefinitionId
public static PortletCategoryDefinitionId createPortletCategoryDefinitionId(int id)
- Parameters:
id - the integer value that this PortletCategoryDefinitionId should be set to.
- Returns:
- a new
PortletCategoryDefinitionId with the id value set to the integer passed in.
Copyright © 2005 BEA Systems, Inc. All Rights Reserved