Skip to content

Commit

Permalink
fix: unused setters RegleControle
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Nov 27, 2023
1 parent cd45223 commit b53a465
Showing 1 changed file with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,25 +57,14 @@ public String getRubriqueFils() {
return Format.toUpperCase(rubriqueFils);
}

public void setRubriqueFils(String rubriqueFils) {
this.rubriqueFils = rubriqueFils;
}

public String getBorneInf() {
return borneInf;
}

public void setBorneInf(String borneInf) {
this.borneInf = borneInf;
}

public String getBorneSup() {
return borneSup;
}

public void setBorneSup(String borneSup) {
this.borneSup = borneSup;
}

public String getCondition() {
return condition;
Expand All @@ -89,10 +78,6 @@ public String getPreAction() {
return preAction;
}

public void setPreAction(String preAction) {
this.preAction = preAction;
}

public int getIdRegle() {
return idRegle;
}
Expand All @@ -105,16 +90,8 @@ public String getSeuilBloquant() {
return seuilBloquant;
}

public void setSeuilBloquant(String seuilBloquant) {
this.seuilBloquant = seuilBloquant;
}

public String getTraitementLignesErreur() {
return traitementLignesErreur;
}

public void setTraitementLignesErreur(String traitementLignesErreur) {
this.traitementLignesErreur = traitementLignesErreur;
}

}

0 comments on commit b53a465

Please sign in to comment.