com.bea.netuix.application.identifier
Class PortletDefinitionId

java.lang.Object
  extended by com.bea.netuix.application.identifier.Id
      extended by com.bea.netuix.application.identifier.PortletDefinitionId
All Implemented Interfaces
PlaceableDefinitionId, Serializable

public class PortletDefinitionId
extends Id
implements PlaceableDefinitionId

Represents the primary keys of Portlet definition objects in the database, and is used to uniquely identify them. PortletDefinitionId will be needed when customizing any Portlet definitions on a desktop.

See Also
Serialized Form

Field Summary
 
Fields inherited from class com.bea.netuix.application.identifier.Id
id
 
Constructor Summary
PortletDefinitionId(int id)
           
 
Method Summary
protected  Object clone()
           
static PortletDefinitionId clone(PortletDefinitionId portletDefinitionId)
           
static PortletDefinitionId createPortletDefinitionId(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

PortletDefinitionId

public PortletDefinitionId(int id)
Parameters
id - the integer value that this PortletDefinitionId should be set to.
Method Detail

createPortletDefinitionId

public static PortletDefinitionId createPortletDefinitionId(int id)
Parameters
id - the integer value that this PortletDefinitionId should be set to.
Returns
a new PortletDefinitionId with the id value set to the integer passed in.

clone

public static PortletDefinitionId clone(PortletDefinitionId portletDefinitionId)
Parameters
portletDefinitionId - the PortletDefinitionId to be cloned.
Returns
a new PortletDefinitionId with the exact same id value as the PortletDefinitionId passed in.

clone

protected Object clone()
Overrides:
clone in class Object
Returns
a new PortletDefinitionId with the exact same id value as this PortletDefinitionId


Copyright © 2000, 2008, 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.