com.endeca.infront.navigation.model
Class ComboFilter

java.lang.Object
  extended by com.endeca.infront.navigation.model.Filter
      extended by com.endeca.infront.navigation.model.ComboFilter
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
AndFilter, OrFilter

public abstract class ComboFilter
extends Filter

Base class for AndFilter and OrFilter.


Constructor Summary
ComboFilter()
           
ComboFilter(List<Filter> operands)
           
 
Method Summary
 ComboFilter clone()
           
 boolean equals(Object obj)
           
 List<Filter> getOperands()
           
 int hashCode()
           
 void setOperands(List<Filter> operands)
           
 
Methods inherited from class com.endeca.infront.navigation.model.Filter
verifyNotNull
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComboFilter

public ComboFilter()

ComboFilter

public ComboFilter(List<Filter> operands)
Parameters:
operands - - A list of Filter objects, may not be null.
Method Detail

getOperands

public List<Filter> getOperands()
Returns:
an unmodifiable list of filters to be combined. May be null if setOperands(java.util.List) was not called.

setOperands

public void setOperands(List<Filter> operands)
Parameters:
operands - - A list of Filter objects, may not be null.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public ComboFilter clone()
Overrides:
clone in class Filter


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.