de.mguennewig.pobjsearch
Class AbstractSearchFilter

java.lang.Object
  extended by de.mguennewig.pobjsearch.AbstractSearchFilter
All Implemented Interfaces:
SearchFilter
Direct Known Subclasses:
RedirectFilter, StaticSearchFilter

public abstract class AbstractSearchFilter
extends java.lang.Object
implements SearchFilter

Abstract implementation for a search filter.

Author:
Michael Günnewig

Method Summary
 java.lang.String getIdentifier()
          Returns the identifier for this filter.
 java.lang.String getLabel()
          Returns the label used to identify this filter in the UI.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.mguennewig.pobjsearch.SearchFilter
addFilter
 

Method Detail

getIdentifier

public final java.lang.String getIdentifier()
Returns the identifier for this filter.

Specified by:
getIdentifier in interface SearchFilter

getLabel

public final java.lang.String getLabel()
Returns the label used to identify this filter in the UI.

Specified by:
getLabel in interface SearchFilter