| 
© 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.BookInstance
Represents a customized version of a BookDefinition.
| Constructor Summary | |
BookInstance(MenuDefinitionId menuDefinitionId,
             ThemeDefinitionId themeDefinitionId,
             short menuOrientation,
             String instanceTitle)
Constructor to create a new BookInstance object. | 
|
| Method Summary | |
 BookDefinition | 
getBookDefinition()
Returns the BookDefinition that this book was created from.
  | 
 BookDefinitionId | 
getBookDefinitionId()
Returns the BookDefinitionId for the BookDefinition
 that this book was created from.
  | 
 BookInstanceId | 
getBookInstanceId()
Returns the BookInstanceId for this book.
  | 
 String | 
getInstanceTitle()
Returns the instance title for this book.  | 
 MenuDefinitionId | 
getMenuDefinitionId()
Returns MenuDefinitionId for menu associated with this
 BookInstance | 
 short | 
getMenuOrientation()
Returns the menu orientation for this BookInstance | 
 NavigableDefinition | 
getNavigableDefinition()
Returns the NavigableDefinition associated with this book.
  | 
 NavigableDefinitionId | 
getNavigableDefinitionId()
Returns the NavigableDefinitionId for the
 NavigableDefinitionassociated with this book.
  | 
 NavigableInstanceId | 
getNavigableInstanceId()
Returns the NavigableInstanceId for the
 NavigableInstanceassociated with this book.
  | 
 PlaceableDefinition | 
getPlaceableDefinition()
Returns the PlaceableDefinition associated with this book.
  | 
 PlaceableInstanceId | 
getPlaceableInstanceId()
Returns the PlaceableInstanceId for the
 PlaceableInstanceassociated with this book.
  | 
 PlacementId | 
getPlacementId()
Returns the PlacementId for this book.
  | 
 ThemeDefinitionId | 
getThemeDefinitionId()
Returns the ThemeDefinitionId of theme associated with this
 BookInstance. | 
 void | 
setInstanceTitle(String instanceTitle)
Sets the instance title for this book  | 
 void | 
setMenuDefinitionId(MenuDefinitionId menuDefinitionId)
Associates a menu with this book.  | 
 void | 
setMenuOrientation(short menuOrientation)
Sets the menu orientation for this book  | 
 void | 
setThemeDefinitionId(ThemeDefinitionId themeDefinitionId)
Associates a theme with this book.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public BookInstance(MenuDefinitionId menuDefinitionId,
                    ThemeDefinitionId themeDefinitionId,
                    short menuOrientation,
                    String instanceTitle)
BookInstance object.
| Method Detail | 
public BookDefinition getBookDefinition()
BookDefinition that this book was created from.
 Returns NULL when the BookInstance has not been retrieved
 by using the persistence API.
BookDefinition for this bookpublic BookDefinitionId getBookDefinitionId()
BookDefinitionId for the BookDefinition
 that this book was created from.
 Returns NULL when the BookInstance has not been retrieved
 by using the persistence API.
BookDefinitionId for this bookpublic BookInstanceId getBookInstanceId()
BookInstanceId for this book.
 Returns NULL when the BookInstance has not been retrieved
 by using the persistence API.
BookInstanceId for this bookpublic String getInstanceTitle()
public MenuDefinitionId getMenuDefinitionId()
MenuDefinitionId for menu associated with this
 BookInstance
MenuDefinitionIdpublic short getMenuOrientation()
BookInstance
public NavigableDefinition getNavigableDefinition()
NavigableDefinition associated with this book.
 Returns NULL when the BookInstance has not been retrieved
 by using the persistence API.
getNavigableDefinition in interface NavigableInstanceNaviagableDefinition associated with this bookNavigableDefinitionpublic NavigableDefinitionId getNavigableDefinitionId()
NavigableDefinitionId for the
 NavigableDefinitionassociated with this book.
 Returns NULL when the BookInstance has not been retrieved
 by using the persistence API.
getNavigableDefinitionId in interface NavigableInstanceNaviagableDefinitionId associated with this bookNavigableDefinitionpublic NavigableInstanceId getNavigableInstanceId()
NavigableInstanceId for the
 NavigableInstanceassociated with this book.
 Returns NULL when the BookInstance has not been retrieved
 by using the persistence API.
getNavigableInstanceId in interface NavigableInstanceNaviagableInstanceId associated with this bookNavigableInstancepublic PlaceableDefinition getPlaceableDefinition()
PlaceableDefinition associated with this book.
 Returns NULL when the BookInstance has not been retrieved
 by using the persistence API.
getPlaceableDefinition in interface PlaceableInstancePlaceableDefinition associated with this bookPlaceableDefinitionpublic PlaceableInstanceId getPlaceableInstanceId()
PlaceableInstanceId for the
 PlaceableInstanceassociated with this book.
 Returns NULL when the BookInstance has not been retrieved
 by using the persistence API.
getPlaceableInstanceId in interface PlaceableInstancePlaceableInstanceId associated with this bookPlaceableInstancepublic PlacementId getPlacementId()
PlacementId for this book.
 May be NULL if this book is not placed
 or if it has not been retrieved using the persistence API.
getPlacementId in interface PlaceableInstancePlacementId for this bookpublic ThemeDefinitionId getThemeDefinitionId()
ThemeDefinitionId of theme associated with this
 BookInstance.
ThemeDefinitionIdpublic void setInstanceTitle(String instanceTitle)
instanceTitle - public void setMenuDefinitionId(MenuDefinitionId menuDefinitionId)
menuDefinitionId - of menu associated with this bookpublic void setMenuOrientation(short menuOrientation)
menuOrientation - public void setThemeDefinitionId(ThemeDefinitionId themeDefinitionId)
themeDefinitionId - of theme associated with this book
  | 
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||