PowerChannel.java

00001 package ;
00002 
00003 
00011   // import configuration classes
00012 
00013 import config.*;
00014 
00015 
00016   // import used generated classes
00017 
00018 import .PowerParam;
00019 
00020 
00036 public interface PowerChannel 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   short get_MUR();
00068 
00073   void set_MUR(short value);
00078   short get_module();
00079 
00084   void set_module(short value);
00089   PowerParam[] get_params();
00090 
00095   void set_params(PowerParam[] value);
00096 
00097 }
00098 

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