org.genealogie.bean.defaut
Class CommuneImpl

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

public class CommuneImpl
extends Commune
implements StandardBean

Classe représentant un commune.

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

Fields inherited from class org.genealogie.bean.Commune
id, nom, nomEquivalent
 
Fields inherited from class org.genealogie.bean.GenericBean
connection, factory
 
Constructor Summary
CommuneImpl(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.Commune
getId, getNom, getNomEquivalent, setId, setNom, setNomEquivalent
 
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

CommuneImpl

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