Subversion Repositories eFlore/Applications.del

Rev

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

Rev 890 Rev 893
Line 5... Line 5...
5
import java.util.Map;
5
import java.util.Map;
Line 6... Line 6...
6
 
6
 
Line 7... Line 7...
7
public class PropositionDetermination extends InterventionForum implements Serializable {
7
public class PropositionDetermination extends InterventionForum implements Serializable {
8
 
8
 
Line 9... Line 9...
9
	private static final long serialVersionUID = 840032625524143547L;
9
	private static final long serialVersionUID = 840032625524143547L;
10
	private String id, espece;
10
	private String espece;
Line 24... Line 24...
24
 
24
 
25
	public void ajouterVoteDetermination(VoteDetermination vd) {
25
	public void ajouterVoteDetermination(VoteDetermination vd) {
26
		votesDeterminations.put(vd.getContributeur(), vd);
26
		votesDeterminations.put(vd.getContributeur(), vd);
Line 27... Line -...
27
	}
-
 
28
 
-
 
29
	public String getId() {
-
 
30
		return id;
-
 
31
	}
-
 
32
 
-
 
33
	public void setId(String id) {
-
 
34
		this.id = id;
-
 
35
	}
27
	}
36
 
28
 
37
	public String getEspece() {
29
	public String getEspece() {
Line 38... Line 30...
38
		return espece;
30
		return espece;