ca.bc.gov.webade
Class SearchAttribute

java.lang.Object
  extended byca.bc.gov.webade.SearchAttribute
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DateSearchAttribute, OptionSearchAttribute, TextSearchAttribute

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

Author:
jross
See Also:
Serialized Form

Constructor Summary
SearchAttribute()
           
 
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

SearchAttribute

public SearchAttribute()
Method Detail

isSupported

public boolean isSupported()
Returns:
Returns the isSupported.

setSupported

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