Some minor changes and the logic for searching rural houses by the name of the town...
[RRRRHHHH_Code] / ruralHouses / src / businessLogic / HouseManagerInterface.java
index 65e2baa..ca99f40 100644 (file)
@@ -24,4 +24,5 @@ public interface HouseManagerInterface {
        public void removeHouse(int houseNumber);
 
 
+       public Vector<RuralHouse> getHousesByTown(String town);
 }