com.sun.mdm.index.report
Class Report

java.lang.Object
  extended bycom.sun.mdm.index.report.Report
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
KeyStatisticsReport, MultirowReport1

public abstract class Report
extends java.lang.Object
implements java.io.Serializable

Base class for all reports

See Also:
Serialized Form

Field Summary
protected  ReportConfig mConfig
           
 
Constructor Summary
Report(ReportConfig config)
          Creates a new instance of Report.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mConfig

protected ReportConfig mConfig
Constructor Detail

Report

public Report(ReportConfig config)
Creates a new instance of Report.

Parameters:
config - report configuration.


Sun Microsystems, Inc.