|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReportPartBookmark
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 |
---|
IReportPartID getReportPartID()
Returns the report part ID.
IReportPartID
.void setReportPartID(IReportPartID partID)
Sets the report part ID.
partID
- The report part ID as an IReportPartID
.void setReportURI(java.lang.String URI)
Sets the URI
for report part.
URI
- A String
for the URI
.java.lang.String getReportURI()
Returns the URI
for report part.
String
for the URI
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |