com.solidstategroup.location
Class Addresses

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

public class Addresses
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
Addresses()
           
 
Method Summary
 void addAddress(Address thisAddress)
           
 boolean addTown(Town thisTown, Address thisAddress)
           
 java.util.Vector getAddresses()
           
 boolean townExists(Town thisTown)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Addresses

public Addresses()
Method Detail

townExists

public boolean townExists(Town thisTown)

addTown

public boolean addTown(Town thisTown,
                       Address thisAddress)

addAddress

public void addAddress(Address thisAddress)

getAddresses

public java.util.Vector getAddresses()