Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 102 Rev 103
Line 4... Line 4...
4
import java.util.Set;
4
import java.util.Set;
Line 5... Line 5...
5
 
5
 
Line 6... Line 6...
6
import com.google.gwt.json.client.JSONObject;
6
import com.google.gwt.json.client.JSONObject;
-
 
7
 
-
 
8
public class Personne extends aDonnee {
-
 
9
	/**
-
 
10
	 * Constructeur vide
-
 
11
	 */
-
 
12
	public Personne() {
Line 7... Line 13...
7
 
13
		this.set("mark_contact", false);
8
public class Personne extends aDonnee {
14
	}
9
 
15
	
10
	/**
16
	/**