com.bea.netuix.application.identifier
Interface NavigableInstanceId

All Superinterfaces
InstanceId
All Known Implementing Classes:
BookInstanceId, PageInstanceId

public interface NavigableInstanceId
extends InstanceId

The InstanceId implemented by Books and Pages, which are navigables. The InstanceId is stored in the database and uniquely identifies each instance of a Book or Page.


Method Summary
 int getId()
          Used when customizing Books and Pages.
 

Method Detail

getId

int getId()
Used when customizing Books and Pages. Should not be null, but it's possible for this getter to return null if our internal API's were not called when creating the navigable, and the developer did not explicitly set it.

Returns
an integer representing the unique InstanceId for this navigable.


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.