diff --git a/src/java/com/test/beans/Pompier.java b/src/java/com/test/beans/Pompier.java index bb8e356..6fc0b9d 100644 --- a/src/java/com/test/beans/Pompier.java +++ b/src/java/com/test/beans/Pompier.java @@ -25,12 +25,12 @@ public class Pompier { private String cp; private String ville; private int bip; - private int nbGrade; + private int nbGardes; private int grade; private String commentaire; private int idEmployeur; - public Pompier(int id, int idCaserne, String nom, String prenom, int statut, int typePers, String mail, String login, String mdp, String adresse, String cp, String ville, int bip, int nbGrade, int grade, String commentaire, int idEmployeur) { + public Pompier(int id, int idCaserne, String nom, String prenom, int statut, int typePers, String mail, String login, String mdp, String adresse, String cp, String ville, int bip, int nbGardes, int grade, String commentaire, int idEmployeur) { this.id = id; this.idCaserne = idCaserne; this.nom = nom; @@ -44,13 +44,13 @@ public class Pompier { this.cp = cp; this.ville = ville; this.bip = bip; - this.nbGrade = nbGrade; + this.nbGardes = nbGardes; this.grade = grade; this.commentaire = commentaire; this.idEmployeur = idEmployeur; } - public Pompier(int idCaserne, String nom, String prenom, int statut, int typePers, String mail, String login, String mdp, String adresse, String cp, String ville, int bip, int nbGrade, int grade, String commentaire, int idEmployeur) { + public Pompier(int idCaserne, String nom, String prenom, int statut, int typePers, String mail, String login, String mdp, String adresse, String cp, String ville, int bip, int nbGardes, int grade, String commentaire, int idEmployeur) { this.idCaserne = idCaserne; this.nom = nom; this.prenom = prenom; @@ -63,7 +63,7 @@ public class Pompier { this.cp = cp; this.ville = ville; this.bip = bip; - this.nbGrade = nbGrade; + this.nbGardes = nbGardes; this.grade = grade; this.commentaire = commentaire; this.idEmployeur = idEmployeur; @@ -173,12 +173,12 @@ public class Pompier { this.bip = bip; } - public int getNbGrade() { - return nbGrade; + public int getNbGardes() { + return nbGardes; } - public void setNbGrade(int nbGrade) { - this.nbGrade = nbGrade; + public void setNbGardes(int nbGardes) { + this.nbGardes = nbGardes; } public int getGrade() { @@ -207,24 +207,24 @@ public class Pompier { @Override public int hashCode() { - int hash = 3; - hash = 67 * hash + this.id; - hash = 67 * hash + this.idCaserne; - hash = 67 * hash + Objects.hashCode(this.nom); - hash = 67 * hash + Objects.hashCode(this.prenom); - hash = 67 * hash + this.statut; - hash = 67 * hash + this.typePers; - hash = 67 * hash + Objects.hashCode(this.mail); - hash = 67 * hash + Objects.hashCode(this.login); - hash = 67 * hash + Objects.hashCode(this.mdp); - hash = 67 * hash + Objects.hashCode(this.adresse); - hash = 67 * hash + Objects.hashCode(this.cp); - hash = 67 * hash + Objects.hashCode(this.ville); - hash = 67 * hash + this.bip; - hash = 67 * hash + this.nbGrade; - hash = 67 * hash + this.grade; - hash = 67 * hash + Objects.hashCode(this.commentaire); - hash = 67 * hash + this.idEmployeur; + int hash = 7; + hash = 47 * hash + this.id; + hash = 47 * hash + this.idCaserne; + hash = 47 * hash + Objects.hashCode(this.nom); + hash = 47 * hash + Objects.hashCode(this.prenom); + hash = 47 * hash + this.statut; + hash = 47 * hash + this.typePers; + hash = 47 * hash + Objects.hashCode(this.mail); + hash = 47 * hash + Objects.hashCode(this.login); + hash = 47 * hash + Objects.hashCode(this.mdp); + hash = 47 * hash + Objects.hashCode(this.adresse); + hash = 47 * hash + Objects.hashCode(this.cp); + hash = 47 * hash + Objects.hashCode(this.ville); + hash = 47 * hash + this.bip; + hash = 47 * hash + this.nbGardes; + hash = 47 * hash + this.grade; + hash = 47 * hash + Objects.hashCode(this.commentaire); + hash = 47 * hash + this.idEmployeur; return hash; } @@ -255,7 +255,7 @@ public class Pompier { if (this.bip != other.bip) { return false; } - if (this.nbGrade != other.nbGrade) { + if (this.nbGardes != other.nbGardes) { return false; } if (this.grade != other.grade) { @@ -296,8 +296,9 @@ public class Pompier { @Override public String toString() { - return "Pompier{" + "id=" + id + ", idCaserne=" + idCaserne + ", nom=" + nom + ", prenom=" + prenom + ", statut=" + statut + ", typePers=" + typePers + ", mail=" + mail + ", login=" + login + ", mdp=" + mdp + ", adresse=" + adresse + ", cp=" + cp + ", ville=" + ville + ", bip=" + bip + ", nbGrade=" + nbGrade + ", grade=" + grade + ", commentaire=" + commentaire + ", idEmployeur=" + idEmployeur + '}'; + return "Pompier{" + "id=" + id + ", idCaserne=" + idCaserne + ", nom=" + nom + ", prenom=" + prenom + ", statut=" + statut + ", typePers=" + typePers + ", mail=" + mail + ", login=" + login + ", mdp=" + mdp + ", adresse=" + adresse + ", cp=" + cp + ", ville=" + ville + ", bip=" + bip + ", nbGardes=" + nbGardes + ", grade=" + grade + ", commentaire=" + commentaire + ", idEmployeur=" + idEmployeur + '}'; } + } \ No newline at end of file diff --git a/web/WEB-INF/CreaPompier.jsp b/web/WEB-INF/CreaPompier.jsp index 5ff4a9c..7e37b69 100644 --- a/web/WEB-INF/CreaPompier.jsp +++ b/web/WEB-INF/CreaPompier.jsp @@ -24,24 +24,31 @@



+ +







- -

- -

+ +

+



+ +

+ +





+ +