ca.bc.gov.webade
Class TextSearchAttribute
java.lang.Object
ca.bc.gov.webade.SearchAttribute
ca.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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextSearchAttribute
public TextSearchAttribute()
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.