|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.genealogie.bean.GenericBean
|
+--org.genealogie.bean.TypeRecherche
Interface représentant un type de recherche.
| Field Summary | |
protected int |
id
|
protected java.lang.String |
nom
|
protected boolean |
web
|
| Fields inherited from class org.genealogie.bean.GenericBean |
connection, factory |
| Constructor Summary | |
TypeRecherche()
|
|
| Method Summary | |
int |
getId()
|
java.lang.String |
getNom()
|
boolean |
isWeb()
|
void |
setId(int id)
|
void |
setNom(java.lang.String nom)
|
void |
setWeb(boolean web)
|
| Methods inherited from class org.genealogie.bean.GenericBean |
contient, getConnection, getTokens |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected int id
protected java.lang.String nom
protected boolean web
| Constructor Detail |
public TypeRecherche()
| Method Detail |
public int getId()
public void setId(int id)
public java.lang.String getNom()
public void setNom(java.lang.String nom)
public boolean isWeb()
public void setWeb(boolean web)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||