@Status(stage=PRODUCTION, unitTests=ABSENT) @Reviews(value=@Review(by="Kees Schotanus",at="2010-06-25",reason="Initial review")) public class NobelPrizeSearchCriteria extends AbstractSearchCriteria
NobelPrize.| Constructor and Description |
|---|
NobelPrizeSearchCriteria()
Public default constructor to make this a bean.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getCategoryId()
Gets the id of the
NobelPrizeCategory of the NobelPrize. |
Integer |
getFromYear()
Gets the minimum year of the NobelPrize.
|
Integer |
getToYear()
Gets the maximum year of the NobelPrize.
|
WhereClause |
getWhereClause()
Gets the JPQL where-clause.
|
void |
setCategoryId(Long categoryId)
Sets the id of the
NobelPrizeCategory of the NobelPrize. |
void |
setFromYear(Integer fromYear)
Sets the minimum year of the NobelPrize.
|
void |
setToYear(Integer toYear)
Sets the maximum year of the NobelPrize.
|
resetpublic NobelPrizeSearchCriteria()
public Long getCategoryId()
NobelPrizeCategory of the NobelPrize.NobelPrizeCategory of the NobelPrize.public void setCategoryId(Long categoryId)
NobelPrizeCategory of the NobelPrize.categoryId - The id of the NobelPrizeCategory of the
NobelPrize.public Integer getFromYear()
public void setFromYear(Integer fromYear)
fromYear - The minimum year of the NobelPrize.public Integer getToYear()
public void setToYear(Integer toYear)
toYear - The maximum year of the NobelPrize.public WhereClause getWhereClause()
Copyright © 2008–2018. All rights reserved.