© 2005 BEA Systems, Inc.

com.bea.netuix.application.identifier
Class ThemeDefinitionId

java.lang.Object
  extended bycom.bea.netuix.application.identifier.Id
      extended bycom.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)
Method Detail

clone

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

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.

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.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved