Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 992 Rev 1004
Line 60... Line 60...
60
		set("_annee_", "");
60
		set("_annee_", "");
61
		set("indication_nvt", publicationLiee.getIndicationNvt());
61
		set("indication_nvt", publicationLiee.getIndicationNvt());
62
		set("fascicule", publicationLiee.getFascicule());
62
		set("fascicule", publicationLiee.getFascicule());
63
		set("truk_pages", publicationLiee.getPages());
63
		set("truk_pages", publicationLiee.getPages());
64
		set("_etat_", "");
64
		set("_etat_", "");
-
 
65
		set("_role_", "");
65
	}
66
	}
Line 66... Line 67...
66
	
67
	
67
	
68
	
Line 109... Line 110...
109
	public void setPublicationLiee(Publication publication)	{
110
	public void setPublicationLiee(Publication publication)	{
110
		this.publicationLiee = publication;
111
		this.publicationLiee = publication;
111
		initialiserChampsPourGrille();
112
		initialiserChampsPourGrille();
112
	}
113
	}
Line -... Line 114...
-
 
114
	
-
 
115
	// ROLE
-
 
116
	public String getRole() {
-
 
117
		String role = this.get("_role_");
-
 
118
		if (role != null)	{
-
 
119
			return role;
-
 
120
		} else 	{
-
 
121
			return "";
-
 
122
		}
-
 
123
	}
113
	
124
	
114
	// ID PERSONNE
125
	// ID PERSONNE
115
	public String getIdPersonne() {
126
	public String getIdPersonne() {
116
		return renvoyerValeurCorrecte("id_personne");
127
		return renvoyerValeurCorrecte("id_personne");
117
	}
128
	}