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