com.bea.portal.tools.portal.book
Class BookIDBuilder
java.lang.Object
com.bea.portal.tools.resource.ResourceIDBuilder<T>
com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<BookID>
com.bea.portal.tools.portal.book.BookIDBuilder
- All Implemented Interfaces
- Serializable, Cloneable
public final class BookIDBuilder
- extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<BookID>
Identifies the collection of portal resource definitions.
- See Also
- Serialized Form
Fields inherited from class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder |
tags |
Methods inherited from class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder |
clone, getTag, getTags, getTagValue, getTagValue, parseResourcePath, processResourceTags, reset, setTagValue |
BookIDBuilder
public BookIDBuilder()
- Constructor.
parseResourceURN
public BookIDBuilder parseResourceURN(String resourceURN)
- Parse the given URN.
resourceURN the URN of the referrent resource
this
BookIDBuilder
- Overrides:
parseResourceURN
in class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<BookID>
- Parameters
resourceURN
- the URN of the referrent resource
- Returns
- this
ResourceIDBuilder
getBookInstanceId
public BookInstanceId getBookInstanceId()
- Get the
BookInstanceId
.
- Returns
- the
BookInstanceId
setBookInstanceId
public BookIDBuilder setBookInstanceId(BookInstanceId bookInstanceId)
- Change the
BookInstanceId
.
- Parameters
bookId
- the BookInstanceId
- Returns
- this
BookIDBuilder
createResourceID
public BookID createResourceID()
- Create the
BookID
.
the BookID
- Overrides:
createResourceID
in class ResourceIDBuilder<BookID>
- Returns
- the
ResourceID
Copyright © 2006 BEA Systems, Inc. All Rights Reserved