ca.bc.gov.webade.user.search
Class AbstractSearchAttribute

java.lang.Object
  extended byca.bc.gov.webade.user.search.AbstractSearchAttribute
All Implemented Interfaces:
SearchAttribute, java.io.Serializable
Direct Known Subclasses:
DefaultDateSearchAttribute, DefaultLongSearchAttribute, DefaultOptionSearchAttribute, DefaultTextSearchAttribute

public abstract class AbstractSearchAttribute
extends java.lang.Object
implements SearchAttribute, java.io.Serializable

Author:
jross
See Also:
Serialized Form

Constructor Summary
AbstractSearchAttribute()
           
 
Method Summary
 boolean isSupported()
           
 void setSupported(boolean isSupported)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSearchAttribute

public AbstractSearchAttribute()
Method Detail

isSupported

public boolean isSupported()
Specified by:
isSupported in interface SearchAttribute
Returns:
Returns the isSupported.
See Also:
SearchAttribute.isSupported()

setSupported

public void setSupported(boolean isSupported)
Specified by:
setSupported in interface SearchAttribute
Parameters:
isSupported - The isSupported to set.
See Also:
SearchAttribute.setSupported(boolean)