@Status(stage=PRODUCTION, unitTests=ABSENT) @Reviews(value=@Review(by="Kees Schotanus",at="2009-09-18",reason="Initial review")) public class PlanetSearchCriteria extends AbstractSearchCriteria
Planet
.Constructor and Description |
---|
PlanetSearchCriteria()
Public default constructor to make this a bean.
|
Modifier and Type | Method and Description |
---|---|
Long |
getId()
Gets the ID of the Planet.
|
String |
getName()
Gets the name of the Planet.
|
WhereClause |
getWhereClause()
Gets the where-clause.
|
void |
setId(Long id)
Sets the ID of the Planet.
|
void |
setName(String name)
Sets the name of the Planet.
|
reset
public PlanetSearchCriteria()
public Long getId()
public void setId(Long id)
id
- The ID of the Planet.public String getName()
public void setName(String name)
name
- The name of the Planet.public WhereClause getWhereClause()
Copyright © 2008–2018. All rights reserved.