org.genealogie.bean.defaut
Class PaysImpl

java.lang.Object
  |
  +--org.genealogie.bean.GenericBean
        |
        +--org.genealogie.bean.Pays
              |
              +--org.genealogie.bean.defaut.PaysImpl
All Implemented Interfaces:
StandardBean

public class PaysImpl
extends Pays
implements StandardBean

Classe représentant un pays.

Version:
$Revision: 1.15 $, $Date: 2003/03/26 14:46:51 $
Author:
Templth

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

PaysImpl

public PaysImpl(FactoryDAO factory,
                int id)
Method Detail

create

public void create()
            throws JGeneaException

Cette méthode permet d'insérer un pays.

Specified by:
create in interface StandardBean

load

public void load()
          throws JGeneaException

Cette méthode permet de charger les informations du pays.

Specified by:
load in interface StandardBean

store

public void store()
           throws JGeneaException

Cette méthode permet de sauvegarder les informations du pays.

Specified by:
store in interface StandardBean

remove

public void remove()
            throws JGeneaException

Cette méthode permet de supprimer un pays.

Specified by:
remove in interface StandardBean


Copyright © 2002 JGenea DAO. All Rights Reserved.