ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/DBReporter2/Report.java
(Generate patch)

Comparing projects/cms/source/reports/DBReporter2/Report.java (file contents):
Revision 1.1 by pjm2, Sat Feb 3 14:56:14 2001 UTC vs.
Revision 1.2 by pjm2, Sat Feb 3 17:26:07 2001 UTC

# Line 1 | Line 1
1 + // Class Used to store details of each report type.
2   public class Report {
3      
4      public Report(String reportField, String friendlyName) throws NumberFormatException {
# Line 26 | Line 27 | public class Report {
27          return _maxY > 0;
28      }
29  
30 <    public void setPlotData(PlotData plotData) {
31 <        _plotData = plotData;
32 <    }
30 >    //public void setPlotData(PlotData plotData) {
31 >    //    _plotData = plotData;
32 >    //}
33      
34 <    public PlotData getPlotData() {
35 <        return _plotData;
36 <    }
34 >    //public PlotData getPlotData() {
35 >    //    return _plotData;
36 >    //}
37      
38 <    public void clearPlotData() {
39 <        _plotData = null;
40 <    }
38 >    //public void clearPlotData() {
39 >    //    _plotData = null;
40 >    //}
41      
42      private String _reportField;
43      private String _friendlyName;
44      private double _maxY;
45 <    private PlotData _plotData;
45 >    //private PlotData _plotData;
46   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines