ca.bc.gov.webade.user.provider.legacy
Class LegacyTextSearchAttributeProxy

java.lang.Object
  extended byca.bc.gov.webade.user.provider.legacy.LegacyTextSearchAttributeProxy
All Implemented Interfaces:
SearchAttribute, TextSearchAttribute

public final class LegacyTextSearchAttributeProxy
extends java.lang.Object
implements TextSearchAttribute

Author:
jross

Constructor Summary
LegacyTextSearchAttributeProxy(TextSearchAttribute attribute)
          Proxy constructor, with legacy text search attribute to wrap around.
 
Method Summary
 java.lang.String getSearchValue()
           
 int getWildcardOption()
           
 boolean isSupported()
           
 void setSearchValue(java.lang.String searchValue)
           
 void setSupported(boolean isSupported)
           
 void setWildcardOption(int wildcardOption)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyTextSearchAttributeProxy

public LegacyTextSearchAttributeProxy(TextSearchAttribute attribute)
Proxy constructor, with legacy text search attribute to wrap around.

Parameters:
attribute - The legacy text search attribute to provide a proxy for.
Method Detail

getSearchValue

public java.lang.String getSearchValue()
Specified by:
getSearchValue in interface TextSearchAttribute
Returns:
Returns the searchValue.
See Also:
TextSearchAttribute.getSearchValue()

setSearchValue

public void setSearchValue(java.lang.String searchValue)
Specified by:
setSearchValue in interface TextSearchAttribute
Parameters:
searchValue - The searchValue to set.
See Also:
TextSearchAttribute.setSearchValue(java.lang.String)

getWildcardOption

public int getWildcardOption()
Specified by:
getWildcardOption in interface TextSearchAttribute
Returns:
Returns one of the WildcardOptions static values.
See Also:
TextSearchAttribute.getWildcardOption()

setWildcardOption

public void setWildcardOption(int wildcardOption)
Specified by:
setWildcardOption in interface TextSearchAttribute
Parameters:
wildcardOption - The wildcardOption to set.
See Also:
TextSearchAttribute.setWildcardOption(int)

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)