| 
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.netuix.application.instance.DesktopInstance
Represents a customized version of a DesktopDefinition.
| Constructor Summary | |
DesktopInstance(ShellDefinitionId shellDefinitionId,
                BookInstanceId bookInstanceId,
                LookAndFeelDefinitionId lookAndFeelDefinitionId,
                String instanceTitle)
Constructor to create a new DesktopInstance object. | 
|
| Method Summary | |
 BookInstanceId | 
getBookInstanceId()
Return the BookInstanceId for the primary book
 for this desktop. | 
 DesktopDefinition | 
getDesktopDefinition()
Returns the DesktopDefinition that this desktop was created from.
  | 
 DesktopDefinitionId | 
getDesktopDefinitionId()
Returns the DesktopDefinitionId for the DesktopDefinitionId
 that this desktop was created from.
  | 
 DesktopInstanceId | 
getDesktopInstanceId()
Returns the DesktopInstanceId for this desktop.
  | 
 String | 
getInstanceTitle()
Returns the instance title for this desktop.  | 
 LookAndFeelDefinitionId | 
getLookAndFeelDefinitionId()
Returns the LookAndFeelDefinitionId for the LookAndFeelDefinition
 associated with this desktop. | 
 ShellDefinitionId | 
getShellDefinitionId()
Returns the ShellDefinitionId for the ShellDefinition
 associated with this desktop. | 
 void | 
setBookInstanceId(BookInstanceId bookInstanceId)
Sets book with BookInstanceId as the primary book
 for this desktop | 
 void | 
setInstanceTitle(String instanceTitle)
Sets the instance title for this desktop  | 
 void | 
setLookAndFeelDefinitionId(LookAndFeelDefinitionId lookAndFeelDefinitionId)
Associates a LookAndFeelDefinition with this desktop. | 
 void | 
setShellDefinitionId(ShellDefinitionId shellDefinitionId)
Associates a ShellDefinition with this desktop. | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public DesktopInstance(ShellDefinitionId shellDefinitionId,
                       BookInstanceId bookInstanceId,
                       LookAndFeelDefinitionId lookAndFeelDefinitionId,
                       String instanceTitle)
DesktopInstance object.
| Method Detail | 
public BookInstanceId getBookInstanceId()
BookInstanceId for the primary book
 for this desktop.
BookInstanceIdpublic DesktopDefinition getDesktopDefinition()
DesktopDefinition that this desktop was created from.
 Returns NULL when the DesktopInstance has not been retrieved
 by using the persistence API.
DesktopDefinition for this desktoppublic DesktopDefinitionId getDesktopDefinitionId()
DesktopDefinitionId for the DesktopDefinitionId
 that this desktop was created from.
 Returns NULL when the DesktopInstance has not been retrieved
 by using the persistence API.
DesktopDefinitionId for this desktoppublic DesktopInstanceId getDesktopInstanceId()
DesktopInstanceId for this desktop.
 Returns NULL when the DesktopInstance has not been retrieved
 by using the persistence API.
DesktopInstanceId for this desktoppublic String getInstanceTitle()
public LookAndFeelDefinitionId getLookAndFeelDefinitionId()
LookAndFeelDefinitionId for the LookAndFeelDefinition
 associated with this desktop.
LookAndFeelDefinitionIdLookAndFeelDefinitionpublic ShellDefinitionId getShellDefinitionId()
ShellDefinitionId for the ShellDefinition
 associated with this desktop.
ShellDefinitionIdShellDefinitionpublic void setBookInstanceId(BookInstanceId bookInstanceId)
BookInstanceId as the primary book
 for this desktop
bookInstanceId - public void setInstanceTitle(String instanceTitle)
instanceTitle - public void setLookAndFeelDefinitionId(LookAndFeelDefinitionId lookAndFeelDefinitionId)
LookAndFeelDefinition with this desktop.
lookAndFeelDefinitionId - public void setShellDefinitionId(ShellDefinitionId shellDefinitionId)
ShellDefinition with this desktop.
shellDefinitionId - 
  | 
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||