org.genealogie.bean.defaut
Class RegistreImpl

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

public class RegistreImpl
extends Registre
implements StandardBean

Classe représentant une registre.

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

Field Summary
static java.lang.String REGISTRE_NON_TROUVE
           
 
Fields inherited from class org.genealogie.bean.Registre
anneeDebut, anneeFin, cote, disponible, id, lieu, nom, repertoire, transformation
 
Fields inherited from class org.genealogie.bean.GenericBean
connection, factory
 
Constructor Summary
RegistreImpl(FactoryDAO factory, int id)
          Constructeur avec l'identifiant du registre.
 
Method Summary
 void create()
          Cette méthode permet d'insérer un registre.
 RegistreUtils getRegistreUtils()
           
 void load()
          Cette méthode permet de charger les informations du registre.
 void remove()
          Cette méthode permet de supprimer un registre.
 void store()
          Cette méthode permet de sauvegarder les informations du registre.
 
Methods inherited from class org.genealogie.bean.Registre
getAnneeDebut, getAnneeFin, getCote, getDisponible, getId, getLieu, getNom, getRepertoire, getTransformation, isDisponible, setAnneeDebut, setAnneeFin, setCote, setDisponible, setId, setLieu, setNom, setRepertoire, setTransformation
 
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
 

Field Detail

REGISTRE_NON_TROUVE

public static java.lang.String REGISTRE_NON_TROUVE
Constructor Detail

RegistreImpl

public RegistreImpl(FactoryDAO factory,
                    int id)

Constructeur avec l'identifiant du registre.

Parameters:
id - l'identifiant du registre
Method Detail

create

public void create()
            throws JGeneaException

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

Specified by:
create in interface StandardBean

load

public void load()
          throws JGeneaException

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

Specified by:
load in interface StandardBean

store

public void store()
           throws JGeneaException

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

Specified by:
store in interface StandardBean

remove

public void remove()
            throws JGeneaException

Cette méthode permet de supprimer un registre.

Specified by:
remove in interface StandardBean

getRegistreUtils

public RegistreUtils getRegistreUtils()


Copyright © 2002 JGenea DAO. All Rights Reserved.