com.solidstategroup.location
Class Towns

java.lang.Object
  extended by com.solidstategroup.location.Towns

public class Towns
extends java.lang.Object

Created by IntelliJ IDEA. User: Ben Rometsch Date: Dec 11, 2002 Time: 11:54:23 AM To change this template use Options | File Templates.


Constructor Summary
Towns()
           
 
Method Summary
 void addTown(Town thisTown)
           
 java.util.Vector getTowns()
           
 boolean townExists(Town thisTown)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Towns

public Towns()
Method Detail

townExists

public boolean townExists(Town thisTown)

addTown

public void addTown(Town thisTown)

getTowns

public java.util.Vector getTowns()