ca.bc.gov.webade.user.search
Interface LongSearchAttribute

All Superinterfaces:
SearchAttribute
All Known Implementing Classes:
DefaultLongSearchAttribute

public interface LongSearchAttribute
extends SearchAttribute

Author:
jross

Method Summary
 long getSearchValue()
           
 boolean isNull()
           
 void setNull(boolean isNull)
           
 void setSearchValue(long searchValue)
           
 
Methods inherited from interface ca.bc.gov.webade.user.search.SearchAttribute
isSupported, setSupported
 

Method Detail

isNull

public boolean isNull()
Returns:
Returns the isNull.

setNull

public void setNull(boolean isNull)
Parameters:
isNull - The isNull to set.

getSearchValue

public long getSearchValue()
Returns:
Returns the searchValue.

setSearchValue

public void setSearchValue(long searchValue)
Parameters:
searchValue - The searchValue to set.