com.epicentric.site
Class SiteURLMapWrapper.URLMapSearchFilter
java.lang.Object
|
+--com.epicentric.site.SiteURLMapWrapper.URLMapSearchFilter
- All Implemented Interfaces:
- com.epicentric.common.listgenerator.filter.Filter, com.epicentric.common.listgenerator.filter.SearchFilter
- Enclosing class:
- SiteURLMapWrapper
- public class SiteURLMapWrapper.URLMapSearchFilter
- extends Object
- implements com.epicentric.common.listgenerator.filter.SearchFilter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SiteURLMapWrapper.URLMapSearchFilter
public SiteURLMapWrapper.URLMapSearchFilter(String searchTerm,
String searchProperty)
getSearchProperty
public String getSearchProperty()
- Specified by:
getSearchProperty in interface com.epicentric.common.listgenerator.filter.SearchFilter
getSearchTerm
public String getSearchTerm()
- Specified by:
getSearchTerm in interface com.epicentric.common.listgenerator.filter.SearchFilter
accept
public boolean accept(Object obj)
- Description copied from interface:
com.epicentric.common.listgenerator.filter.Filter
- Return a boolean indicating whether the object met the criteria.
This method takes an object and applies any number of criterion to it. If
the object meets the criteria, this method returns true.
- Specified by:
accept in interface com.epicentric.common.listgenerator.filter.Filter
- Following copied from interface:
com.epicentric.common.listgenerator.filter.Filter
- Parameters:
obj - the object to evaluate.- Returns:
- true if the object meets the criteria, false otherwise.
Copyright and Trademark Notices