org.genealogie.bean
Class TypeActe

java.lang.Object
  |
  +--org.genealogie.bean.GenericBean
        |
        +--org.genealogie.bean.TypeActe
Direct Known Subclasses:
TypeActeImpl

public class TypeActe
extends GenericBean

Interface représentant un type d'acte.

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

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

TypeActe

public TypeActe()
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.