com.bea.netuix.application.identifier
Class LayoutDefinitionId

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

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.

See Also
Serialized Form

Field Summary
 
Fields inherited from class com.bea.netuix.application.identifier.Id
id
 
Constructor Summary
LayoutDefinitionId(int id)
           
 
Method Summary
protected  Object clone()
           
static LayoutDefinitionId clone(LayoutDefinitionId layoutDefinitionId)
           
static LayoutDefinitionId createLayoutDefinitionId(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

LayoutDefinitionId

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

createLayoutDefinitionId

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.

clone

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

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


Copyright © 2011, Oracle. All rights reserved.