oracle.reports.plugin.definition
Class BaseObject
java.lang.Object
|
+--oracle.reports.plugin.definition.BaseObject
- Direct Known Subclasses:
- Column, DataSource, Group, Report
- public abstract class BaseObject
- extends java.lang.Object
The base class of Reports objects.
Constructor Summary |
protected |
BaseObject(oracle.reports.definition.RWObject rwobj, Report report)
Constructor. |
Method Summary |
java.lang.String |
getComment()
Returns the comment of the object. |
java.lang.String |
getName()
Returns the name of the object. |
Report |
getReport()
Returns the report of the object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mRWObj
protected oracle.reports.definition.RWObject mRWObj
mReport
protected Report mReport
BaseObject
protected BaseObject(oracle.reports.definition.RWObject rwobj,
Report report)
throws PluginException
- Constructor. NOTE: A plugin must never try to create any Reports objects by itself.
getReport
public Report getReport()
throws PluginException
- Returns the report of the object.
getName
public java.lang.String getName()
throws PluginException
- Returns the name of the object.
getComment
public java.lang.String getComment()
throws PluginException
- Returns the comment of the object.
Copyright © 2003 Oracle Corporation. All Rights Reserved.