com.bea.netuix.application.identifier
Class ThemeDefinitionId

java.lang.Object
  extended by com.bea.netuix.application.identifier.Id
      extended by com.bea.netuix.application.identifier.ThemeDefinitionId
All Implemented Interfaces
Serializable

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.

See Also
Serialized Form

Field Summary
 
Fields inherited from class com.bea.netuix.application.identifier.Id
id
 
Constructor Summary
ThemeDefinitionId(int id)
           
 
Method Summary
protected  Object clone()
           
static ThemeDefinitionId clone(ThemeDefinitionId themeDefinitionId)
           
static ThemeDefinitionId createThemeDefinitionId(int id)
           
 
Methods inherited from class com.bea.netuix.application.identifier.Id
equals, equals, getId, getUniqueLabel, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThemeDefinitionId

public ThemeDefinitionId(int id)
Parameters
id - the integer value that this ThemeDefinitionId should be set to.
Method Detail

createThemeDefinitionId

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.

clone

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

protected Object clone()
Overrides:
clone in class Object
Returns
a new ThemeDefinitionId with the exact same id value as this ThemeDefinitionId


Copyright © 2011, Oracle. All rights reserved.