Subversion Repositories eFlore/Applications.del

Rev

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

Rev 232 Rev 405
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
public class Protocole {
3
public class Protocole {
4
 
4
 
5
	private int id;
5
	private int id;
6
	private String nom;
6
	private String nom;
Line 7... Line 7...
7
	public static String ESTHETISME = "Esthetisme";
7
	public static String ESTHETISME = "Par défaut";
8
	public static String IDENTIFICATION_AUTOMATIQUE = "Identification automatique";
8
	public static String IDENTIFICATION_AUTOMATIQUE = "Identification automatique";
9
 
9