Subversion Repositories eFlore/Applications.del

Rev

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

Rev 141 Rev 147
Line 92... Line 92...
92
	}
92
	}
Line 93... Line 93...
93
 
93
 
94
	public void setEspece(String espece) {
94
	public void setEspece(String espece) {
95
		this.espece = espece;
95
		this.espece = espece;
-
 
96
	}
-
 
97
 
-
 
98
	public ArrayList<VoteDetermination> getVotesDeterminations() {
-
 
99
		return votesDeterminations;
-
 
100
	}
-
 
101
 
-
 
102
	public void setVotesDeterminations(ArrayList<VoteDetermination> votesDeterminations) {
-
 
103
		this.votesDeterminations = votesDeterminations;
96
	}
104
	}