org.genealogie.utils
Class PaysUtils

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

public class PaysUtils
extends GenericUtils
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  int id
           
private  java.lang.String nom
           
 
Fields inherited from class org.genealogie.utils.GenericUtils
formatDate
 
Constructor Summary
PaysUtils()
           
PaysUtils(int id, java.lang.String nom)
           
 
Method Summary
 int getId()
           
 java.lang.String getNom()
           
 
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
Constructor Detail

PaysUtils

public PaysUtils()

PaysUtils

public PaysUtils(int id,
                 java.lang.String nom)
Method Detail

getId

public int getId()

getNom

public java.lang.String getNom()


Copyright © 2002 JGenea DAO. All Rights Reserved.