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
Fields from com.bea.netuix.application.identifier.Id |
id |
DesktopInstanceId
public DesktopInstanceId(int id)
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.