Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1319 Rev 1329
Line 67... Line 67...
67
	}
67
	}
68
	public void setAuteur(String auteurFormate) {
68
	public void setAuteur(String auteurFormate) {
69
		this.set("fmt_auteur", auteurFormate);
69
		this.set("fmt_auteur", auteurFormate);
70
	}
70
	}
Line 71... Line -...
71
 
-
 
72
	// FIXME :
-
 
73
	// NE SERT A RIEN !
-
 
74
	// Author : Cyprien
-
 
75
	// Action : Cette fonction retourne l'objet de la publication (=ce dont parle la publication)
-
 
76
	//			le résultat est une chaine de caractères représentant le nom d'une collection
-
 
77
	//			ou d'une personne
-
 
78
	public String getObjetDeLaPublication(){
-
 
79
		String objetDeLaPublication = "";
-
 
80
		
-
 
81
		return objetDeLaPublication;
-
 
82
	}
-
 
83
 
71
 
84
	public String getCollection() {
72
	public String getCollection() {
85
		return renvoyerValeurCorrecte("collection");
73
		return renvoyerValeurCorrecte("collection");
86
	}
74
	}
87
	public void setCollection(String collection) {
75
	public void setCollection(String collection) {