Subversion Repositories eFlore/Applications.del

Rev

Rev 100 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 100 Rev 103
Line 1... Line 1...
1
package org.tela_botanica.del.client.modeles;
1
package org.tela_botanica.del.client.modeles;
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
public class Protocol {
3
public class Protocole {
Line 4... Line 4...
4
	
4
 
-
 
5
	private int id;
-
 
6
 
-
 
7
	private String nom;
-
 
8
	
Line 5... Line 9...
5
	private int id;
9
	public static String ESTHETISME="Esthetisme";
6
	
10
	
7
	private String name;
11
	public static String IDENTIFICATION_AUTOMATIQUE="Identification automatique";
Line 8... Line 12...
8
 
12
 
9
	public int getId() {
13
	public int getId() {
10
		return id;
14
		return id;
Line 11... Line 15...
11
	}
15
	}
12
 
16
 
13
	public void setId(int id) {
17
	public void setId(int id) {
Line 14... Line 18...
14
		this.id = id;
18
		this.id = id;
15
	}
19
	}
16
 
20
 
Line 17... Line 21...
17
	public String getName() {
21
	public String getNom() {