Subversion Repositories eFlore/Applications.del

Rev

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

Rev 445 Rev 467
Line 93... Line 93...
93
	public void setProtocoleCourant(Protocole protocoleCourant) {
93
	public void setProtocoleCourant(Protocole protocoleCourant) {
94
		this.protocoleCourant = protocoleCourant;
94
		this.protocoleCourant = protocoleCourant;
95
	}
95
	}
Line 96... Line 96...
96
 
96
 
-
 
97
	public InformationsRecherche getInformationsRechercheImage() {
-
 
98
		if(informationsRechercheImage == null) {
-
 
99
			informationsRechercheImage = new InformationsRecherche();
97
	public InformationsRecherche getInformationsRechercheImage() {
100
		}
98
		return informationsRechercheImage;
101
		return informationsRechercheImage;
Line 99... Line 102...
99
	}
102
	}
-
 
103
 
-
 
104
	public InformationsRecherche getInformationsRechercheObservation() {
-
 
105
		if(informationsRechercheObservation == null) {
100
 
106
			informationsRechercheObservation = new InformationsRecherche();
101
	public InformationsRecherche getInformationsRechercheObservation() {
107
		}
Line 102... Line 108...
102
		return informationsRechercheObservation;
108
		return informationsRechercheObservation;
103
	}
109
	}