© 2005 BEA Systems, Inc.

com.bea.netuix.application.identifier
Class PortletCategoryDefinitionId

java.lang.Object
  extended bycom.bea.netuix.application.identifier.Id
      extended bycom.bea.netuix.application.identifier.CategoryDefinitionId
          extended bycom.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

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

Constructor Detail

PortletCategoryDefinitionId

public PortletCategoryDefinitionId(int id)
Method Detail

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.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved