PortletCategoryDefinitionId Class

com.bea.netuix.application.identifier
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

Field Summary

   
Fields from  com.bea.netuix.application.identifier.Id
id
 

Constructor Summary

PortletCategoryDefinitionId(int id)

 

Method Summary

public static PortletCategoryDefinitionId
clone(PortletCategoryDefinitionId portletCategoryDefinitionId)
protected Object
clone()
public static PortletCategoryDefinitionId
createPortletCategoryDefinitionId(int id)
 
Methods from  com.bea.netuix.application.identifier.Id
equals, getId, hashCode, setId, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

PortletCategoryDefinitionId

public PortletCategoryDefinitionId(int id)
 

Method Detail

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.