@Status(stage=PRODUCTION, unitTests=ABSENT) @Reviews(value=@Review(by="Kees Schotanus",at="2010-06-28",reason="Initial review")) public class NobelPrizeLaureateSearchCriteria extends AbstractSearchCriteria
NobelPrizeLaureate.| Constructor and Description |
|---|
NobelPrizeLaureateSearchCriteria()
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
of the NobelPrizeLaureate. |
String |
getDescription()
Gets the description of the NobelPrizeLaureate.
|
Integer |
getFraction()
Gets the fraction of the NobelPrizeLaureate.
|
String |
getScientistLastName()
Gets the last name of the
Scientist of the NobelPrizeLaureate. |
WhereClause |
getWhereClause()
Gets the JPQL where-clause.
|
Integer |
getYear()
Gets the year of the
NobelPrize of the NobelPrizeLaureate. |
void |
setCategoryId(Long categoryId)
Sets the ID of the
NobelPrizeCategory of the NobelPrize
of the NobelPrizeLaureate. |
void |
setDescription(String description)
Sets the description of the NobelPrizeLaureate.
|
void |
setFraction(Integer fraction)
Sets the fraction of the NobelPrizeLaureate.
|
void |
setScientistLastName(String scientistLastName)
Sets the last name of the
Scientist of the NobelPrizeLaureate. |
void |
setYear(Integer year)
Sets the year of the
NobelPrize of the NobelPrizeLaureate. |
resetpublic NobelPrizeLaureateSearchCriteria()
public String getDescription()
public void setDescription(String description)
description - The description for the NobelPrizeLaureate.public Integer getFraction()
public void setFraction(Integer fraction)
fraction - The fraction for the NobelPrizeLaureate.public Long getCategoryId()
NobelPrizeCategory of the NobelPrize
of the NobelPrizeLaureate.NobelPrizeCategory of the
NobelPrize of the NobelPrizeLaureate.public void setCategoryId(Long categoryId)
NobelPrizeCategory of the NobelPrize
of the NobelPrizeLaureate.categoryId - The id of the NobelPrizeCategory of the
NobelPrize of the NobelPrizeLaureate.public Integer getYear()
NobelPrize of the NobelPrizeLaureate.NobelPrize of the NobelPrizeLaureate.public void setYear(Integer year)
NobelPrize of the NobelPrizeLaureate.year - The year of the NobelPrize of the NobelPrizeLaureate.public String getScientistLastName()
Scientist of the NobelPrizeLaureate.Scientist of the NobelPrizeLaureate.public void setScientistLastName(String scientistLastName)
Scientist of the NobelPrizeLaureate.scientistLastName - The last name of the Scientist of the
NobelPrizeLaureate.public WhereClause getWhereClause()
Copyright © 2008–2018. All rights reserved.