Subversion Repositories eFlore/Applications.del

Rev

Rev 100 | Show entire file | Ignore 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
 
3
public class Protocol {
3
public class Protocole {
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";
Line 6... Line 10...
6
	
10
	
7
	private String name;
11
	public static String IDENTIFICATION_AUTOMATIQUE="Identification automatique";
8
 
12
 
Line 9... Line 13...
9
	public int getId() {
13
	public int getId() {
10
		return id;
14
		return id;
11
	}
15
	}
Line 12... Line 16...
12
 
16
 
13
	public void setId(int id) {
17
	public void setId(int id) {
14
		this.id = id;
18
		this.id = id;
Line 15... Line 19...
15
	}
19
	}
16
 
20
 
17
	public String getName() {
21
	public String getNom() {
Line 18... Line 22...
18
		return name;
22
		return nom;