[Castore-commits] ModelValidation.java 1.2 1.3

Mohamed Yenje Ould Elkhadir mohamed at adullact1.hosting.cri74.org
Mar 8 Aou 16:14:19 CEST 2006


Update of /cvsroot/castore/castore-applets/src/java/fr/emn/castor/applets/gestionWorkflows/applet
In directory adullact1:/tmp/cvs-serv15782/src/java/fr/emn/castor/applets/gestionWorkflows/applet

Modified Files:
	ModelValidation.java 
Log Message:
Ajout d'un  attribut qui represente le chemin de fichier correspondant

Index: ModelValidation.java
===================================================================
RCS file: /cvsroot/castore/castore-applets/src/java/fr/emn/castor/applets/gestionWorkflows/applet/ModelValidation.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ModelValidation.java	11 Jul 2006 14:12:11 -0000	1.2
--- ModelValidation.java	8 Aug 2006 14:14:16 -0000	1.3
***************
*** 68,71 ****
--- 68,81 ----
  	
      boolean utilisé;
+     
+     boolean diffusionOptional;
+     
+     boolean licenseOptional;
+ 
+     String valeurlicence;
+     
+     String valeurdiffusion;
+     
+     String fichier;
  	
  public ModelValidation()
***************
*** 295,300 ****
   */
  	
- 
-     String valeurlicence;
  	/**
  	 * Méthode récupérante la valeur de licence dans l'étape de soumission
--- 305,308 ----
***************
*** 315,320 ****
  		this.valeurlicence = valeurlicence;
  	                                }
- 
- 	String valeurdiffusion;
  	
  	/**
--- 323,326 ----
***************
*** 336,341 ****
  		this.valeurdiffusion = valeurd;
  	                                               }
-   
- 	boolean licenseOptional;
  
     /**
--- 342,345 ----
***************
*** 357,362 ****
  	   this.licenseOptional = licenseOptional;
                                                             }
-   
-    boolean diffusionOptional;
  
     /**
--- 361,364 ----
***************
*** 550,552 ****
--- 552,564 ----
  
  
+ public String getFichier() {
+ 	return fichier;
+ }
+ 
+ 
+ public void setFichier(String fichier) {
+ 	this.fichier = fichier;
+ }
+ 
+ 
  }




Plus d'informations sur la liste de diffusion Castore-commits