Subversion Repositories eFlore/Applications.del

Rev

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

Rev 835 Rev 890
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
 
-
 
9
	private static final long serialVersionUID = 840032625524143547L;
-
 
10
	private String id, espece;
9
	private static final long serialVersionUID = 840032625524143547L;
11
	
10
	private String id, espece;
12
 
Line -... Line 13...
-
 
13
	private Map<String, VoteDetermination> votesDeterminations = new HashMap<String, VoteDetermination>();
-
 
14
	private Observation observation;
-
 
15
	
-
 
16
	public PropositionDetermination(String id, Contributeur contributeur, String texte) {
-
 
17
		setId(id);
11
	private Map<String, VoteDetermination> votesDeterminations = new HashMap<String, VoteDetermination>();
18
		setContributeur(contributeur);
12
	private Observation observation;
19
	}
13
	
20
	
Line 14... Line 21...
14
	public PropositionDetermination(Observation observation) {
21
	public PropositionDetermination(Observation observation) {