Subversion Repositories eFlore/Applications.del

Rev

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

Rev 358 Rev 361
Line 1... Line 1...
1
package org.tela_botanica.del.client.cache;
1
package org.tela_botanica.del.client.cache;
Line 2... Line -...
2
 
-
 
3
import java.util.List;
-
 
4
 
2
 
5
import org.tela_botanica.del.client.modeles.Image;
3
import org.tela_botanica.del.client.modeles.Image;
6
import org.tela_botanica.del.client.modeles.InformationsRecherche;
4
import org.tela_botanica.del.client.modeles.InformationsRecherche;
7
import org.tela_botanica.del.client.modeles.Observation;
5
import org.tela_botanica.del.client.modeles.Observation;
Line 11... Line 9...
11
 
9
 
12
	private Observation observationCourante;
10
	private Observation observationCourante;
13
	private Image imageCourante;
11
	private Image imageCourante;
14
	private String taxonPourRechercheEflore;
12
	private String taxonPourRechercheEflore;
15
	private Protocole protocoleCourant;
-
 
16
	private List<Image> images;
13
	private Protocole protocoleCourant;
17
	private int numPageRechercheImage = 0;
14
	private int numPageRechercheImage = 0;
Line 18... Line 15...
18
	private int nbTotalImagesRecherchees = 0;
15
	private int nbTotalImagesRecherchees = 0;
19
 
16
 
Line 71... Line 68...
71
 
68
 
72
	public int getPageCouranteRechercheImage() {
69
	public int getPageCouranteRechercheImage() {
73
		return this.pageCouranteRechercheImage;
70
		return this.pageCouranteRechercheImage;
Line 74... Line -...
74
	}
-
 
75
 
-
 
76
	public List<Image> getImages() {
-
 
77
		return images;
-
 
78
	}
-
 
79
 
-
 
80
 
-
 
81
 
-
 
82
	public void setImages(List<Image> images) {
-
 
83
		this.images = images;
-
 
84
	}
71
	}
85
	
72
 
86
	public void setNbTotalImagesRecherchees(int nbTotalImagesRecherchees) {
73
	public void setNbTotalImagesRecherchees(int nbTotalImagesRecherchees) {
87
		this.nbTotalImagesRecherchees = nbTotalImagesRecherchees;
74
		this.nbTotalImagesRecherchees = nbTotalImagesRecherchees;
88
	}
75
	}
89
	
76
 
90
	public int getNbTotalImagesRecherchees() {
77
	public int getNbTotalImagesRecherchees() {
Line 91... Line 78...
91
		return this.nbTotalImagesRecherchees;
78
		return this.nbTotalImagesRecherchees;