Subversion Repositories eFlore/Applications.del

Rev

Rev 663 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 663 Rev 690
Line 4... Line 4...
4
 
4
 
Line 5... Line 5...
5
public class Commentaire extends InterventionForum {
5
public class Commentaire extends InterventionForum {
Line 6... Line 6...
6
 
6
 
7
	private String commentaire;
7
	private String commentaire;
8
 
8
 
9
	public Commentaire(String auteur, Date date, String commentaire) {
9
	public Commentaire(Contributeur contributeur, Date date, String commentaire) {
10
		setAuteur(auteur);
10
		setContributeur(contributeur);
Line 11... Line 11...
11
		setDate(date);
11
		setDate(date);