Storeable Class Reference

Base class for any persistable HepData objects. More...

Inheritance diagram for Storeable:

Inheritance graph
[legend]

Collaboration diagram for Storeable:

Collaboration graph
[legend]

List of all members.


Public Member Functions

String toString ()
 Default String representation: declares that method is not properly defined by default.

Package Functions

Logger log ()
 Neat method to allow every class to get hold of a custom-named Logger.

Detailed Description

Base class for any persistable HepData objects.

Author:
Andy Buckley
Version:
Date
2006-05-10 16:34:03 +0100 (Wed, 10 May 2006)
Revision
598

Definition at line 12 of file Storeable.java.


Member Function Documentation

Logger log (  )  [package]

String toString (  ) 

Default String representation: declares that method is not properly defined by default.

Reimplemented in Axis, Bin, Data, Dataset, Experiment, Modification, Paper, Particle, Point, Property, Reaction, Reference, Uncertainty, XAxis, and YAxis.

Definition at line 19 of file Storeable.java.

00019                              {
00020         StringBuffer s = new StringBuffer();
00021         s.append(this.getClass().getName() + ".toString() is not overloaded.");
00022         return s.toString();
00023     }


The documentation for this class was generated from the following file:


Generated on Tue Apr 21 15:54:50 2009 for HepData object model by  doxygen 1.5.5