com.bea.netuix.application.identifier
Class PageDefinitionId
java.lang.Object
com.bea.netuix.application.identifier.Id
com.bea.netuix.application.identifier.PageDefinitionId
- All Implemented Interfaces:
- NavigableDefinitionId, Serializable
- public class PageDefinitionId
- extends Id
- implements NavigableDefinitionId
Represents the primary keys of Page definition objects in the database, and is used to
uniquely identify them. PageDefinitionId will be needed when customizing
any Page definitions on a desktop.
- See Also:
- Serialized Form
| Fields inherited from class com.bea.netuix.application.identifier.Id |
id |
PageDefinitionId
public PageDefinitionId(int id)
clone
protected Object clone()
- Returns:
- a new
PageDefinitionId with the exact same id value as this
PageDefinitionId
clone
public static PageDefinitionId clone(PageDefinitionId pageDefinitionId)
- Parameters:
pageDefinitionId - the PageDefinitionId to be cloned.
- Returns:
- a new
PageDefinitionId with the exact same id value as the
PageDefinitionId passed in.
createPageDefinitionId
public static PageDefinitionId createPageDefinitionId(int id)
- Parameters:
id - the integer value that this PageDefinitionId should be set to.
- Returns:
- a new
PageDefinitionId with the id value set to the integer passed in.
Copyright © 2005 BEA Systems, Inc. All Rights Reserved