ca.bc.gov.webade.user.search
Class DefaultDateSearchAttribute

java.lang.Object
  extended byca.bc.gov.webade.user.search.AbstractSearchAttribute
      extended byca.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

Constructor Summary
DefaultDateSearchAttribute()
           
 
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 class ca.bc.gov.webade.user.search.AbstractSearchAttribute
isSupported, setSupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ca.bc.gov.webade.user.search.SearchAttribute
isSupported, setSupported
 

Constructor Detail

DefaultDateSearchAttribute

public DefaultDateSearchAttribute()
Method Detail

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)