Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1244 Rev 1367
Line 2... Line 2...
2
 
2
 
3
import java.io.Serializable;
3
import java.io.Serializable;
4
import java.util.HashMap;
4
import java.util.HashMap;
Line 5... Line -...
5
import java.util.Map;
-
 
6
 
-
 
7
import com.google.gwt.user.client.Window;
5
import java.util.Map;
Line 8... Line 6...
8
 
6
 
9
public class PropositionDetermination extends InterventionForum implements Serializable {
7
public class PropositionDetermination extends InterventionForum implements Serializable {
10
 
8
 
11
	private static final long serialVersionUID = 840032625524143547L;
9
	private static final long serialVersionUID = 840032625524143547L;
Line 12... Line 10...
12
	private String id, espece, commentaire, numNomenclatural;
10
	private String id, espece, commentaire, numNomenclatural, referentiel;
Line 114... Line 112...
114
	}
112
	}
Line 115... Line 113...
115
 
113
 
116
	public void setNumNomenclatural(String numNomenclatural) {
114
	public void setNumNomenclatural(String numNomenclatural) {
117
		this.numNomenclatural = numNomenclatural;
115
		this.numNomenclatural = numNomenclatural;
-
 
116
	}
-
 
117
	
-
 
118
	public String getReferentiel() {
-
 
119
		return referentiel;
-
 
120
	}
-
 
121
 
-
 
122
	public void setReferentiel(String referentiel) {
-
 
123
		this.referentiel = referentiel;
118
	}
124
	}