Oracle Reports
Java API Reference
10g (9.0.4)
B12019-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.

 

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: A plugin must never try to create any Reports objects by 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 © 2003 Oracle Corporation. All Rights Reserved.