org.genealogie.bean.defaut
Class DepartementImpl

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

public class DepartementImpl
extends Departement
implements StandardBean

Classe représentant un département.

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

Fields inherited from class org.genealogie.bean.Departement
id, nom, numero
 
Fields inherited from class org.genealogie.bean.GenericBean
connection, factory
 
Constructor Summary
DepartementImpl(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.Departement
getId, getNom, getNumero, setId, setNom, setNumero
 
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

DepartementImpl

public DepartementImpl(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.