com.bea.netuix.application.identifier
Class PortletInstanceId
java.lang.Object
  
com.bea.netuix.application.identifier.Id
      
com.bea.netuix.application.identifier.PortletInstanceId
- All Implemented Interfaces 
 - InstanceId, PlaceableInstanceId, Serializable
 
public class PortletInstanceId
- extends Id
- implements PlaceableInstanceId
  
Represents the primary keys of Portlet instance objects in the database, and is
 used to uniquely identify them.  PortletInstanceId will be needed when customizing
 specific instances of portlets on a desktop.
- See Also
 - Serialized Form
 
 
| Fields inherited from class com.bea.netuix.application.identifier.Id | 
id | 
 
 
 
 
 
 
PortletInstanceId
public PortletInstanceId(int id)
- Parameters
 id - the integer value that this PortletInstanceId should be set to.
createPortletInstanceId
public static PortletInstanceId createPortletInstanceId(int id)
 
- Parameters
 id - the integer value that this PortletInstanceId should be set to.
- Returns
 - a new 
PortletInstanceId with the id value set to the integer passed in. 
 
clone
public static PortletInstanceId clone(PortletInstanceId portletInstanceId)
 
- Parameters
 portletInstanceId - the PortletInstanceId to be cloned.
- Returns
 - a new 
PortletInstanceId with the exact same id value as the
         PortletInstanceId passed in. 
 
clone
protected Object clone()
- Overrides:
 clone in class Object
 
- Returns
 - a new 
PortletInstanceId with the exact same id value as this
         PortletInstanceId 
 
equals
public boolean equals(Object o)
- Overrides:
 equals in class Id
 
- Parameters
 o - a PortletInstanceId object to compare to this PortletInstanceId.
- Returns
 true if this PortletInstanceId is the same as the
         PortletInstanceId object passed in; false otherwise.
 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved