hepdata is hosted by Hepforge, IPPP Durham

cedar.hepdata.model
Interface HDPersistable

All Known Implementing Classes:
Author, Axis, Dataset, Detector, Experiment, Observable, Paper, Particle, Property, Reaction, Reference, Value, XAxis, YAxis

public interface HDPersistable

Interface for any object model object which can be persistified into the HepData database.

Version:
$Date: 2006-02-02 15:25:39 +0000 (Thu, 02 Feb 2006) $ $Revision: 493 $
Author:
Andy Buckley

Method Summary
 int getId()
          Get the internal ID code
 void setId(int id)
          Set the internal ID code
 java.lang.String toString()
          Produce a string representation of the object
 

Method Detail

getId

int getId()
Get the internal ID code

Returns:
id internal ID used to define (part of) the


setId

void setId(int id)
Set the internal ID code

Parameters:
id - internal ID used to define (part of) the


toString

java.lang.String toString()
Produce a string representation of the object

Overrides:
toString in class java.lang.Object


Generated 20060512 1623

HEPData