ca.bc.gov.webade.user.search
Interface DateSearchAttribute
- All Superinterfaces:
- SearchAttribute
- All Known Implementing Classes:
- DefaultDateSearchAttribute
- public interface DateSearchAttribute
- extends SearchAttribute
- Author:
- jross
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.