Package net.sf.basedb.core
Class ItemContext.PropertyFilterPair
- java.lang.Object
-
- net.sf.basedb.core.ItemContext.PropertyFilterPair
-
- Enclosing class:
- ItemContext
static class ItemContext.PropertyFilterPair extends Object
Holds a pair of filter. One primary and one temporary filter.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) PropertyFilter
primary
(package private) PropertyFilter
temporary
-
Constructor Summary
Constructors Constructor Description PropertyFilterPair()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) PropertyFilter
getEffectiveFilter()
-
-
-
Field Detail
-
primary
PropertyFilter primary
-
temporary
PropertyFilter temporary
-
-
Method Detail
-
getEffectiveFilter
PropertyFilter getEffectiveFilter()
-
-