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