com.bea.netuix.application.identifier
Class BookGroupId
java.lang.Object
com.bea.netuix.application.identifier.Id
com.bea.netuix.application.identifier.BookGroupId
- All Implemented Interfaces:
- Serializable
- public class BookGroupId
- extends Id
Represents a navigable (Book or Page) on a specific
Book. The integer value of BookGroupId is the primary key
of the BookGroup table. Using this value, any individual navigable on a Book
can be obtained. This value is set by internal portal framework API's.
- See Also:
- Serialized Form
| Fields inherited from class com.bea.netuix.application.identifier.Id |
id |
BookGroupId
public BookGroupId(int id)
clone
protected Object clone()
- Returns:
- a new
BookGroupId with the exact same parameters as this
BookGroupId.
clone
public static BookGroupId clone(BookGroupId bookGroupId)
- Parameters:
bookGroupId - the BookGroupId to clone.
- Returns:
- a new
BookGroupId with the exact same parameters as the
BookGroupId passed in.
createBookGroupId
public static BookGroupId createBookGroupId(int id)
- Parameters:
id - the unique identifier for the navigable on a Book.
- Returns:
- a new
BookGroupId with the id value set to the integer passed in.
Copyright © 2004 BEA Systems, Inc. All Rights Reserved