Subversion Repositories eFlore/Applications.del

Rev

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

Rev 335 Rev 349
Line 13... Line 13...
13
	private Image imageCourante;
13
	private Image imageCourante;
14
	private String taxonPourRechercheEflore;
14
	private String taxonPourRechercheEflore;
15
	private Protocole protocoleCourant;
15
	private Protocole protocoleCourant;
16
	private List<Image> images;
16
	private List<Image> images;
17
	private int numPageRechercheImage = 0;
17
	private int numPageRechercheImage = 0;
-
 
18
	private int nbTotalImagesRecherchees = 0;
Line 18... Line 19...
18
 
19
 
19
	private int pasPagination = 10;
20
	private int pasPagination = 10;
20
	private int pageCouranteRecherche = 0;
21
	private int pageCouranteRecherche = 0;
21
	private InformationsRecherche informationsRechercheImage;
22
	private InformationsRecherche informationsRechercheImage;
Line 83... Line 84...
83
	}
84
	}
Line 84... Line 85...
84
 
85
 
85
	public void setImages(List<Image> images) {
86
	public void setImages(List<Image> images) {
86
		this.images = images;
87
		this.images = images;
-
 
88
	}
-
 
89
	
-
 
90
	public void setNbTotalImagesRecherchees(int nbTotalImagesRecherchees) {
-
 
91
		this.nbTotalImagesRecherchees = nbTotalImagesRecherchees;
-
 
92
	}
-
 
93
	
-
 
94
	public int getNbTotalImagesRecherchees() {
-
 
95
		return this.nbTotalImagesRecherchees;
Line 87... Line 96...
87
	}
96
	}
88
 
97
 
89
	public Image getImageCourante() {
98
	public Image getImageCourante() {