|
|||||||||
| 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.Pays
|
+--org.genealogie.bean.defaut.PaysImpl
Classe représentant un pays.
| Fields inherited from class org.genealogie.bean.Pays |
id, nom |
| Fields inherited from class org.genealogie.bean.GenericBean |
connection, factory |
| Constructor Summary | |
PaysImpl(FactoryDAO factory,
int id)
|
|
| Method Summary | |
void |
create()
Cette méthode permet d'insérer un pays. |
void |
load()
Cette méthode permet de charger les informations du pays. |
void |
remove()
Cette méthode permet de supprimer un pays. |
void |
store()
Cette méthode permet de sauvegarder les informations du pays. |
| Methods inherited from class org.genealogie.bean.Pays |
getId, getNom, setId, setNom |
| Methods inherited from class org.genealogie.bean.GenericBean |
contient, getConnection, getTokens |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public PaysImpl(FactoryDAO factory,
int id)
| Method Detail |
public void create()
throws JGeneaException
Cette méthode permet d'insérer un pays.
create in interface StandardBean
public void load()
throws JGeneaException
Cette méthode permet de charger les informations du pays.
load in interface StandardBean
public void store()
throws JGeneaException
Cette méthode permet de sauvegarder les informations du pays.
store in interface StandardBean
public void remove()
throws JGeneaException
Cette méthode permet de supprimer un pays.
remove in interface StandardBean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||