ThemeDefinitionId Class

com.bea.netuix.application.identifier
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

Field Summary

   
Fields from  com.bea.netuix.application.identifier.Id
id
 

Constructor Summary

ThemeDefinitionId(int id)

 

Method Summary

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

Constructor Detail

ThemeDefinitionId

public ThemeDefinitionId(int id)
 

Method Detail

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.