Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 69 Rev 119
Line 32... Line 32...
32
			}
32
			}
33
		} else {
33
		} else {
34
			return " ";
34
			return " ";
35
		}
35
		}
36
	}
36
	}
-
 
37
	
-
 
38
	public String getDateModification() {
-
 
39
		return (String) renvoyerValeurCorrecte("cmhl_date_modification");
-
 
40
	}
-
 
41
	
-
 
42
	public String getNotes() {
-
 
43
		return (String) renvoyerValeurCorrecte("cmhl_notes");
-
 
44
	}
-
 
45
	
-
 
46
	public String getIdModifierPar() {
-
 
47
		return (String) renvoyerValeurCorrecte("cmhl_ce_modifier_par");
-
 
48
	}
-
 
49
	
-
 
50
	public String getIdEtat() {
-
 
51
		return (String) renvoyerValeurCorrecte("cmhl_ce_etat");
-
 
52
	}
-
 
53
	
-
 
54
	public String getIp() {
-
 
55
		return (String) renvoyerValeurCorrecte("cmhl_ip");
-
 
56
	}
37
}
57
}