Commit 2fa644aa by Adrian

Añadido setSaldo en cuenta

parent 119c7e8a
...@@ -59,6 +59,10 @@ public class Cuenta { ...@@ -59,6 +59,10 @@ public class Cuenta {
return titular; return titular;
} }
public void setSaldo(float saldo) {
this.saldo = saldo;
}
public void setTitular(Cliente titular) { public void setTitular(Cliente titular) {
this.titular = titular; this.titular = titular;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment