PageInstanceId Class
- public class PageInstanceId
extends Id
implements NavigableInstanceId
Represents the primary keys of Page objects in the database, and is used to
uniquely identify them. PageInstanceId will be needed when customizing
Page instances on a desktop.
-
Hierarchy
-
Object
Id
PageInstanceId
-
All Implemented Interfaces
-
InstanceId, NavigableInstanceId, Serializable
Fields from com.bea.netuix.application.identifier.Id |
id |
PageInstanceId
public PageInstanceId(int id)
clone(PageInstanceId) Method
public static PageInstanceId clone(PageInstanceId pageInstanceId)
Parameters
-
pageInstanceId
- the
PageInstanceId to be cloned.
Returns
- a new
PageInstanceId with the exact same id value as the
PageInstanceId passed in.
clone() Method
protected Object clone()
-
Overrides
-
Object.clone()
Returns
- a new
PageInstanceId with the exact same id value as this
PageInstanceId
createPageInstanceId(int) Method
public static PageInstanceId createPageInstanceId(int id)
Parameters
-
id
- the integer value that this
PageInstanceId should be set to.
Returns
- a new
PageInstanceId 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
PageInstanceId object to compare to this PageInstanceId.
Returns
true if this PageInstanceId object is the same as the
PageInstanceId object argument; false otherwise.
hashCode() Method
public int hashCode()
-
Overrides
-
Id.hashCode()
Returns
- a hash code value for this object.