00001 package ; 00002 00003 00011 // import configuration classes 00012 00013 import config.*; 00014 00015 00016 // import used generated classes 00017 00018 import .GeographyMUR; 00019 00020 00036 public interface Row 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 GeographyMUR[] get_murs(); 00068 00073 void set_murs(GeographyMUR[] value); 00074 00075 } 00076