Citando "Conway. Fintan \(IT Solutions\)" <[EMAIL PROTECTED]>:

Hi Francesco,

Is it a typo, or do your getter and setter not match the variable
declaration.  I.E.

   private int id_cassa_int = 0;
....
   public int getId_cassa_fat

Note _int on end of variable name, and _fat on end of getter & setter.

Regards,


no, I pasted another variable getter/setter :-)

  public int getId_cassa_int() { return id_cassa_int;}
public void setId_cassa_int(int id_cassa_int) { this.id_cassa_int = id_cassa_int; }




Reply via email to