MenuDefinitionId Class
- 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.
-
Hierarchy
-
Object
Id
MenuDefinitionId
-
All Implemented Interfaces
-
Serializable
Fields from com.bea.netuix.application.identifier.Id |
id |
MenuDefinitionId
public MenuDefinitionId(int id)
clone(MenuDefinitionId) Method
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.
clone() Method
protected Object clone()
-
Overrides
-
Object.clone()
Returns
- a new
MenuDefinitionId with the exact same id value as this
MenuDefinitionId
createMenuDefinitionId(int) Method
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.