org.genealogie.bean
Class Pays

java.lang.Object
  |
  +--org.genealogie.bean.GenericBean
        |
        +--org.genealogie.bean.Pays
Direct Known Subclasses:
PaysImpl

public class Pays
extends GenericBean

Interface représentant un pays.

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

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

Pays

public Pays()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getNom

public java.lang.String getNom()

setNom

public void setNom(java.lang.String nom)


Copyright © 2002 JGenea DAO. All Rights Reserved.