Subversion Repositories eFlore/Applications.del

Rev

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

Rev 602 Rev 658
Line 116... Line 116...
116
		if (vue.getCommentaires().getText() != "") {
116
		if (vue.getCommentaires().getText() != "") {
117
			String contenuCommentaire = vue.getCommentaires().getText();
117
			String contenuCommentaire = vue.getCommentaires().getText();
118
			Commentaire comm = new Commentaire(auteur, new Date(), contenuCommentaire);
118
			Commentaire comm = new Commentaire(auteur, new Date(), contenuCommentaire);
119
			propositionAjoutee.ajouterCommentaire(comm);
119
			propositionAjoutee.ajouterCommentaire(comm);
120
		}
120
		}
121
		propositionAjoutee.setContributeur(auteur);
121
		propositionAjoutee.setAuteur(auteur);
122
		propositionAjoutee.setDate(new Date());
122
		propositionAjoutee.setDate(new Date());
Line 123... Line 123...
123
 
123
 
Line 124... Line 124...
124
		propositionAjoutee.setEspece(autoCompletionNomTaxonsPresenteur.getValeur());
124
		propositionAjoutee.setEspece(autoCompletionNomTaxonsPresenteur.getValeur());