PortletCategoryDefinitionId Class
- public class PortletCategoryDefinitionId
extends CategoryDefinitionId
Portlets can be grouped into categories, such as 'news', 'sports' and 'human resources'
portlets. This ID uniquely identifies each portlet category.
-
Hierarchy
-
Object
Id
CategoryDefinitionId
PortletCategoryDefinitionId
-
All Implemented Interfaces
-
Serializable
Fields from com.bea.netuix.application.identifier.Id |
id
|
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletCategoryDefinitionId
public PortletCategoryDefinitionId(int id)
clone(PortletCategoryDefinitionId) Method
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.
clone() Method
protected Object
clone()
-
Overrides
-
CategoryDefinitionId.clone()
Returns
- a new
PortletCategoryDefinitionId
with the exact same parameters as this
PortletCategoryDefinitionId
.
createPortletCategoryDefinitionId(int) Method
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.