Résolution tickets #4 #22 Enregistrement projet et modificateurs

This commit is contained in:
2020-12-09 12:48:52 +01:00
parent 3c053fb45f
commit a91a242710
78 changed files with 3754 additions and 2258 deletions

View File

@@ -1,3 +1,4 @@
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
@@ -5,7 +6,7 @@ import java.util.List;
* Gère un projet.
* @author V.BOULANGER
*/
public class Project {
public class Project implements Serializable {
public static int _projectId = 0;