Class ANDFilter
java.lang.Object
org.deltava.filter.MultiFilter
org.deltava.filter.ANDFilter
- All Implemented Interfaces:
AirportFilter
An Airport filter to support multiple chained filters.
- Since:
- 5.0
- Version:
- 5.0
- Author:
- Luke
-
Field Summary
Fields inherited from class MultiFilter
_filters -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MultiFilter
addMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AirportFilter
filter
-
Constructor Details
-
ANDFilter
public ANDFilter()
-
-
Method Details
-
accept
Description copied from interface:AirportFilterDetermines whether the Airport matches the criteria set by this Filter.- Parameters:
a- the Airport bean to examine- Returns:
- TRUE if the airport matches the criteria, otherwise FALSE
-