Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 883 Rev 907
Line 33... Line 33...
33
		return publicationLiee;
33
		return publicationLiee;
34
	}
34
	}
35
	public void setPublication(Publication publication) {
35
	public void setPublication(Publication publication) {
36
		publicationLiee = publication;
36
		publicationLiee = publication;
37
		initialiserChampsPourGrille();
37
		initialiserChampsPourGrille();
-
 
38
		if (publication != null) {
-
 
39
			setIdPublication(publication.getId());
-
 
40
		}
38
	}
41
	}
Line 39... Line 42...
39
	
42
	
40
	private void initialiserChampsPourGrille() {
43
	private void initialiserChampsPourGrille() {
41
		set("fmt_auteur", getPublication().getAuteur());
44
		set("fmt_auteur", getPublication().getAuteur());