Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 166 Rev 169
Line 131... Line 131...
131
	
131
	
132
	public String getAdresseComplement() {
132
	public String getAdresseComplement() {
133
		return (String) renvoyerValeurCorrecte("adresse_02");
133
		return (String) renvoyerValeurCorrecte("adresse_02");
Line -... Line 134...
-
 
134
	}
-
 
135
 
-
 
136
	public String getDateFondationFormatMysql() {
134
	}
137
		return (String) renvoyerValeurCorrecte("date_fondation");
135
 
138
	}
136
	public Date getDateFondation() {
139
	public Date getDateFondation() {
137
		Date fondationDate = null;
140
		Date fondationDate = null;
138
		String fondationChaine = (String) renvoyerValeurCorrecte("date_fondation");
141
		String fondationChaine = (String) renvoyerValeurCorrecte("date_fondation");