Skip navigation links


com.bea.netuix.application.identifier
Class PortletInstanceId

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

Field Summary

 

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

 

Constructor Summary
PortletInstanceId(int id)
           

 

Method Summary
protected  Object clone()
           
static PortletInstanceId clone(PortletInstanceId portletInstanceId)
           
static PortletInstanceId createPortletInstanceId(int id)
           
 boolean equals(Object o)
           

 

Methods inherited from class com.bea.netuix.application.identifier.Id
equals, getId, getUniqueLabel, hashCode, setId, toString

 

Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait

 

Methods inherited from interface com.bea.netuix.application.identifier.PlaceableInstanceId
getId

 

Constructor Detail

PortletInstanceId

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

Method Detail

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.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.