ca.bc.gov.webade
Class DateSearchAttribute

java.lang.Object
  extended byca.bc.gov.webade.SearchAttribute
      extended byca.bc.gov.webade.DateSearchAttribute
All Implemented Interfaces:
java.io.Serializable

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

public final class DateSearchAttribute
extends SearchAttribute

Author:
jross
See Also:
Serialized Form

Constructor Summary
DateSearchAttribute()
          Deprecated.  
 
Method Summary
 java.util.Date getMaxEndDate()
          Deprecated.  
 java.util.Date getMaxStartDate()
          Deprecated.  
 java.util.Date getSearchDate()
          Deprecated.  
 void setMaxEndDate(java.util.Date maxEndDate)
          Deprecated.  
 void setMaxStartDate(java.util.Date maxStartDate)
          Deprecated.  
 void setSearchDate(java.util.Date searchDate)
          Deprecated.  
 
Methods inherited from class ca.bc.gov.webade.SearchAttribute
isSupported, setSupported
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateSearchAttribute

public DateSearchAttribute()
Deprecated. 
Method Detail

getMaxEndDate

public java.util.Date getMaxEndDate()
Deprecated. 
Returns:
Returns the maxEndDate.

setMaxEndDate

public void setMaxEndDate(java.util.Date maxEndDate)
Deprecated. 
Parameters:
maxEndDate - The maxEndDate to set.

getMaxStartDate

public java.util.Date getMaxStartDate()
Deprecated. 
Returns:
Returns the maxStartDate.

setMaxStartDate

public void setMaxStartDate(java.util.Date maxStartDate)
Deprecated. 
Parameters:
maxStartDate - The maxStartDate to set.

getSearchDate

public java.util.Date getSearchDate()
Deprecated. 
Returns:
Returns the searchDate.

setSearchDate

public void setSearchDate(java.util.Date searchDate)
Deprecated. 
Parameters:
searchDate - The searchDate to set.