Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1415 Rev 1417
Line 15... Line 15...
15
	private String appliCode;
15
	private String appliCode;
16
	private String appliVersionNom;
16
	private String appliVersionNom;
17
	private String appliVersionCode;
17
	private String appliVersionCode;
18
	private String developpeurs;
18
	private String developpeurs;
19
	private String traducteurs;
19
	private String traducteurs;
-
 
20
	private String testeurs;
20
	private String licence;
21
	private String licence;
Line 21... Line 22...
21
	
22
	
22
	private String dateHeureCompilation;
23
	private String dateHeureCompilation;
-
 
24
	private String revisionGlobale;
23
	private String revisionGlobale;
25
	private String revisionGlobaleJrest;
Line 24... Line 26...
24
	private String versionJavaCompilation;
26
	private String versionJavaCompilation;
25
	
27
	
26
	public APropos() {
28
	public APropos() {
27
		// on utilise le dictionnaire d'internationalisation pour lire les variables du fichier javascript
29
		// on utilise le dictionnaire d'internationalisation pour lire les variables du fichier javascript
28
		Dictionary apropos = Dictionary.getDictionary("apropos");
30
		Dictionary apropos = Dictionary.getDictionary("apropos");
29
		appliNom = apropos.get("appliNom");
31
		appliNom = apropos.get("appliNom");
30
		appliCode = apropos.get("appliCode");
32
		appliCode = apropos.get("appliCode");
31
		appliVersionNom = apropos.get("appliVersionNom");
33
		appliVersionNom = apropos.get("appliVersionNom");
-
 
34
		appliVersionCode = apropos.get("appliVersionCode");
32
		appliVersionCode = apropos.get("appliVersionCode");
35
		developpeurs = apropos.get("developpeurs");
33
		developpeurs = apropos.get("developpeurs");
36
		testeurs = apropos.get("testeurs");
34
		traducteurs = apropos.get("traducteurs");
37
		traducteurs = apropos.get("traducteurs");
35
		licence = apropos.get("licence");
38
		licence = apropos.get("licence");
-
 
39
		dateHeureCompilation = apropos.get("dateHeureCompilation");
36
		dateHeureCompilation = apropos.get("dateHeureCompilation");
40
		revisionGlobale = apropos.get("revisionGlobale");
37
		revisionGlobale = apropos.get("revisionGlobale");
-
 
38
		versionJavaCompilation = apropos.get("versionJavaCompilation");
41
		revisionGlobaleJrest = apropos.get("revisionGlobaleJrest");
Line 39... Line 42...
39
		
42
		versionJavaCompilation = apropos.get("versionJavaCompilation");
40
	}
43
	}
41
 
44
 
Line 73... Line 76...
73
	
76
	
74
	public String getRevisionGlobale() {
77
	public String getRevisionGlobale() {
75
		return revisionGlobale;
78
		return revisionGlobale;
Line -... Line 79...
-
 
79
	}
-
 
80
	
-
 
81
	public String getRevisionGlobaleJrest() {
-
 
82
		return revisionGlobaleJrest;
76
	}
83
	}
77
	
84
	
78
	public String getVersionJavaCompilation() {
85
	public String getVersionJavaCompilation() {
Line -... Line 86...
-
 
86
		return versionJavaCompilation;
-
 
87
	}
-
 
88
 
-
 
89
	public String getTesteurs() {
79
		return versionJavaCompilation;
90
		return testeurs;
80
	}
91
	}