Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 468 Rev 477
Line 74... Line 74...
74
	}
74
	}
75
	public void setGuid(String guid) {
75
	public void setGuid(String guid) {
76
		this.set("guid", guid);
76
		this.set("guid", guid);
77
	}
77
	}
Line -... Line 78...
-
 
78
	
-
 
79
	// CODE
-
 
80
	public String getCode() {
-
 
81
		return renvoyerValeurCorrecte("code");
-
 
82
	}
-
 
83
	public void setCode(String code) {
-
 
84
		this.set("code", code);
-
 
85
	}
78
	
86
	
79
	// NOM
87
	// NOM
80
	public String getNom() {
88
	public String getNom() {
81
		return renvoyerValeurCorrecte("nom");
89
		return renvoyerValeurCorrecte("nom");
82
	}
90
	}
Line 89... Line 97...
89
		return renvoyerValeurCorrecte("truk_identifiant_alternatif");
97
		return renvoyerValeurCorrecte("truk_identifiant_alternatif");
90
	}
98
	}
91
	public void setIdAlternatif(String idAlter) {
99
	public void setIdAlternatif(String idAlter) {
92
		this.set("truk_identifiant_alternatif", idAlter);
100
		this.set("truk_identifiant_alternatif", idAlter);
93
	}
101
	}
-
 
102
	
-
 
103
	// DESCRIPTION
-
 
104
	public String getDescription() {
-
 
105
		return renvoyerValeurCorrecte("description");
-
 
106
	}
-
 
107
	public void setDescription(String description) {
-
 
108
		this.set("description", description);
-
 
109
	}
-
 
110
	
-
 
111
	// DESCRIPTION SPECIALISTE
-
 
112
	public String getDescriptionSpecialiste() {
-
 
113
		return renvoyerValeurCorrecte("description_specialiste");
-
 
114
	}
-
 
115
	public void setDescriptionSpecialiste(String descriptionSepcialiste) {
-
 
116
		this.set("description_specialiste", descriptionSepcialiste);
-
 
117
	}
Line 94... Line 118...
94
 
118
 
95
	// +--------------------------------------------------------------------------------------------------------------+
119
	// +--------------------------------------------------------------------------------------------------------------+
96
	// STRUCTURE NOM
120
	// STRUCTURE NOM
97
	public String getStructureNom() {
121
	public String getStructureNom() {