Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1218 Rev 1346
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
	// Author : Cyprien
-
 
73
	// Action : Cette fonction retourne l'objet de la publication (=ce dont parle la publication)
-
 
74
	//			le résultat est une chaine de caractères représentant le nom d'une collection
-
 
75
	//			ou d'une personne
-
 
76
	public String getObjetDeLaPublication(){
-
 
77
		String objetDeLaPublication = "";
-
 
78
		
-
 
79
		return objetDeLaPublication;
-
 
80
	}
-
 
81
 
71
 
82
	public String getCollection() {
72
	public String getCollection() {
83
		return renvoyerValeurCorrecte("collection");
73
		return renvoyerValeurCorrecte("collection");
84
	}
74
	}
85
	public void setCollection(String collection) {
75
	public void setCollection(String collection) {