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

All Superinterfaces:
SearchAttribute
All Known Implementing Classes:
DefaultDateSearchAttribute

public interface DateSearchAttribute
extends SearchAttribute

Author:
jross

Method Summary
 java.util.Date getMaxEndDate()
           
 java.util.Date getMaxStartDate()
           
 java.util.Date getSearchDate()
           
 void setMaxEndDate(java.util.Date maxEndDate)
           
 void setMaxStartDate(java.util.Date maxStartDate)
           
 void setSearchDate(java.util.Date searchDate)
           
 
Methods inherited from interface ca.bc.gov.webade.user.search.SearchAttribute
isSupported, setSupported
 

Method Detail

getMaxEndDate

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

setMaxEndDate

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

getMaxStartDate

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

setMaxStartDate

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

getSearchDate

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

setSearchDate

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