Skip navigation links


com.bea.portal.tools.portal.book
Class BookID

java.lang.Object
  extended by com.bea.portal.tools.resource.ResourceID
      extended by com.bea.portal.tools.resource.framework.TaggedResourceID
          extended by com.bea.portal.tools.resource.WebAppResourceID
              extended by com.bea.portal.tools.resource.ParentedResourceID
                  extended by com.bea.portal.tools.portal.PortalParentedResourceID
                      extended by com.bea.portal.tools.portal.DesktopParentedResourceID
                          extended by com.bea.portal.tools.portal.book.BookID

All Implemented Interfaces
Serializable

public final class BookID
extends DesktopParentedResourceID

Identifies a book instance.

See Also
Serialized Form

Constructor Summary
BookID(BookIDBuilder builder)
          Constructor.
BookID(String resourceURN)
          Constructor.

 

Method Summary
 BookInstanceId getBookInstanceId()
          Get the BookInstanceId.
protected  BookIDBuilder getResourceIDBuilder()
          Get the BookID.
 boolean isPrimary()
           
protected  void setResourcePathTags(boolean canonicalResourceURN, com.bea.portal.tools.resource.framework.TaggedResourceID.TagMap tags)
           

 

Methods inherited from class com.bea.portal.tools.portal.DesktopParentedResourceID
getDesktopDefinitionID, getDesktopPath

 

Methods inherited from class com.bea.portal.tools.portal.PortalParentedResourceID
getPortalID, getPortalPath

 

Methods inherited from class com.bea.portal.tools.resource.ParentedResourceID
getParentID

 

Methods inherited from class com.bea.portal.tools.resource.WebAppResourceID
getWebApp

 

Methods inherited from class com.bea.portal.tools.resource.framework.TaggedResourceID
appendResourcePath, getTag, getTags, getTagValue

 

Methods inherited from class com.bea.portal.tools.resource.ResourceID
appendResourceTypeNamespaceURI, computeResourceURN, computeResourceURN, equals, getCanonicalResourceURN, getResourceEnvironment, getResourceType, getResourceURN, hashCode, narrow, setCanonicalResourceURN, setResourceURN, toString

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

BookID

public BookID(String resourceURN)
Constructor.
Parameters
resourceURN - the URN of the referrent resource

BookID

public BookID(BookIDBuilder builder)
Constructor.
Parameters
builder - the BookIDBuilder

Method Detail

getResourceIDBuilder

protected BookIDBuilder getResourceIDBuilder()
Get the BookID. the BookID
Overrides:
getResourceIDBuilder in class DesktopParentedResourceID
Returns
the the ResourceIDBuilder

setResourcePathTags

protected void setResourcePathTags(boolean canonicalResourceURN,
                                   com.bea.portal.tools.resource.framework.TaggedResourceID.TagMap tags)
Overrides:
setResourcePathTags in class DesktopParentedResourceID

getBookInstanceId

public BookInstanceId getBookInstanceId()
Get the BookInstanceId.
Returns
the BookInstanceId

isPrimary

public boolean isPrimary()

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.