Subversion Repositories eFlore/Applications.cel

Rev

Rev 1454 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1454 Rev 1542
Line 1... Line 1...
1
package org.tela_botanica.client.modeles.objets;
1
package org.tela_botanica.client.modeles.objets;
Line 2... Line -...
2
 
-
 
3
 
-
 
4
 
-
 
5
 
2
 
6
 
3
 
7
/**
4
/**
8
 * 
5
 * 
9
 * Classe representant un element du referentiel de nom
6
 * Classe representant un element du referentiel de nom
10
 * 
-
 
11
 */
7
 * 
Line 12... Line 8...
12
 
8
 */
13
public class ReferentielNom {
9
public class ReferentielNom {
Line 20... Line 16...
20
	
16
	
Line 21... Line 17...
21
	public ReferentielNom() {
17
	public ReferentielNom() {
Line 22... Line -...
22
		
-
 
23
	}
18
		
24
 
19
	}
25
	
20
 
26
	/**
21
	/**
27
	 * @param nom
22
	 * @param nom
28
	 * @param numeroNom
23
	 * @param numeroNom
29
	 * @param statut
-
 
30
	 * 
24
	 * @param statut
31
	 */
-
 
32
	
25
	 * 
33
	public ReferentielNom(String nom, String numeroNom, String statut) {
26
	 */
34
		
27
	public ReferentielNom(String nom, String numeroNom, String statut) {
35
		this.nom = nom;
-
 
36
		this.numeroNom = numeroNom;
-
 
37
		this.statut = statut;
28
		this.nom = nom;
Line 38... Line 29...
38
 
29
		this.numeroNom = numeroNom;
39
		
30
		this.statut = statut;
40
	}
31
	}
Line 41... Line -...
41
 
-
 
42
 
32
 
43
	public String getNom() {
33
 
44
		return nom;
34
	public String getNom() {
Line 45... Line 35...
45
	}
35
		return nom;