com.bea.netuix.application.identifier
Class PortletCategoryDefinitionId

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

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.CategoryDefinitionId
clone, createCategoryDefinitionId
 
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)
Parameters
id - the integer value that this PortletCategoryDefinitionId should be set to.
Method Detail

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.

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.

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.


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.