com.solidstategroup.sitetracker.filters
Class CountryFilter

java.lang.Object
  extended by com.solidstategroup.sitetracker.filters.Filter
      extended by com.solidstategroup.sitetracker.filters.CountryFilter

public class CountryFilter
extends Filter


Constructor Summary
CountryFilter()
           
 
Method Summary
 void addCountry(Country newCountry)
           
 void clearFilter()
           
 boolean countryExists(java.lang.String code)
           
 Countries getCountries()
           
 void setCountries(Countries countries)
           
 
Methods inherited from class com.solidstategroup.sitetracker.filters.Filter
isEnabled, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountryFilter

public CountryFilter()
Method Detail

clearFilter

public void clearFilter()

addCountry

public void addCountry(Country newCountry)

countryExists

public boolean countryExists(java.lang.String code)

getCountries

public Countries getCountries()

setCountries

public void setCountries(Countries countries)