Oracle Reports
Java API Reference
10g Release 2 (10.1.2)
B14049-01

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.


Field Summary
protected Report mReport
protected oracle.reports.definition.RWObject mRWObj

Constructor Summary
protected BaseObject(oracle.reports.definition.RWObject rwobj, Report report)
Constructor NOTE: Plugin must never try to create any Reports objects itself.

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

Field Detail

mRWObj

protected oracle.reports.definition.RWObject mRWObj

mReport

protected Report mReport

Constructor Detail

BaseObject

protected BaseObject(oracle.reports.definition.RWObject rwobj,
                     Report report)
              throws PluginException
Constructor NOTE: Plugin must never try to create any Reports objects itself.

Method Detail

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

Oracle Reports
Java API Reference

Copyright © 1994, 2005 Oracle Corporation. All Rights Reserved.