net.sourceforge.openutils.mgnlmedia.media.advancedsearch
Class SearchFilterOptionProvider

java.lang.Object
  extended by net.sourceforge.openutils.mgnlmedia.media.advancedsearch.SearchFilterAbstract
      extended by net.sourceforge.openutils.mgnlmedia.media.advancedsearch.SearchFilterOptionProvider
All Implemented Interfaces:
SearchFilter
Direct Known Subclasses:
SearchFilterInMultivalue, SearchFilterMultiplevalue, SearchFilterSorting, SearchFilterStatus

public class SearchFilterOptionProvider
extends SearchFilterAbstract

Version:
$Id: SearchFilterOptionProvider.java 3269 2011-01-23 19:06:39Z fgiust $
Author:
cstrappazzon

Field Summary
 
Fields inherited from class net.sourceforge.openutils.mgnlmedia.media.advancedsearch.SearchFilterAbstract
log
 
Constructor Summary
SearchFilterOptionProvider()
           
 
Method Summary
 void addOptions(Option option)
          Sets the options.
 List<Option> getOptions()
          Returns the options.
 String getReference()
          Returns the reference.
 boolean isAddempty()
          Returns the addempty.
 void setAddempty(boolean addempty)
          Sets the addempty.
 void setReference(String reference)
          Sets the reference.
 
Methods inherited from class net.sourceforge.openutils.mgnlmedia.media.advancedsearch.SearchFilterAbstract
addSubfilters, getBasePath, getControl, getCriterionList, getLabel, getSorting, getSubfilters, setControl, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchFilterOptionProvider

public SearchFilterOptionProvider()
Method Detail

getOptions

public List<Option> getOptions()
Returns the options.

Returns:
the options

addOptions

public void addOptions(Option option)
Sets the options.

Parameters:
option - the option to set

getReference

public String getReference()
Returns the reference.

Returns:
the reference

setReference

public void setReference(String reference)
Sets the reference.

Parameters:
reference - the reference to set

isAddempty

public boolean isAddempty()
Returns the addempty.

Returns:
the addempty

setAddempty

public void setAddempty(boolean addempty)
Sets the addempty.

Parameters:
addempty - the addempty to set


Copyright © 2008-2011 Openmind. All Rights Reserved.