Skip navigation links
com.bea.netuix.application.identifier
Class PageInstanceId
java.lang.Object
com.bea.netuix.application.identifier.Id
com.bea.netuix.application.identifier.PageInstanceId
- All Implemented Interfaces
- InstanceId, NavigableInstanceId, Serializable
-
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.
- See Also
- Serialized Form
| Fields inherited from class com.bea.netuix.application.identifier.Id |
id |
PageInstanceId
public PageInstanceId(int id)
-
- Parameters
id - the integer value that this PageInstanceId should be set to.
createPageInstanceId
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.
clone
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
protected Object clone()
-
- Overrides:
clone in class Object
-
- Returns
- a new
PageInstanceId with the exact same id value as this PageInstanceId
equals
public boolean equals(Object o)
-
- Overrides:
equals in class Id
-
- 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
public int hashCode()
-
- Overrides:
hashCode in class Id
-
- Returns
- a hash code value for this object.
Skip navigation links
Copyright © 2010, Oracle. All rights reserved.