Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 106 Rev 221
Line 39... Line 39...
39
				this.set(cleObjet, valeur);
39
				this.set(cleObjet, valeur);
40
			}
40
			}
41
		}
41
		}
42
	}
42
	}
Line -... Line 43...
-
 
43
	
-
 
44
	public Publication(String nom_complet, String uri, String auteur, String collection, String titre, String editeur,
-
 
45
			String dateParution, String indicationNvt, String fascicule, String pages) {
-
 
46
		this.set("fmt_nom_complet", nom_complet);
-
 
47
		this.set("uri", uri);
-
 
48
		this.set("fmt_auteur", auteur);
-
 
49
		this.set("collection", collection);
-
 
50
		this.set("titre", nom_complet);
-
 
51
		this.set("fmt_nom_complet", titre);
-
 
52
		this.set("ce_truk_editeur", editeur);
-
 
53
		this.set("date_parution", dateParution);
-
 
54
		this.set("indication_nvt", indicationNvt);
-
 
55
		this.set("fascicule", fascicule);
-
 
56
		this.set("truk_pages", pages);
-
 
57
	}
43
	
58
	
44
	public String getId() {
59
	public String getId() {
45
		return (String) renvoyerValeurCorrecte("id_publication");
60
		return (String) renvoyerValeurCorrecte("id_publication");
Line 46... Line 61...
46
	}
61
	}