org.genealogie.utils
Class EtatsRechercheUtils
java.lang.Object
|
+--org.genealogie.utils.GenericUtils
|
+--org.genealogie.utils.EtatsRechercheUtils
- All Implemented Interfaces:
- java.io.Serializable
- public class EtatsRechercheUtils
- extends GenericUtils
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Field Summary |
private long |
couleur
|
private int |
id
|
private java.lang.String |
nom
|
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
id
private int id
nom
private java.lang.String nom
couleur
private long couleur
EtatsRechercheUtils
public EtatsRechercheUtils()
EtatsRechercheUtils
public EtatsRechercheUtils(int id,
java.lang.String nom,
long couleur)
getId
public int getId()
getNom
public java.lang.String getNom()
getCouleur
public long getCouleur()
setId
public void setId(int id)
setNom
public void setNom(java.lang.String nom)
setCouleur
public void setCouleur(long couleur)
Copyright © 2002 JGenea DAO. All Rights Reserved.