ca.bc.gov.webade.user.search
Interface SearchAttribute

All Known Subinterfaces:
DateSearchAttribute, LongSearchAttribute, OptionSearchAttribute, TextSearchAttribute
All Known Implementing Classes:
AbstractSearchAttribute, DefaultDateSearchAttribute, DefaultLongSearchAttribute, DefaultOptionSearchAttribute, DefaultTextSearchAttribute, LegacyTextSearchAttributeProxy

public interface SearchAttribute

Author:
jross

Method Summary
 boolean isSupported()
           
 void setSupported(boolean isSupported)
           
 

Method Detail

isSupported

public boolean isSupported()
Returns:
Returns the isSupported.

setSupported

public void setSupported(boolean isSupported)
Parameters:
isSupported - The isSupported to set.