Subversion Repositories eFlore/Applications.del

Rev

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

Rev 147 Rev 178
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
import java.util.List;
3
import java.util.List;
4
 
4
 
-
 
5
import org.tela_botanica.del.client.modeles.Image;
Line 5... Line 6...
5
import org.tela_botanica.del.client.modeles.Image;
6
import org.tela_botanica.del.client.modeles.Observation;
Line 6... Line 7...
6
import org.tela_botanica.del.client.modeles.Observation;
7
import org.tela_botanica.del.client.modeles.Protocole;
Line 7... Line 8...
7
 
8
 
Line 8... Line 9...
8
public class CacheClient {
9
public class CacheClient {
-
 
10
 
-
 
11
	private Observation currentObservation;
Line 9... Line 12...
9
 
12
	
Line 10... Line 13...
10
	private Observation currentObservation;
13
	private Image imageCourante;
Line 78... Line 81...
78
 
81
 
79
	public void setImageCourante(Image imageCourante) {
82
	public void setImageCourante(Image imageCourante) {
80
		this.imageCourante = imageCourante;
83
		this.imageCourante = imageCourante;
Line -... Line 84...
-
 
84
	}
-
 
85
 
-
 
86
	public Protocole getProtocoleCourant() {
-
 
87
		return protocoleCourant;
-
 
88
	}
-
 
89
 
-
 
90
	public void setProtocoleCourant(Protocole protocoleCourant) {
-
 
91
		this.protocoleCourant = protocoleCourant;
81
	}
92
	}