com.bea.netuix.application.identifier
Class LayoutDefinitionId
java.lang.Object
com.bea.netuix.application.identifier.Id
com.bea.netuix.application.identifier.LayoutDefinitionId
- All Implemented Interfaces:
- Serializable
- 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.
- See Also:
- Serialized Form
| Fields inherited from class com.bea.netuix.application.identifier.Id |
id |
LayoutDefinitionId
public LayoutDefinitionId(int id)
clone
protected Object clone()
- Returns:
- a new
LayoutDefinitionId with the exact same id value as this
LayoutDefinitionId
clone
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.
createLayoutDefinitionId
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.
Copyright © 2004 BEA Systems, Inc. All Rights Reserved