ShellDefinitionId Class

com.bea.netuix.application.identifier
ShellDefinitionId Class

public class ShellDefinitionId

    extends Id

Represents the primary keys of Shell definition objects in the database, and is used to uniquely identify them. ShellDefinitionId will be needed when customizing Shell definitions on a desktop.


Hierarchy
Object
  Id
    ShellDefinitionId
All Implemented Interfaces

Serializable

Field Summary

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

Constructor Summary

ShellDefinitionId(int id)

 

Method Summary

public static ShellDefinitionId
clone(ShellDefinitionId shellDefinitionId)
protected Object
clone()
public static ShellDefinitionId
createShellDefinitionId(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

ShellDefinitionId

public ShellDefinitionId(int id)
 

Method Detail

clone(ShellDefinitionId) Method

public static ShellDefinitionId clone(ShellDefinitionId shellDefinitionId)

Parameters

shellDefinitionId
the ShellDefinitionId to be cloned.

Returns

a new ShellDefinitionId with the exact same id value as the ShellDefinitionId passed in.

clone() Method

protected Object clone()
Overrides
Object.clone()

Returns

a new ShellDefinitionId with the exact same id value as this ShellDefinitionId

createShellDefinitionId(int) Method

public static ShellDefinitionId createShellDefinitionId(int id)

Parameters

id
the integer value that this ShellDefinitionId should be set to.

Returns

a new ShellDefinitionId with the id value set to the integer passed in.