org.genealogie.bean
Class Famille

java.lang.Object
  |
  +--org.genealogie.bean.GenericBean
        |
        +--org.genealogie.bean.Famille
Direct Known Subclasses:
FamilleImpl

public class Famille
extends GenericBean

Interface représentant une famille.

Version:
$Revision: 1.29 $, $Date: 2003/03/26 14:46:43 $
Author:
Templth

Field Summary
protected  int id
           
protected  java.lang.String nom
           
 
Fields inherited from class org.genealogie.bean.GenericBean
connection, factory
 
Constructor Summary
Famille()
           
 
Method Summary
 int getId()
           
 java.lang.String getNom()
           
 void setId(int id)
           
 void setNom(java.lang.String nom)
           
 
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

id

protected int id

nom

protected java.lang.String nom
Constructor Detail

Famille

public Famille()
Method Detail

getId

public int getId()

getNom

public java.lang.String getNom()

setId

public void setId(int id)

setNom

public void setNom(java.lang.String nom)


Copyright © 2002 JGenea DAO. All Rights Reserved.