DesktopInstanceId Class

com.bea.netuix.application.identifier
DesktopInstanceId Class

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.


Hierarchy
Object
  Id
    DesktopInstanceId
All Implemented Interfaces

InstanceId, Serializable

Field Summary

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

Constructor Summary

DesktopInstanceId(int id)

 

Method Summary

public static DesktopInstanceId
clone(DesktopInstanceId desktopInstanceId)
public Object
clone()
public static DesktopInstanceId
createDesktopInstanceId(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

DesktopInstanceId

public DesktopInstanceId(int id)
 

Method Detail

clone(DesktopInstanceId) Method

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() Method

public Object clone()
Overrides
Object.clone()

Returns

a new DesktopInstanceId with the exact same parameters as this DesktopInstanceId.

createDesktopInstanceId(int) Method

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.