ca.bc.gov.webade
Class TextSearchAttribute

java.lang.Object
  extended byca.bc.gov.webade.SearchAttribute
      extended byca.bc.gov.webade.TextSearchAttribute
All Implemented Interfaces:
java.io.Serializable

public final class TextSearchAttribute
extends SearchAttribute
implements java.io.Serializable

A search attribute that allows any text value as a search value.

Author:
jross
See Also:
Serialized Form

Constructor Summary
TextSearchAttribute()
           
 
Method Summary
 java.lang.String getSearchValue()
           
 int getWildcardOption()
           
 void setSearchValue(java.lang.String searchValue)
           
 void setWildcardOption(int wildcardOption)
           
 
Methods inherited from class ca.bc.gov.webade.SearchAttribute
isSupported, setSupported
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextSearchAttribute

public TextSearchAttribute()
Method Detail

getSearchValue

public java.lang.String getSearchValue()
Returns:
Returns the searchValue.

setSearchValue

public void setSearchValue(java.lang.String searchValue)
Parameters:
searchValue - The searchValue to set.

getWildcardOption

public int getWildcardOption()
Returns:
Returns one of the WildcardOptions static values.

setWildcardOption

public void setWildcardOption(int wildcardOption)
Parameters:
wildcardOption - The wildcardOption to set.