com.bea.portal.tools.portal.book
Class BookIDBuilder

java.lang.Object
  extended by com.bea.portal.tools.resource.ResourceIDBuilder<T>
      extended by com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<BookID>
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.bea.portal.tools.resource.ResourceIDBuilder
ResourceIDBuilder.ParseContext
 
Field Summary
 
Fields inherited from class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder
tags
 
Constructor Summary
BookIDBuilder()
          Constructor.
 
Method Summary
 BookID createResourceID()
          Create the BookID.
 BookInstanceId getBookInstanceId()
          Get the BookInstanceId.
 BookIDBuilder parseResourceURN(String resourceURN)
          Parse the given URN.
 BookIDBuilder setBookInstanceId(BookInstanceId bookInstanceId)
          Change the BookInstanceId.
 
Methods inherited from class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder
clone, getTag, getTags, getTagValue, getTagValue, parseResourcePath, processResourceTags, reset, setTagValue
 
Methods inherited from class com.bea.portal.tools.resource.ResourceIDBuilder
createParseContext, getExpectedResourceType, getResourceType, getResourceURN, parseResourceTypeNamespaceURI, parseResourceURN, resolveResourceType, setResourceType, setResourceURN, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BookIDBuilder

public BookIDBuilder()
Constructor.

Method Detail

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