org.genealogie.pdf
Class EltDescendant

java.lang.Object
  |
  +--org.genealogie.pdf.EltDescendant

public class EltDescendant
extends java.lang.Object


Field Summary
private  java.util.Vector enfants
           
private  int idPersonne
           
private  int numero
           
 
Constructor Summary
EltDescendant(int idPersonne, int numero, java.util.Vector enfants)
           
 
Method Summary
 java.util.Vector getEnfants()
           
 int getIdPersonne()
           
 int getNombreEnfants()
           
 int getNumero()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

idPersonne

private int idPersonne

numero

private int numero

enfants

private java.util.Vector enfants
Constructor Detail

EltDescendant

public EltDescendant(int idPersonne,
                     int numero,
                     java.util.Vector enfants)
Method Detail

getIdPersonne

public int getIdPersonne()

getNumero

public int getNumero()

getEnfants

public java.util.Vector getEnfants()

getNombreEnfants

public int getNombreEnfants()


Copyright © 2002 JGenea Ihm. All Rights Reserved.