Subversion Repositories eFlore/Applications.del

Rev

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

Rev 210 Rev 232
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 Protocole {
3
public class Protocole {
4
 
-
 
5
	private int id;
4
 
6
 
-
 
7
	private String nom;
5
	private int id;
8
	
-
 
9
	public static String ESTHETISME="Esthetisme";
6
	private String nom;
Line 10... Line 7...
10
	
7
	public static String ESTHETISME = "Esthetisme";
11
	public static String IDENTIFICATION_AUTOMATIQUE="Identification automatique";
8
	public static String IDENTIFICATION_AUTOMATIQUE = "Identification automatique";
12
 
9