BookGroupId Class
- 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.
-
Hierarchy
-
Object
Id
BookGroupId
-
All Implemented Interfaces
-
Serializable
Fields from com.bea.netuix.application.identifier.Id |
id
|
BookGroupId
public BookGroupId(int id)
clone(BookGroupId) Method
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.
clone() Method
protected Object
clone()
-
Overrides
-
Object.clone()
Returns
- a new
BookGroupId
with the exact same parameters as this
BookGroupId
.
createBookGroupId(int) Method
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.