com.bea.netuix.application.identifier
Class PageDefinitionId

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

Field Summary
 
Fields inherited from class com.bea.netuix.application.identifier.Id
id
 
Constructor Summary
PageDefinitionId(int id)
           
 
Method Summary
protected  Object clone()
           
static PageDefinitionId clone(PageDefinitionId pageDefinitionId)
           
static PageDefinitionId createPageDefinitionId(int id)
           
 
Methods inherited from class com.bea.netuix.application.identifier.Id
equals, equals, getId, getUniqueLabel, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PageDefinitionId

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

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.

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.

clone

protected Object clone()
Overrides:
clone in class Object
Returns
a new PageDefinitionId with the exact same id value as this PageDefinitionId


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.