com.bea.netuix.application.identifier
Class DesktopInstanceId
java.lang.Object
  
com.bea.netuix.application.identifier.Id
      
com.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
 
 
| Fields inherited from class com.bea.netuix.application.identifier.Id | 
id | 
 
 
 
 
 
DesktopInstanceId
public DesktopInstanceId(int id)
- Parameters
 id - the integer value that this BookInstanceId should be set to.
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. 
 
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. 
 
clone
public Object clone()
- Overrides:
 clone in class Object
 
- Returns
 - a new 
DesktopInstanceId with the exact same parameters as this
         DesktopInstanceId. 
 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved