org.genealogie.bean
Class TypeDocument

java.lang.Object
  |
  +--org.genealogie.bean.GenericBean
        |
        +--org.genealogie.bean.TypeDocument
Direct Known Subclasses:
TypeDocumentImpl

public class TypeDocument
extends GenericBean

Interface représentant un type de document.

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
TypeDocument()
           
 
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

TypeDocument

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