@Status(stage=PRODUCTION, unitTests=ABSENT) @Reviews(value=@Review(by="Kees Schotanus",at="2009-09-18",reason="Initial review")) public class ScientistSearchCriteria extends AbstractSearchCriteria
Scientist.| Constructor and Description |
|---|
ScientistSearchCriteria()
Public default constructor to make this a bean.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getFromBirthDay()
Gets the minimum birth day of the Scientist.
|
Date |
getFromDeathDay()
Gets the minimum death day of the Scientist.
|
String |
getLastName()
Gets the last name of the Scientist.
|
Date |
getToBirthDay()
Gets the maximum birth day of the Scientist.
|
Date |
getToDeathDay()
Gets the maximum death day of the Scientist.
|
WhereClause |
getWhereClause()
Gets the where-clause.
|
void |
setFromBirthDay(Date fromBirthDay)
Sets the minimum birth day of the Scientist.
|
void |
setFromDeathDay(Date fromDeathDay)
Sets the minimum death day of the Scientist.
|
void |
setLastName(String lastName)
Sets the last name of the Scientist.
|
void |
setToBirthDay(Date toBirthDay)
Sets the maximum birth day of the Scientist.
|
void |
setToDeathDay(Date toDeathDay)
Sets the maximum death day of the Scientist.
|
resetpublic ScientistSearchCriteria()
public String getLastName()
public void setLastName(String lastName)
lastName - The last name of the Scientist.public Date getFromBirthDay()
public void setFromBirthDay(Date fromBirthDay)
fromBirthDay - The minimum birth day of the Scientist.public Date getToBirthDay()
public void setToBirthDay(Date toBirthDay)
toBirthDay - The maximum birth day of the Scientist.public Date getFromDeathDay()
public void setFromDeathDay(Date fromDeathDay)
fromDeathDay - The minimum death day of the Scientist.public Date getToDeathDay()
public void setToDeathDay(Date toDeathDay)
toDeathDay - The maximum death day of the Scientist.public WhereClause getWhereClause()
Copyright © 2008–2018. All rights reserved.