PageDefinitionId Class

com.bea.netuix.application.identifier
PageDefinitionId Class

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.


Hierarchy
Object
  Id
    PageDefinitionId
All Implemented Interfaces

NavigableDefinitionId, Serializable

Field Summary

   
Fields from  com.bea.netuix.application.identifier.Id
id
 

Constructor Summary

PageDefinitionId(int id)

 

Method Summary

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

Constructor Detail

PageDefinitionId

public PageDefinitionId(int id)
 

Method Detail

clone(PageDefinitionId) Method

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() Method

protected Object clone()
Overrides
Object.clone()

Returns

a new PageDefinitionId with the exact same id value as this PageDefinitionId

createPageDefinitionId(int) Method

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.