LayoutDefinitionId Class
- public class LayoutDefinitionId
extends Id
Represents the primary keys of Layout definition objects in the database, and is used to
uniquely identify them. LayoutDefinitionId will be needed when customizing
layouts on a desktop.
-
Hierarchy
-
Object
Id
LayoutDefinitionId
-
All Implemented Interfaces
-
Serializable
Fields from com.bea.netuix.application.identifier.Id |
id |
LayoutDefinitionId
public LayoutDefinitionId(int id)
clone(LayoutDefinitionId) Method
public static LayoutDefinitionId clone(LayoutDefinitionId layoutDefinitionId)
Parameters
-
layoutDefinitionId
- the
LayoutDefinitionId to be cloned.
Returns
- a new
LayoutDefinitionId with the exact same id value as the
LayoutDefinitionId passed in.
clone() Method
protected Object clone()
-
Overrides
-
Object.clone()
Returns
- a new
LayoutDefinitionId with the exact same id value as this
LayoutDefinitionId
createLayoutDefinitionId(int) Method
public static LayoutDefinitionId createLayoutDefinitionId(int id)
Parameters
-
id
- the integer value that this
LayoutDefinitionId should be set to.
Returns
- a new
LayoutDefinitionId with the id value set to the integer passed in.