@Status(stage=PRODUCTION, unitTests=COMPLETE) @Reviews(value=@Review(by="Kees Schotanus",at="2009-09-18",reason="Initial review")) public class ElementSearchCriteria extends AbstractSearchCriteria
Element
.Constructor and Description |
---|
ElementSearchCriteria()
Public default constructor to make this a bean.
|
Modifier and Type | Method and Description |
---|---|
String |
getFromWeight()
Gets the minimum atomic weight of the Element.
|
String |
getName()
Gets the name of the Element.
|
Long |
getNumber()
Gets the number of the Element.
|
String |
getSymbol()
Gets the symbol of the Element.
|
String |
getToWeight()
Gets the maximum atomic weight of the Element.
|
WhereClause |
getWhereClause()
Gets the JPQL where-clause.
|
void |
setFromWeight(String fromWeight)
Sets the minimum atomic weight of the Element.
|
void |
setName(String name)
Sets the name of the Element.
|
void |
setNumber(Long number)
Sets the number of the Element.
|
void |
setSymbol(String symbol)
Sets the symbol of the Element.
|
void |
setToWeight(String toWeight)
Sets the maximum atomic weight of the Element.
|
reset
public ElementSearchCriteria()
public Long getNumber()
public void setNumber(Long number)
number
- The number of the Element.public String getSymbol()
public void setSymbol(String symbol)
symbol
- The symbol of the Element.public String getName()
public void setName(String name)
name
- The name of the Element.public String getFromWeight()
public void setFromWeight(String fromWeight)
fromWeight
- The minimum atomic weight of the Element.public String getToWeight()
public void setToWeight(String toWeight)
toWeight
- The maximum atomic weight of the Element.public WhereClause getWhereClause()
Copyright © 2008–2018. All rights reserved.