Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 455 Rev 602
Line 14... Line 14...
14
public class Personne extends aDonnee {
14
public class Personne extends aDonnee {
Line 15... Line 15...
15
 
15
 
16
	public static final String PREFIXE = "cp";
16
	public static final String PREFIXE = "cp";
17
	public static final String TELEPHONE_FIXE = "FIX";
17
	public static final String TELEPHONE_FIXE = "FIX";
-
 
18
	public static final String TELEPHONE_GSM = "GSM";
Line 18... Line 19...
18
	public static final String TELEPHONE_GSM = "GSM";
19
	public static final String TELEPHONE_FAX = "FAX";
19
	
20
	
20
	/**
21
	/**
21
	 * Constructeur vide
22
	 * Constructeur vide