© 2005 BEA Systems, Inc.

com.bea.netuix.application.identifier
Class DesktopInstanceId

java.lang.Object
  extended bycom.bea.netuix.application.identifier.Id
      extended bycom.bea.netuix.application.identifier.DesktopInstanceId
All Implemented Interfaces:
InstanceId, Serializable

public class DesktopInstanceId
extends Id
implements InstanceId

Represents the primary keys of Desktop instance objects in the database, and is used to uniquely identify them. DesktopInstanceId will be needed when customizing specific instances of desktops.

See Also:
Serialized Form

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

DesktopInstanceId

public DesktopInstanceId(int id)
Method Detail

clone

public Object clone()
Returns:
a new DesktopInstanceId with the exact same parameters as this DesktopInstanceId.

clone

public static DesktopInstanceId clone(DesktopInstanceId desktopInstanceId)
Parameters:
desktopInstanceId - the DesktopInstanceId to clone.
Returns:
a new DesktopInstanceId with the exact same parameters as the DesktopInstanceId passed in.

createDesktopInstanceId

public static DesktopInstanceId createDesktopInstanceId(int id)
Parameters:
id - the integer value that this DesktopInstanceId should be set to.
Returns:
a new DesktopInstanceId with the id value set to the integer passed in.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved