Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1129 Rev 1234
Line 29... Line 29...
29
	private int pageCouranteRechercheObservations = 1;
29
	private int pageCouranteRechercheObservations = 1;
30
	private InformationsRecherche informationsRechercheImage;
30
	private InformationsRecherche informationsRechercheImage;
31
	private InformationsRecherche informationsRechercheObservation;
31
	private InformationsRecherche informationsRechercheObservation;
32
	private Utilisateur utilisateur;
32
	private Utilisateur utilisateur;
33
	private String pageCourante = home;
33
	private String pageCourante = home;
-
 
34
	private String statut;
-
 
35
	
-
 
36
	public void supprimerFiltreStatut() {
-
 
37
		this.statut = null;
-
 
38
	}
-
 
39
	
-
 
40
	public void setFiltreStatut(String statut) {
-
 
41
		this.statut = statut;
-
 
42
	}
-
 
43
	
-
 
44
	public String getFiltreStatut() {
-
 
45
		return this.statut;
-
 
46
	}
Line 34... Line 47...
34
	
47
	
35
	public String getPageCourante() {
48
	public String getPageCourante() {
36
		return pageCourante;
49
		return pageCourante;