com.solidstategroup.sitetracker
Class Countries

java.lang.Object
  extended by com.solidstategroup.sitetracker.Countries

public class Countries
extends java.lang.Object


Constructor Summary
Countries()
           
 
Method Summary
 void addCountry(Country newCountry)
           
 boolean countryExists(java.lang.String code)
           
 Countries execute()
           
 java.util.Vector getCountries()
           
 Country getCountry(java.lang.String code)
           
 void removeCountry(Country newCountry)
           
 void setCountries(java.util.Vector countries)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Countries

public Countries()
Method Detail

execute

public Countries execute()

addCountry

public void addCountry(Country newCountry)

countryExists

public boolean countryExists(java.lang.String code)

getCountry

public Country getCountry(java.lang.String code)

removeCountry

public void removeCountry(Country newCountry)

getCountries

public java.util.Vector getCountries()

setCountries

public void setCountries(java.util.Vector countries)