ca.bc.gov.webade.user.search
Class DefaultDateSearchAttribute
java.lang.Object
ca.bc.gov.webade.user.search.AbstractSearchAttribute
ca.bc.gov.webade.user.search.DefaultDateSearchAttribute
- All Implemented Interfaces:
- DateSearchAttribute, SearchAttribute, java.io.Serializable
- public final class DefaultDateSearchAttribute
- extends AbstractSearchAttribute
- implements DateSearchAttribute
- Author:
- jross
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDateSearchAttribute
public DefaultDateSearchAttribute()
getMaxEndDate
public java.util.Date getMaxEndDate()
- Specified by:
getMaxEndDate in interface DateSearchAttribute
- Returns:
- Returns the maxEndDate.
- See Also:
DateSearchAttribute.getMaxEndDate()
setMaxEndDate
public void setMaxEndDate(java.util.Date maxEndDate)
- Specified by:
setMaxEndDate in interface DateSearchAttribute
- Parameters:
maxEndDate - The maxEndDate to set.- See Also:
DateSearchAttribute.setMaxEndDate(java.util.Date)
getMaxStartDate
public java.util.Date getMaxStartDate()
- Specified by:
getMaxStartDate in interface DateSearchAttribute
- Returns:
- Returns the maxStartDate.
- See Also:
DateSearchAttribute.getMaxStartDate()
setMaxStartDate
public void setMaxStartDate(java.util.Date maxStartDate)
- Specified by:
setMaxStartDate in interface DateSearchAttribute
- Parameters:
maxStartDate - The maxStartDate to set.- See Also:
DateSearchAttribute.setMaxStartDate(java.util.Date)
getSearchDate
public java.util.Date getSearchDate()
- Specified by:
getSearchDate in interface DateSearchAttribute
- Returns:
- Returns the searchDate.
- See Also:
DateSearchAttribute.getSearchDate()
setSearchDate
public void setSearchDate(java.util.Date searchDate)
- Specified by:
setSearchDate in interface DateSearchAttribute
- Parameters:
searchDate - The searchDate to set.- See Also:
DateSearchAttribute.setSearchDate(java.util.Date)