org.genealogie.utils
Class DepartementUtils

java.lang.Object
  |
  +--org.genealogie.utils.GenericUtils
        |
        +--org.genealogie.utils.DepartementUtils
All Implemented Interfaces:
java.io.Serializable

public class DepartementUtils
extends GenericUtils
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  int id
           
private  java.lang.String nom
           
private  java.lang.String numero
           
private  int paysId
           
private  java.lang.String paysNom
           
 
Fields inherited from class org.genealogie.utils.GenericUtils
formatDate
 
Constructor Summary
DepartementUtils()
           
DepartementUtils(int id, java.lang.String nom, java.lang.String numero, int paysId, java.lang.String paysNom)
           
 
Method Summary
 int getId()
           
 java.lang.String getNom()
           
 java.lang.String getNumero()
           
 int getPaysId()
           
 java.lang.String getPaysNom()
           
 
Methods inherited from class org.genealogie.utils.GenericUtils
getFormatDate, getTokens, setFormatDate
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

id

private int id

nom

private java.lang.String nom

numero

private java.lang.String numero

paysId

private int paysId

paysNom

private java.lang.String paysNom
Constructor Detail

DepartementUtils

public DepartementUtils()

DepartementUtils

public DepartementUtils(int id,
                        java.lang.String nom,
                        java.lang.String numero,
                        int paysId,
                        java.lang.String paysNom)
Method Detail

getId

public int getId()

getNom

public java.lang.String getNom()

getNumero

public java.lang.String getNumero()

getPaysId

public int getPaysId()

getPaysNom

public java.lang.String getPaysNom()


Copyright © 2002 JGenea DAO. All Rights Reserved.