com.crystaldecisions.sdk.occa.report.definition
Interface IReportPartBookmark

All Superinterfaces:
IClone
All Known Implementing Classes:
ReportPartBookmark

public interface IReportPartBookmark
extends IClone

This interface is used to get and set the report part ID and URI used to navigate report parts. ReportPartBookmarks are used when navigating to report parts.


Method Summary
 IReportPartID getReportPartID()
          Returns the report part ID.
 java.lang.String getReportURI()
          Returns the URI for report part.
 void setReportPartID(IReportPartID partID)
          Sets the report part ID.
 void setReportURI(java.lang.String URI)
          Sets the URI for report part.
 

Method Detail

getReportPartID

IReportPartID getReportPartID()

Returns the report part ID.

Returns:
The report part ID as an IReportPartID.

setReportPartID

void setReportPartID(IReportPartID partID)

Sets the report part ID.

Parameters:
partID - The report part ID as an IReportPartID.

setReportURI

void setReportURI(java.lang.String URI)

Sets the URI for report part.

Parameters:
URI - A String for the URI.

getReportURI

java.lang.String getReportURI()

Returns the URI for report part.

Returns:
A String for the URI.