LayoutDefinitionId Class

com.bea.netuix.application.identifier
LayoutDefinitionId Class

public class LayoutDefinitionId

    extends Id

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


Hierarchy
Object
  Id
    LayoutDefinitionId
All Implemented Interfaces

Serializable

Field Summary

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

Constructor Summary

LayoutDefinitionId(int id)

 

Method Summary

public static LayoutDefinitionId
clone(LayoutDefinitionId layoutDefinitionId)
protected Object
clone()
public static LayoutDefinitionId
createLayoutDefinitionId(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

LayoutDefinitionId

public LayoutDefinitionId(int id)
 

Method Detail

clone(LayoutDefinitionId) Method

public static LayoutDefinitionId clone(LayoutDefinitionId layoutDefinitionId)

Parameters

layoutDefinitionId
the LayoutDefinitionId to be cloned.

Returns

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

clone() Method

protected Object clone()
Overrides
Object.clone()

Returns

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

createLayoutDefinitionId(int) Method

public static LayoutDefinitionId createLayoutDefinitionId(int id)

Parameters

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

Returns

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