com.solidstategroup.sitetracker
Class Countries
java.lang.Object
com.solidstategroup.sitetracker.Countries
public class Countries
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Countries
public Countries()
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)