ca.bc.gov.webade
Class LongSearchAttribute

java.lang.Object
  extended byca.bc.gov.webade.LongSearchAttribute

Deprecated. Use ca.bc.gov.webade.user.search.LongSearchAttribute instead.

public final class LongSearchAttribute
extends java.lang.Object

Author:
jross

Constructor Summary
LongSearchAttribute()
          Deprecated.  
 
Method Summary
 long getSearchValue()
          Deprecated.  
 boolean isNull()
          Deprecated.  
 void setNull(boolean isNull)
          Deprecated.  
 void setSearchValue(long searchValue)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongSearchAttribute

public LongSearchAttribute()
Deprecated. 
Method Detail

isNull

public boolean isNull()
Deprecated. 
Returns:
Returns the isNull.

setNull

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

getSearchValue

public long getSearchValue()
Deprecated. 
Returns:
Returns the searchValue.

setSearchValue

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