00001 package ; 00002 00003 00011 // import configuration classes 00012 00013 import config.*; 00014 00015 00031 public interface ChannelMapping extends config.DalObject { 00032 00038 void print(String dx); 00039 00045 void destroy(config.Configuration db); 00046 00051 short get_outputFibre(); 00052 00057 void set_outputFibre(short value); 00062 short get_stream0Fibre(); 00063 00068 void set_stream0Fibre(short value); 00073 short get_stream1Fibre(); 00074 00079 void set_stream1Fibre(short value); 00080 } 00081