Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 804 Rev 838
Line 50... Line 50...
50
	}
50
	}
Line 51... Line 51...
51
	
51
	
52
	public String getAbreviation() {
52
	public String getAbreviation() {
53
		return renvoyerValeurCorrecte("abreviation");
53
		return renvoyerValeurCorrecte("abreviation");
-
 
54
	}
-
 
55
	
-
 
56
	public String getResume() {
-
 
57
		return renvoyerValeurCorrecte("resume");
-
 
58
	}
-
 
59
	
-
 
60
	public String getDescription() {
-
 
61
		return renvoyerValeurCorrecte("description");
-
 
62
	}
-
 
63
	
-
 
64
	public String getUrl() {
-
 
65
		return renvoyerValeurCorrecte("url");
-
 
66
	}
-
 
67
	
-
 
68
	public String getMotsCles() {
-
 
69
		return renvoyerValeurCorrecte("mot_cles ");
-
 
70
	}
-
 
71
	
-
 
72
	public String getCitation() {
-
 
73
		return renvoyerValeurCorrecte("citation ");
-
 
74
	}
-
 
75
	
-
 
76
	public String getLicence() {
-
 
77
		return renvoyerValeurCorrecte("licence ");
-
 
78
	}
-
 
79
	
-
 
80
	public String getLangue() {
-
 
81
		return renvoyerValeurCorrecte("ce_langue ");
-
 
82
	}
-
 
83
	
-
 
84
	public String getIndexationHeure() {
-
 
85
		return renvoyerValeurCorrecte("indexation_heure ");
-
 
86
	}
-
 
87
	
-
 
88
	public String getIndexationDuree() {
-
 
89
		return renvoyerValeurCorrecte("ce_indexation_duree ");
-
 
90
	}
-
 
91
	
-
 
92
	public String getIndexationFreq() {
-
 
93
		return renvoyerValeurCorrecte("ce_indexation_freq ");
-
 
94
	}
-
 
95
	
-
 
96
	public String getMarkPublic() {
-
 
97
		return renvoyerValeurCorrecte("mark_public ");
-
 
98
	}
-
 
99
	
-
 
100
	public String getMeta() {
-
 
101
		return renvoyerValeurCorrecte("ce_meta ");
Line 54... Line 102...
54
	}
102
	}