PortletInstanceId Class
- 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.
-
Hierarchy
-
Object
Id
PortletInstanceId
-
All Implemented Interfaces
-
InstanceId
, PlaceableInstanceId
, Serializable
Fields from com.bea.netuix.application.identifier.Id |
id
|
PortletInstanceId
public PortletInstanceId(int id)
clone(PortletInstanceId) Method
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() Method
protected Object
clone()
-
Overrides
-
Object.clone()
Returns
- a new
PortletInstanceId
with the exact same id value as this
PortletInstanceId
createPortletInstanceId(int) Method
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.
equals(Object) Method
public boolean equals(Object
o)
-
Overrides
-
Id.equals(Object)
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.