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