@Status(stage=PRODUCTION, unitTests=ABSENT) @Reviews(value=@Review(by="Kees Schotanus",at="2010-03-12",reason="Initial review")) public class MoonSearchCriteria extends AbstractSearchCriteria
Moon.| Constructor and Description |
|---|
MoonSearchCriteria()
Public default constructor to make this a bean.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of the Moon.
|
Long |
getPlanetId()
Gets the ID of the Planet.
|
String |
getPosition()
Gets the position of the Moon.
|
WhereClause |
getWhereClause()
Gets the where-clause.
|
void |
setName(String name)
Sets the name of the Moon.
|
void |
setPlanetId(Long planetId)
Sets the ID of the Planet.
|
void |
setPosition(String position)
Sets the position of the Moon.
|
resetpublic MoonSearchCriteria()
public String getName()
public void setName(String name)
name - Name of the Moon.public String getPosition()
public void setPosition(String position)
position - Position of the Moon.public Long getPlanetId()
public void setPlanetId(Long planetId)
planetId - The ID of the Planet.public WhereClause getWhereClause()
Copyright © 2008–2018. All rights reserved.