MAJ 3.1
Ajout de l'affichage Cours, modifications de formes et de contenues dans l'application
This commit is contained in:
@@ -34,6 +34,10 @@ public class Cheval {
|
||||
{//DELETE
|
||||
this.nom = nom;
|
||||
}
|
||||
public Cheval (int id, String nom) {
|
||||
this.id= id;
|
||||
this.nom= nom;
|
||||
}
|
||||
public int getId() { return id; }
|
||||
public String getNom() { return nom; }
|
||||
public String getSexe() { return sexe; }
|
||||
|
||||
Reference in New Issue
Block a user