Barrel.java

00001 package ;
00002 
00003 
00011   // import configuration classes
00012 
00013 import config.*;
00014 
00015 
00016   // import used generated classes
00017 
00018 import .Row;
00019 
00020 
00036 public interface Barrel extends config.DalObject {
00037 
00043   void print(String dx);
00044 
00050   void destroy(config.Configuration db);
00051 
00056   short get_id();
00057 
00062   void set_id(short value);
00067   Row[] get_rows();
00068 
00073   void set_rows(Row[] value);
00074 
00075 }
00076 

Generated on Mon Feb 6 14:12:07 2006 for SCT DAQ/DCS Software - Java by  doxygen 1.4.6