Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 66 Rev 69
Line 1... Line 1...
1
package org.tela_botanica.client.modeles;
1
package org.tela_botanica.client.modeles;
Line 2... Line -...
2
 
-
 
3
import java.io.Serializable;
2
 
4
import java.util.Iterator;
3
import java.util.Iterator;
Line 5... Line -...
5
import java.util.Set;
-
 
6
 
4
import java.util.Set;
Line 7... Line 5...
7
import com.extjs.gxt.ui.client.data.BaseModelData;
5
 
Line 8... Line -...
8
import com.google.gwt.json.client.JSONObject;
-
 
9
 
-
 
10
public class Utilisateur extends BaseModelData implements Serializable {
-
 
11
 
-
 
12
	/**
-
 
13
	 * Variable pour la sérialisation de l'objet.
6
import com.google.gwt.json.client.JSONObject;
14
	 */
7
 
15
	private static final long serialVersionUID = 3;
8
public class Utilisateur extends aDonnee {
16
	
9