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

java.lang.Object
  extended byca.bc.gov.webade.user.search.AbstractSearchAttribute
      extended byca.bc.gov.webade.user.search.DefaultLongSearchAttribute
All Implemented Interfaces:
LongSearchAttribute, SearchAttribute, java.io.Serializable

public final class DefaultLongSearchAttribute
extends AbstractSearchAttribute
implements LongSearchAttribute

Author:
jross
See Also:
Serialized Form

Constructor Summary
DefaultLongSearchAttribute()
           
 
Method Summary
 long getSearchValue()
           
 boolean isNull()
           
 void setNull(boolean isNull)
           
 void setSearchValue(long searchValue)
           
 
Methods inherited from class ca.bc.gov.webade.user.search.AbstractSearchAttribute
isSupported, setSupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ca.bc.gov.webade.user.search.SearchAttribute
isSupported, setSupported
 

Constructor Detail

DefaultLongSearchAttribute

public DefaultLongSearchAttribute()
Method Detail

isNull

public boolean isNull()
Specified by:
isNull in interface LongSearchAttribute
Returns:
Returns the isNull.
See Also:
LongSearchAttribute.isNull()

setNull

public void setNull(boolean isNull)
Specified by:
setNull in interface LongSearchAttribute
Parameters:
isNull - The isNull to set.
See Also:
LongSearchAttribute.setNull(boolean)

getSearchValue

public long getSearchValue()
Specified by:
getSearchValue in interface LongSearchAttribute
Returns:
Returns the searchValue.
See Also:
LongSearchAttribute.getSearchValue()

setSearchValue

public void setSearchValue(long searchValue)
Specified by:
setSearchValue in interface LongSearchAttribute
Parameters:
searchValue - The searchValue to set.
See Also:
LongSearchAttribute.setSearchValue(long)