Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 868 Rev 870
Line 102... Line 102...
102
	}
102
	}
103
	public void setConservationMethode(String methodeConservation) {
103
	public void setConservationMethode(String methodeConservation) {
104
		this.set("truk_conservation_papier_type", methodeConservation);
104
		this.set("truk_conservation_papier_type", methodeConservation);
105
	}
105
	}
Line -... Line 106...
-
 
106
	
-
 
107
	// ÉTIQUETTE FIXATION POURCENT
-
 
108
	public String getEtiquetteFixationPourcent() {
-
 
109
		return renvoyerValeurCorrecte("etiquette_fixation_pourcent");
-
 
110
	}
-
 
111
	public void setEtiquetteFixationPourcent(String etiquetteFixationPourcent) {
-
 
112
		this.set("etiquette_fixation_pourcent", etiquetteFixationPourcent);
-
 
113
	}
106
	
114
	
107
	// SPÉCIMEN FIXATION POURCENT
115
	// SPÉCIMEN FIXATION POURCENT
108
	public String getSpecimenFixationPourcent() {
116
	public String getSpecimenFixationPourcent() {
109
		return renvoyerValeurCorrecte("specimen_fixation_pourcent");
117
		return renvoyerValeurCorrecte("specimen_fixation_pourcent");
110
	}
118
	}