00001 package ; 00002 00003 00011 // import configuration classes 00012 00013 import config.*; 00014 00015 00016 // import used generated classes 00017 00018 import .Barrel; 00019 00020 00036 public interface Geography extends config.DalObject { 00037 00043 void print(String dx); 00044 00050 void destroy(config.Configuration db); 00051 00056 Barrel[] get_barrels(); 00057 00062 void set_barrels(Barrel[] value); 00063 00064 } 00065