ca.bc.gov.webade
Class DateSearchAttribute
java.lang.Object
ca.bc.gov.webade.SearchAttribute
ca.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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateSearchAttribute
public DateSearchAttribute()
- Deprecated.
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.